Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: DevFromSpace on September 25, 2014, 05:14:14 AM
-
I would like to know if its possible to do same features with ngui
https://www.youtube.com/watch?v=Mzt1rEEdeOI
-3d canvas follow a npc when its paranted: I have tried the 3D GUI. its not exactly same
-mecanim animation stuff: i like how its simple to select the components value to change on the animation and animate them in mecanim.
is it possible to do and have same result?
can we request a tutorial or demo scene ?
-
1. New game object.
2. Attach UIPanel to it and scale it so that it's not huge (0.01, 0.01, 0.01 for example).
3. You can now add widgets underneath it like normal.
-
thank you didnt thought that was simple like this.
how should i setup camera to render this? 3d camera ?
using my normal "MainCamera"?
-
There is nothing to set up. Your main camera will draw your UI elements that are on a layer that it draws -- just like any other renderer.