Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - jamesdhooks

Pages: [1]
1
Support / Suddenly my draw calls are through the roof
« on: January 25, 2014, 11:57:30 pm »
I had a large amount of sprites running under one draw call no problem. But now all of the sudden my draw calls are in the thousands, and in the editor when I duplicate a sprite (simple quad), the draw calls increment by 2. Why might this be happening? I'd be happy to provide any more details. Thanks

2
Support / Confusion about platform supports
« on: February 11, 2013, 06:57:40 am »
I'm about to start implementing platform support for my game but I need some clarification first because i'm dealing with large quantity of files.

As its stands i'm working with 1x texture sizes, and my source texture files are organized in category specific(but not collection specific) folders. I've read the documentation on working with different platforms and it says that all files work according to Assets/SpriteCollection/Textures/test.png. and then other platform files would be found at Assets/SpriteCollection/Textures/test@2x.png

So for example I have a file "Assets/Resources/Sprites/Src/Projectiles/bullet.png", if in the same folder i have the files "bullet@2x.png", "bullet@4x.png".  And in the same collection i have the files  "Assets/Resources/Sprites/Src/Players/player1.png", "player1@2x.png", "player1@4x.png". Would this be correct?

I just want o be sure before I got and save out dozens of the wrong files in the wrong place.

Thank you!

Pages: [1]