Search Issue Tracker
Duplicate
Votes
0
Found in
5.3.3p2
Issue ID
776861
Regression
No
Scripts are missing on gameobjects after refactoring class name in MonoDevelop
- Add a script and attach it to any gameobject on the scene
- Open this script in MonoDevelop
- Refactor class name in the script to something else
(either Refactor -> Rename from context menu, or manually changing the name of the class and the script file name so that they match)
- Go back to the editor, click on the gameobject to which the script was attached to open Inspector window
Actual:
Previously attached script is now "Missing (Mono script)"
Expected:
The gameobject has the renamed script attached (works with Visual Studio)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Popup windows spawn on the incorrect monitor when the Editor is placed near the boundary of scaled monitor next to a monitor with different scaling
- Hidden Tabs do not shift into empty space after closing visible Tabs
- [Android] Application not deployed on a device when "activity-alias" is used in the AndroidManifest
- Shader compile process adds shader ID to the constant buffer name when the word "Globals" is being used in Vulkan
- Audio Mixer Snapshot link to the documentation isn’t working
Add comment