Start the demo scene

Every demo scene has a simple character controller included.

Simply move around by following controls:

  • W: move forward

  • A: move left

  • S: move back

  • D: move right

  • Space: Jump

For rotating the camera you have 2 options: Per default you need to hold the right mouse button and then you can rotate around. You can also disable this restriction to be able to directly rotate by moving your mouse, without needing to hold the right mouse button. Simply disable the ”RodateOnlyOnRightMouse” flag on the player gameobject in your scene.

Last updated