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
- Unable to switch to either Facebook Instant Games/Meta Quest in the Build Profile
- Error "IndexOutOfRangeException: Index was outside the bounds of the array" logged when selecting an Element in UI Builder with a specific setup
- "native code called abort()" is thrown in WebGL player when loading first scene
- Gradient Editor always opens on the main display when a multi-monitor setup is used and the Editor Window is on a secondary display
- Crash on core::base_hash_set when importing a specific package
Add comment