Dodge the Depth by GramOner
An experimented runner with some random generation.
Has a lot of fun making and and good luck to everyone!
| Download the Mac file | https://gramoner.itch.io/dodgethedepth |
| Play in Browser | https://gramoner.itch.io/dodgethedepth |
| Download the Windows (Win) file | https://gramoner.itch.io/dodgethedepth |
| Original URL | https://ldjam.com/events/ludum-dare/48/dodge-the-depth |
Ratings
| Given | 4🗳️ | 0🗨️ |
```
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
```
And then use `Input.mousePosition` with `Camera.main.pixelWidth` and `Camera.main.pixelHeight` to get the position.