Search Issue Tracker
By Design
Votes
0
Found in
2023.2.0a18
Issue ID
UUM-40099
Regression
No
Contextual menu in Scene View does not show menus for other Components other than Transform
How to reproduce:
1. Open any project
2. Create a GameObject with multiple Components in Hierarchy (e.g. Rigidbody)
3. Select it and click A in Scene View
4. Observe the Contextual Menu dropdown
Expected result: Multiple frequently used Components have editable menus
Actual result: Transform is the only Component with a menu
Reproducible with: 2023.2.0a18, 2023.2.0a19
Not reproducible with: 2021.3.27f1, 2022.3.0f1, 2023.1.0f1, 2023.2.0a17
Reproduced on: Windows 11
-
Emily60
Jun 14, 2023 09:24
Hi everyone I am Emily Naomi wanna give a big thanks to this wonderful psychic for bringing my husband back to me… I never really believed in magic spells or anything spiritual but a trusted friend opened my eyes to the truth about life. My marriage was heading to divorce a few months ago. I was so confused and devastated with no clue or help on how to prevent it, till I was introduced to this psychic Priest Ray that did a love spell and broke every spiritual distraction from my marriage. A day later my husband started showing me love and care even better than it used to be, he’s ready to talk things through and find ways for us to stay happy. It’s such a miracle that my marriage can be saved so quickly without stress. You can also contact him for help by email psychicspellshrine@usako. net
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
- "Property (urp_ReflProbes_BoxMin) exceeds previous array size" warning spams console after switching platforms
- Have to change Input Mapping Path twice for change to take effect when Auto-Save is enabled
- No Duplicate option is available when right clicking States in the Animator Window even though it's available via Shortcut
- Copied and Pasted States appear in a set location instead of where the Users cursor is located at when using the Pasting Shortcut
- Animator Component information box text is not centered
Resolution Note:
The menu items that are registered with the MenuItem attribute will be shown in the Scene View context menu. In the case of component menu items, the ones that are registered with a path starting with "CONTEXT/" are shown in the context menu. For example, to show a menu item for the Rigidbody component, the user should add a menu item with: [MenuItem("CONTEXT/Rigidbody/My Menu Item")]