Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pollyox16 on March 15, 2014, 10:35:59 PM

Title: does NGUI work with unity2d?
Post by: pollyox16 on March 15, 2014, 10:35:59 PM
I dont know if this asset works in my project. I use unity but I created my project in 2d. Does NGUI work with this?

Thank you.
Title: Re: does NGUI work with unity2d?
Post by: ArenMook on March 15, 2014, 10:56:47 PM
Yes. NGUI doesn't use Unity 2D's features unless you use UI2DSprite types, however. The event system (UICamera) is able to send events to 2D colliders if its mode is set accordingly.
Title: Re: does NGUI work with unity2d?
Post by: pollyox16 on March 16, 2014, 12:06:57 AM
Where can I find some documentation or a tutorial of using ngui inside 2d proyects? Is there a easy way to do it? Or am I going to have a hard time figuring out how to use it with this settings?
Title: Re: does NGUI work with unity2d?
Post by: ArenMook on March 16, 2014, 12:12:26 PM
It's no different than any other project, as I mentioned. ALT+SHIFT+S, adds a sprite and creates the initial UI hierarchy with a separate camera.