Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
5.6.0p1
Issue ID
904717
Regression
Yes
EventType.ValidateCommand doesn't validate a special command
Repro steps:
1. Open the provided project
2. Enter "Play Mode"
3. Click on the white cube in the "Scene" view ("CubeToDuplicate")
4. Press "Ctrl + D"
5. Look at the console
Expected result: For the console to output that the special command was validated ("Validate Duplicate") and executed ("Duplicate(ExecuteCommand)")(Check attached image "Photo 1(Proper)")
Actual result: The console doesn't output that the special command was validated or executed (Check attached image "Photo 2(Bug)")
Reproduce with: 2017.1.0b3 ,2017.1.0b2 ,2017.1.0b1 ,5.6.0p3 ,5.6.0p2 ,5.6.0p1 ,5.5.3p2 ,5.5.3p1
Regression introduced in: 2017.1.0a6
Did not reproduce on: 5.6.0f3 ,5.5.3f1 ,5.5.2f1 ,5.5.1f1
Note:
Added photos of what the console should output
EventType.ExecuteCommand doesn't execute the special command as well
The error happens inside of the "TestCommands" script file, at lines 21 and 27
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