Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2020.3.35f1
2021.3.5f1
2022.2.0a17
2023.3.0a8
Issue ID
UUM-3545
Regression
No
MenuItem with CONTEXT path for MonoScript doesn't show up when right-clicking
Reproduction steps:
1. Open the user's project
2. In the Project window select any script
3. In the Inspector window right-click on the script's name
Expected result: "Copy GUID", "Create Instance" and "Reset" show up
Actual result: only "Copy GUID" and "Reset" show up
Reproducible with: 2019.4.34f1, 2020.3.25f1, 2021.2.7f1, 2022.1.0b2
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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- Dragging selector from selector row background shows preview but does not apply class in UI Builder
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
Resolution Note:
Right-clicking the top icon will resolve menu items for a MonoImporter, not MonoScript. Right-clicking the importer object name will resolve the menu items for a MonoScript which does include the "Create Instance" menu item.
Resolution Note (2023.3.X):
Right-clicking the top icon will resolve menu items for a MonoImporter, not MonoScript. Right-clicking the importer object name will resolve the menu items for a MonoScript which does include the "Create Instance" menu item.