Search Issue Tracker
Fixed in 2017.1.0f3
Votes
0
Found in
2017.1.0b8
Issue ID
917974
Regression
No
Unity crashes when DynamicGI.UpdateEnvironment() is called before loading scene
To reproduce :
1. Open project attached by the user (BugReport_Crash_DynamicGI_UpdateEnvironment.zip)
2. Open scene "Scene" and hit play
Expected : Unity enters play mode without crashes
Actual : Unity crashes
Note : Crashes due to [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] if this is changed to [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterSceneLoad)] everything works as expected
Reproduced with : 5.5.0f3, 5.6.1p2, 2017.1.0b8, 2017.2.0a2
Fixed in: 2018.1.0a6
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment