Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: TheMonkeyTail on May 09, 2014, 02:23:21 PM

Title: NGUI and Sprite objects problem
Post 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 :)
Title: Re: NGUI and Sprite objects problem
Post by: ArenMook on May 09, 2014, 09:58:49 PM
Change their game object's layer to something that's visible by non-UI camera. This is a Unity question, not an NGUI question.
Title: Re: NGUI and Sprite objects problem
Post by: TheMonkeyTail on May 10, 2014, 10:10:32 AM
Thanks :D :D :D