Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2017.4.X, 2018.2.X
Votes
0
Found in
5.5.3p2
Issue ID
960397
Regression
No
Certain Editor GUI interactions automatically reset LockReloadAssemblies
1. There is an EditorWindow that uses LockReloadAssemblies to prevent interference due to script recompilation.
2. Interacting with certain UI elements (such as EditorGUILayout.Popup) will automatically call ResetReloadAssemblies, defeating my ability to avoid assembly reloading.
Steps:
1. Open attached project ("LockReloadAssembliesRepro.zip")
2. Click on the Repro/Window menu item.
3. Click on the button that modifies script files. You should see the script recompile spinner in the lower right, but it should spin indefinitely as assemblies are not currently allowed to reload.
4. Now click on the combo box and pick a different option.
5. You should see the Repro Window immediately disappear, assemblies will reload, and the window will reappear with all of its nonserialized fields reset.
Reproduced with: 2018.1.0a1, 2017.3.0b6, 2017.2.0f3, 2017.1.2p2, 5.6.3f1.
Reproducible on both macOS and Windows.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on [NSApplication endModalSession:] when saving while Play Mode is loading
- Incorrect Preferred Height calculation when a single text line uses different Font Assets
- [ShaderGraph] Redo Collapse Nodes action does not fully collapse the Nodes
- [Ubuntu] Mouse cursor is set box select mode after exiting VFX Graph's Rename Context function
- Unrecognized identifier DECLARE_STACK_CB error is thrown when VirtualTexture Property is used with Custom RenderTexture target
Add comment