Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Camera Controls Wonky (always rotating with mouse) #4

Closed
najak3d opened this issue Dec 29, 2022 · 1 comment
Closed

Camera Controls Wonky (always rotating with mouse) #4

najak3d opened this issue Dec 29, 2022 · 1 comment

Comments

@najak3d
Copy link

najak3d commented Dec 29, 2022

I created a "MainCamera" prefab, with the following adjusted settings on "CameraFreeFly" script:

Move Speed: 4
Sensitivity 4
Rotate When Down: Mouse1 (same as for Unity editor)
Sprint Multiplier: 7

The biggest need here is for "Mouse1" rotation (right mouse button) -- so that the camera isn't constantly rotating.
And the slower default speed with "7" Sprint, allows for fine-tuned motion, and fast motion (both needed for exploring the demo)

Then use this MainCamera Prefab in ALL demo scenes, and so if a user wants to adjust the Camera settings, they need only change the values on the prefab.

So this issue is just a suggestion to update to using a Camera prefab, with better settings (like those above).

@mkrebser
Copy link
Owner

the camera really isn't meant to be used for your games, it's kept intentionally as simple as possible just for looking at the demo scenes

Some of the demos are really large scenes, so a sprint is added. But I wouldn't expect anyone to know about the hotkeys when they are first opening the scene

@mkrebser mkrebser closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants