Search Issue Tracker
Fixed in 2017.2.0f3
Votes
1
Found in
4.3.0a1
Issue ID
552926
Regression
No
Transform.hasChanged gets set to true when using Handles.Slider even if the transform is not being changed
Steps to reproduce :
- import the project attached
- open the scene bugdemo
- click on the camera
- drag the arrow under the camera and notice that "Object was moved" is being shown in the console
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
- Animation Clip with Legacy enabled does not play when Time.timeScale is set to 0 despite Update mode set to "Unscaled time"
- Rename is enabled on subfolder empty space - "Can't rename to empty name" warning
- SamplerState Property Missing Anisotropic Filtering
- Visual glitches when using Handles API
- The RGBA color values are inconsistent when comparing two identical colors set in the Inspector
ZZantal
Jul 27, 2016 14:33
You have got to be kidding me,
you are supposed to set it to false yourself . . .
Would have been nice if there was any hint of this in the manual . . .
ZZantal
Jul 27, 2016 14:29
3 years have passed and it still always reports true.
I have to cycle through a lot of transforms and perform an update only if they have been moved, would have been really easy if this feature worked but instead I have to resort to position and rotation checking which can become quite expensive when my object count becomes high.
. . .
Jokerminator
May 10, 2014 12:25
Transform.hasChanged is useless like it is at the moment. It always seems to be true..