Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.2p4
Issue ID
846503
Regression
No
Setting a SerializedProperty's Vector3 Value to (1,1,1) Fails When Editing Multiple Objects
Reproducible on:
5.4.2f2
5.4.1f1
5.3.6f1
5.2.5f1
Repro Steps:
1- Download the repro project provided by user.
2- Open the scene in the project.
3- Select three rightmost objects in the scene.
4- From Inspector->Transform, click on the 'S' button next to scale.
Expected Result: Vector3 scale value of selected objects should be set to (1,1,1).
What Happens: Nothing changes.
-Issue doesn't occur if you change the script(TransformInspector) to set the value to something other than (1,1,1).
-Issue only occurs with some combinations of objects, rightmost three is one of those combinations. (3rd and 4th objects from left is another combination)
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