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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.