[Solved] 2D Toolkit SpriteCollection Issue

Just wanted to share an issue which took me the better part of the weekend to troubleshoot...

When creating SpriteCollections with tk2d in Unity be sure to keep the Atlas Size below 4096.  A scene which used a 4096 Atlas Sized SpriteCollection rendered perfectly in the Unity Player, however on the ouya the sprites from that collection rendered as pure black.  Switching atlas size to 2048 solved the issue.  

Hope somebody can benefit from my time wasted on this issue.

Cheers

Comments

Sign In or Register to comment.