Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: playmakertester on October 12, 2020, 07:21:32 AM
-
Hello.
Take a look at this video.
We are making games like this one.
When the mouse speed reaches a certain level, I am trying to find a way to save a vector 3 every 0.1 seconds and the object moves through the vector 3, but this method does not allow me to get the angle and the car is not facing in the direction I am going.
Can you please tell me how to save the angles of two or more Vector3s in an Array?
-
Hi.
The 'Vector 3 Operator' has a angle selection in its operation.
-
Hi djaydino,
Thanks! let me try!
-
Hi djaydino,
When we tried, the results were only available with Float.
I want to apply this angle to a certain object, but with Float, I can't. Do you have any advice?