Search Issue Tracker
Postponed means that the issue was either a feature request or something that requires major refactoring on our side. Since that makes the issue not actionable in the close future we choose to close it as Postponed and add it on our internal roadmaps and technical debt pages instead.
Postponed
Votes
1
Found in [Package]
2019.4
2020.3
2021.2
2021.2.2f1
2022.1
Issue ID
1383195
Regression
No
Domain Reload is triggered when editing the .meta file of a Script
Reproduction steps:
1. Open the user's attached project
2. Select TestMonoBehaviour.cs in the Project window
3. Click the Script icon in the Inspector window
4. Select a different icon and click outside of the selection
Expected result: Domain Reload is not triggered
Actual result: Domain Reload is triggered
Reproducible with: 2019.4.33f1, 2020.3.24f1, 2021.2.5f1, 2022.1.0a16
Note:
1. Editing the .meta file of a non-Script asset will not trigger the Domain Reload
2. Although the Domain Reload is quick in an empty project, it can be quite long in a big project
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
- Prefab's scripts are constantly reloaded when trying to enter multiple digits or characters into public fields on custom scripts consecutively
- 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
- Decompressing a DeflateStream under IL2CPP misses a few bytes
Resolution Note:
We are planning to restructure how we recompile/domain reload in the future and will revisit this issue at that point.