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
- NullReferenceException when setting 'isTextObjectScaleStatic' to false on a disabled TextMeshPro GameObject
- Shader Stripping Custom Options disappear when exiting Play mode without reloading Domain
- Decals do not get projected when 'Rendering Layer Mask' on a GameObject is 23rd Layer or above due to encoding/decoding issues
- Deriving from SearchContextAttribute doesn't always work
- Scripting API documentation is missing for macOS editor extensions
Resolution Note:
We are planning to restructure how we recompile/domain reload in the future and will revisit this issue at that point.