Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: TheMonkeyTail on May 09, 2014, 02:23:21 PM
-
Hello,
I'm with a problem, my game was done and something really weird happened when I tried to implement the NGUI, some of my sprites (Sprite Renderer) stopped to be rendered, they still there, I receive the collisions and callbacks, but just didn't render...
Later I discovered they are only rendered on NGUI camera not on the game camera! What can I do to solve it?! :(
Thanks :)
-
Change their game object's layer to something that's visible by non-UI camera. This is a Unity question, not an NGUI question.
-
Thanks :D :D :D