Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: skrrrappa on July 31, 2021, 12:42:25 PM

Title: Moving Object to Other Objects Transform
Post by: skrrrappa on July 31, 2021, 12:42:25 PM
Hey guys, is there a simple way to get all transforms (position, rotation) from an object and set an other object's values to these transforms? (position and rotation too).

I know i can get the position and the rotation and store them in different variables, then set the other objects position/rotation to these values, but is there a way to do this with ONE action instead of 4?

Thanks guys! Have a nice day!
Title: Re: Moving Object to Other Objects Transform
Post by: Fat Pug Studio on August 01, 2021, 11:43:45 AM
No, even in code you would have to get property by property. Though you can combine everything into one action easily.