Search Issue Tracker
Fix In Review for 2021.2.X
Planned for 2020.3.X, 2021.1.X
Votes
0
Found in
2020.2.0b7
2020.3
2020.3.0f1
2021.1
2021.2
Issue ID
1326816
Regression
Yes
The camera doesn't rotate in HDRP Template with the SimpleCameraController.cs script
How to reproduce:
1. Open a new HDRP project
2. Delete the "PlayerControllerFPS" GameObject in the Hierarchy window
3. Create a new Camera GameObject in the Hierarchy window (Right-click -> Camera)
4. Add the "SimpleCameraController.cs" Component to the Camera
5. Enter Play Mode
6. Rotate the Camera by holding the right mouse button
Expected result: Camera rotates
Actual result: Camera doesn't rotate
Reproducible with: 2020.2.0b7, 2020.3.2f1, 2021.1.2f1, 2021.2.0a12
Not reproducible with: 2019.4.23f1, 2020.2.0b5
Could not test with: 2020.2.0b6 (No HDRP Template option)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [iOS] Crash on ScriptingGCHandle::Acquire when calling RequestUserAuthorization without using yield for pending authorization
- Particle is not visible in RenderTexture when Renderer's material is set to Default-Particle and Camera's BG Alpha is set 0
- [Physics] Character Joint jumps around when following Kinetic Rigidbody
- [macOS] There is no way to tell if you are running under Rosetta
- [AssetImport] Changing Graphics APIs in Android platform reimports most of the assets (textures, fonts, ...)
dorusoftware
Apr 17, 2021 13:03
Installing the new input system and disabling the old one the "SimpleCameraController.cs" works as expected