Hi,<br /><br />I have have a KinematicBody that I want to move and rotate to a Spatial.<br />As long as I do only move or rotate the KinematicBody everything is fine but as soon as I try to do both I get the error
ERROR: invert: Condition &#039; det == 0 &#039; is true.<br />&nbsp; At: core/math/matrix3.cpp:66.
and the KinematicBody disappears.<br /><br />This is the full script, it's attached to the root node: http://www.pasteall.org/67798<br /><br /><img alt="tower_Game_Node_Treejpg" src="http://s24.postimg.org/drbv021qt/tower_Game_Node_Tree.jpg" title="Image: http://s24.postimg.org/drbv021qt/tower_Game_Node_Tree.jpg"><br /><br />Why do I get this error and how do I solve it?