Quantcast
Channel: Latest Questions by CallToAdventure
Viewing all articles
Browse latest Browse all 62

Copy Euler Angles

$
0
0
Let me first describe the situation in the game: I have a gameObject with two control types: wheel colliders and steering for a vehicle on the ground behavior and one for flight - with simple physics (using rigidbody.AddRelativeForce and euler angles). Now, to switch between these two controllers, each in a separate script, I have to transfer the euler angles from one script to another so the gameObject will always have the same transforms. Right now everything works just fine except the fact that when I switch from one control type to another the object will flip 360 degrees. I have this bit of code in there allowing my object to take off in the direction it is pointed, say, 90 degrees on y. I am executing it each time I switch between scripts to copy the eulers: var script: jet = plane.GetComponent(|et"); jet.euler = transform.eulerAngles; Without this, it will always transform to 0 on y (rotating the object on y axis). So I am not sure what part does not work here. Any ideas or suggestions are highly appreciated.

Viewing all articles
Browse latest Browse all 62

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>