Not signed in
Copyright © 2026 Unity Technologies
Thank you for reporting this issue. It has been fixed. Your solution should work without any changes needed. However, it is also possible to use the new context menu in the Scene view. You can register menu items for specific components by using the MenuItem attribute and the "CONTEXT/" prefix. These menu items will be added to the context menu in the Scene view and will appear when the current selection has the components in question. For example, [MenuItem("CONTEXT/Rigidbody/My custom action")]. Another alternative to your solution would be to use Shortcuts. It is now possible to allocate the same mouse button, in your case Mouse1, to multiple shortcuts as long as the context is different.
Thank you for reporting this issue. It has been fixed. Your solution should work without any changes needed. However, it is also possible to use the new context menu in the Scene view. You can register menu items for specific components by using the MenuItem attribute and the "CONTEXT/" prefix. These menu items will be added to the context menu in the Scene view and will appear when the current selection has the components in question. For example, [MenuItem("CONTEXT/Rigidbody/My custom action")]. Another alternative to your solution would be to use Shortcuts. It is now possible to allocate the same mouse button, in your case Mouse1, to multiple shortcuts as long as the context is different.
Thank you for bringing this issue to our attention. However, we no longer support this version of the Editor. We have fixed the issue for the supported LTS versions where it reproduces.
Thank you for reporting this issue. It has been fixed. Another solution would be to use Shortcuts. It is now possible to allocate the same mouse button, in your case Mouse1, to multiple shortcuts as long as the context is different.
Reproduction steps:
1. Open the attached project “ContextMenuIssue”
2. Open the “Assets/SelectionUtility/Sample/SelectionUtilitySample” Scene
3. In the Scene view right click on any element and move the cursor around
Expected result: A custom context menu is opened and the Scene view stays in place when moving the cursor around
Actual result: A custom context menu is opened but the Scene view is panned when moving the cursor
Reproducible with: 2022.2.0a13. 2022.3.7f1, 2023.1.8f1, 2023.2.0b4
Not reproducible with: 2021.3.29f1, 2022.2.0a12
Reproducible on: macOS 13.1.4 (c)
Sign in to see your voted issues