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
- Texture Map Viewer shows "Loading..." text instead of indicating users that Baked Texture Maps are missing
- "Analyze Import Process" button misaligned in Import Activity window
- Text in “Baked Shadowmask” mode is difficult to read in Baked Lightmap Viewer when Editor theme is set to Light
- Mesh wireframe is difficult to see in Baked Lightmap Viewer window when texture opacity is maximized
- Informational text does not wrap and does not fit when the Viewer Window is opened by default
Add comment