Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2019.3.X
Votes
0
Found in
2019.3.0b7
2020.1.0a7
Issue ID
1194003
Regression
Yes
[Graphics] Editor restarts on switching graphics API in play mode but the graphics API does not switch
Editor restarts on switching graphics API in play mode but the graphics API does not switch. In previous versions, Editor used to throw a InvalidOperationException for this operation.
Steps to reproduce:
1) Create a new project
2) Enter play mode
3) Edit > Project Settings > Player > Other Settings
4) Uncheck Auto Graphics API > Drag any other API from the list on top
5) Restart when prompted
Expected result: Editor should either throw a InvalidOperationException for this operation or switch the Graphics API after restart.
Actual result: Editor restarts and the Graphics API also does not switch
Occurring on: 2020.1.0a10, 2020.1.0a7, 2019.3.0b8, 2019.3.0b7
Working fine in: 2020.1.0a6, 2019.3.0b6
Environment: Both Mac and Windows
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
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
Resolution Note (fix version 2020.1):
Settings changes during playmode are not saved which causes this behavior. We'll grey out the graphics API settings during the playmode to prevent this confusion.