I made a custom control script similar to the mobile game Survivor.io. You use your mouse to aim and the WASD keys to move. Any ideas on how I can use this mechanic besides using it for a survival game?
If you think a survival game is better, tell me how I could do it.
I made it so that for every render step, I make the camera position the HRP’s position plus the custom offset (-10, 20, 0). Then I made it so the camera always looks at the character’s position. This gives the camera a tilt since the X value of the custom offset is -10.
You might already know how I made the HRP always follow the mouse. But yeah.
For the UI, I made a long image with an arrow on top in photoshop and made the rotation equal to the HRP’s Y Orientation. Nothing too complicated!