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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
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.