Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Blubbfischtier on July 01, 2014, 05:42:15 PM

Title: Set Mouse Cursor Offset?
Post by: Blubbfischtier on July 01, 2014, 05:42:15 PM
hey guys :)
is it possible to create an offset with the "set mouse cursor" action?
this would be awesome!
i'm developing a game with the oculus rift, but setting the cursor to center locks it between the two eyes, so an offset is highly recommended.
I've read a lot of suggestions doing a raycast instead of lock cursor to detect if somethings is in range, but this causes some other problems in my setup…


thanks,
Title: Re: Set Mouse Cursor Offset?
Post by: play_edu on July 02, 2014, 02:01:21 AM
+1
Title: Re: Set Mouse Cursor Offset?
Post by: jeanfabre on July 03, 2014, 12:51:38 AM
Hi,

 you mean in Unity 4 right? Unity has a new cursor class. In Unity 3, Cursor is only dealt with using the GUI system.

bye,

 Jean