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
Comments (3)
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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..