- Home /
Question by
Jaishnu_R · Aug 28, 2020 at 12:11 PM ·
unity 5positioncursorlock-cursor
How to move my cursor to a specific position and then lock it to that position.
My code so far:
void Update(){
Cursor.lockstate = lockmode.lock ;
Cursor.visible = true;
}
Comment
Your answer
Follow this Question
Related Questions
Mouse cursor doesn't lock Unity 5 0 Answers
How do i have multiple objects to rely on a objects position? 1 Answer
Hiding a Cursor? 3 Answers
Unable Escape Key to Unlock cursor 2 Answers