Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b4
Issue ID
873206
Regression
No
Unity crashes on play when Probe's Mode and RefreshMode is changed in OnWillRenderObject()
Unity crashes on play when probes settings are changed in OnWillRenderObject() with:
> Unity.exe!ReflectionProbe::GetCachedRenderer(void) Unknown
Unity.exe!ReflectionProbeJob::Run(void) Unknown
Reproduction steps:
1. Open project attached(Probes repro).
2. Open scene "Main".
3. Press play.
Expected result: Unity will enter play mode.
Actual result: Unity crashes.
Notes: In 5.5.0f3, this crash is reproduced just by changing probe mode to Realtime. In 5.5.1f1 and 5.6.0b5 you also need to change probe refreshMode to EveryFrame.
This problem does not appear if function is called in Update.
For more information look at OceanReflection.cs.
Reproduced on: 5.4.0f3, 5.5.0f3, 5.5.1f1, 5.6.0b5.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash with multiple stack traces when playing video on a render texture with low-end graphics devices
- Circle handle of the Game view scale slider bar disappears when the scale is set to 1x
- Asset Bundles non-deterministic behavior with CRCs and hash when a video has Transcoding enabled and Sprite Atlas has an override option enabled
- [Quality Hackweek] Errors "InvalidOperationException: EnsureRunningOnMainThread can only be called from the main thread" and "NullReferenceException" shown when switching build platforms with Muse Texture package installed
- "Importer(DefaultImporter) generated inconsistent result for asset" warnings are thrown when reimporting the "URP" texture
Add comment