Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
4.1.0
Issue ID
1139253
Regression
No
[HDRP] Skybox rotation depends on Scene View Camera rotation when Scene Lighting is off
How to reproduce:
1. Open attached project "New Unity Project (4).zip"
2. Open Scene View Window
3. Disable Scene Lighting
4. Rotate Scene View Camera up and down with Right Mouse Button
Expected result: Rotation of the skybox doesn't change
Actual result: Rotation of the skybox changes
Reproducible with - 2018.3.11f1, 2019.1.0b9, 2019.2.0a10
Could not test with - 2017.4 (SRP was not implemented)
Package reproducible with - 2.0.6, 4.1.0
Could not test with the package - 2.0.5 (Project does not load correctly)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
This is working as intended for now. Procedural sky is dependent on main directional light direction and when disabling scene lighting, the light is tied to the camera, giving this result.