Search Issue Tracker
By Design
Votes
1
Found in
5.4.1f1
Issue ID
854480
Regression
No
[Hierarchy]Context(right-click) menu commands in the hierarchy window have no return names when activated
This results in being unable to write editor commands corresponding to activating those actions through context menu
Steps to reproduce:
1. Download and open the attached project
2. Right-Click-->Duplicate on any GameObject in the hierarchy view
3. Observe no console log
4. Select any GameObject
5. Press CTRL+D on the keyboard
6. Log is outputted
Expected result:
Log:
1. ExecuteCommand ExecuteCommand
2. Copy was made... (GameObject name) (UnityEngine.GameObject)
Actual result:
1. Copy was made... (GameObject name) (UnityEngine.GameObject)
Reproduced on 5.2.3f1. 5.3.7p2, 5.4.1f1, 5.4.3p1, 5.5.0f1, 5.6.0a3
Notes:
-In the project there is an editor script that outputs a debug log if an appropriate command is executed
-Paste and delete also do not work
-Keyboard shortcuts work normally, output logs in this environment as they should
-Currently "Duplicate" is set up to output a separate log from other commands, but commenting it results in CTRL+D outputting "ExecuteCommand ExecuteCommand"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment