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
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- [Linux] Progress modal window stays on top of every other window and cannot be moved
- Crash on mono_g_hash_table_find_slot when entering Play Mode
- [iOS] Crash when pressing "Done" on the keyboard layout
- Sprite Atlas remains loaded in memory after scene change or unloading assets
Add comment