ElyHunt / gritty-fluff

Prototype of a future Social Simulation game. Made in Unity3d 2021.
0 stars 0 forks source link

Camera left-right panning is clunky #16

Closed ElyHunt closed 2 years ago

ElyHunt commented 2 years ago

When you pan the camera left-to-right, rather than spinning as you look straight up, it looks left-right so you can see the ground. While this works, it's not the behavior players are used to with camera controls and should be re-examined.

ElyHunt commented 2 years ago

I took another look at it and it turns out I had called Rotate around X after before rotating around Y :) Switching the order fixed it, allowing rotating around the Y to take precedent. Also commented and encapsulated into a method