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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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..