Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: adam718 on October 31, 2012, 07:13:04 AM

Title: Mouse Cursor tutorial
Post 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.
Title: Re: Mouse Cursor tutorial
Post by: adam718 on October 31, 2012, 08:06:21 AM
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.
Title: Re: Mouse Cursor tutorial
Post by: ArenMook on October 31, 2012, 08:42:55 AM
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.
Title: Re: Mouse Cursor tutorial
Post by: adam718 on October 31, 2012, 08:45:31 AM
Then could I know where UICursor is used?
Title: Re: Mouse Cursor tutorial
Post by: ArenMook on October 31, 2012, 08:49:43 AM
It's used in the inventory example to drag items around.