Forum rules - please read before posting.

Unlock cursor on title screen?

I followed the 3D First Person Primer and this article to set up a title screen where you click through a Unity UI to start a new game, go to options, load save, and quit. However, because I want to free aim, I need to have my cursor locked at start. I tried "Toggle Cursor" and it almost worked, but each time I clicked on a button, nothing would happen and then cursor would snap back to the middle. I want to unfreeze the cursor on the title screen but have it locked on the game start. Thanks in advance.

Comments

  • The Player: Constrain Action can be used to unlock the cursor temporarily. You can unlock it in your title scene's OnStart cutscene, and lock it again as part of the "New game" button's ActionList just before the switch to the game's first proper scene.

  • Perfect, that was it!

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.