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] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
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.