Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.0.0b19
Issue ID
662562
Regression
No
[ReflectionProbes] Changing resolution to an unsupported value causes OSX graphics system to crash
To Reproduce:
1. Open scene test in the project attached to the post (662544_reflection_probe_res_runtime) & play.
2. Change the field near 'Reload Scene with res' to a very high value, like 16384:
On OSX: Unity crashes, and osx either throws an 'graphics has crashed error' or Quartz crashes entirely and you're thrown to the login screen.
On Win: Unity freezes and memory usage starts to grow exponentially.
Also if you set resolution to some other value (like 1,2,4,8..4096), it seems to work fine, but since these value are not in the resolutions enum, the enum field in the inspector is empty. Maybe resolution should be changed into an int field in the editor (if some other values are supported) and it should throw an error when it's set to value which is to high?
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Memory leak warnings are constantly thrown when Generating Font Atlas in Font Asset Creator with 4096x8192 Atlas Resolution
- “Glyph rendering has been aborted due to sampling point size” Log is printed and Font Atlas is not generated when Atlas Resolution is 8192x8192, and the Render Mode is SDF
Add comment