Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: stigma on July 22, 2015, 03:42:42 AM

Title: [Solved]Bug positions objects
Post by: stigma on July 22, 2015, 03:42:42 AM
Hi,
For save the position of objects between each scene, I use global variables Vector3. Get Position (Self) and Get Rotation: quaternion (Self). Set position and set rotation to regain my positions.
it works great. Except ..... When compiling the project, it no longer works. The object passes through the floor from the opening scene!?!? I do not understand why.
Thanks !

Edit:
I found. You must use Euler angle instead of quaternion