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
- Editor crashes on StoredGraphicsBuffer::GetGfxBufferID when VFX Graph property is modified during Play Mode and Application.targetFrameRate is used to limit FPS
- Crash on NVAPI_Thunk when changing Player resolution while HDR display is used and Direct3D12 is set as the graphics API
- Only one out of multiple cameras is shown in the Play Mode while HDR display is used and Direct3D12 is set as the graphics API
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
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.