Search Issue Tracker
Fixed in 4.3.2
Votes
6
Found in
4.3.0f4
Issue ID
575612
Regression
No
Transform.rotation of game object is no longer valid, due to a bad input value
The "transform.rotation of 'gameObject' is no longer valid, due to a bad input value." error is shown in the console while playing a scene in the editor and having 5 or more game objects connected in a tree manner in objects' hierarchy.
Reproduced with:
Unity Version 4.3.0f4 (e01000627d60)
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
pragmascript
Aug 11, 2014 00:24
same issue in 4.5.2. does NOT seem to be fixed.
bruntos
Jun 02, 2014 17:03
Thanks most helpful!!
Oliver Eberlei
Nov 23, 2013 12:42
I've noticed that this happens when you put a rigged gameObject with an Animator component into the hierarchy of another rigged character and the child has "Apply Root Motion" enabled in it's Animator component. Disabling "Apply Root Motion" on the child object fixes the issue for me.
Hope this helps.