Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: adam718 on October 31, 2012, 07:13:04 AM
-
Hi Aren!
You said mouse cursor tutorial in http://forum.unity3d.com/threads/114833-NGUI-(Next-Gen-UI)-demo-amp-final-feedback-request
But I couldn't find it in 2.2.2.
Where can I find it?
Thank you.
-
I made it using UICursor.
But moving cursor atlas is a little bit slower than a real cursor, isn't it?
1. Am I right to use UICursor for mouse cursor?
2. How can I fix that "slow" problem?
There is no parameter to control it.
Thank you.
-
You can't "fix it" with NGUI. You need to use a hardware cursor or possibly OnGUI for the cursor if it's fast enough.
-
Then could I know where UICursor is used?
-
It's used in the inventory example to drag items around.