Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Captaincrud on March 22, 2016, 05:17:05 AM

Title: Help with teleporting object (Solved)
Post by: Captaincrud on March 22, 2016, 05:17:05 AM
So Not sure how to go about some of this.

Step 1 object goes towards goal.  (I understand how to do this)

Step 2 Object hits collision box thats trigger (I understand how to do this)

Step 3 Object is teleported to starting x,y,z, and turned off (I understand how to turn it off but not how to move it help please)

So basically how would i move a object to a new location instantly with playmaker. I don't want to use tween as I need unity to have it back in original spot it started at.
Title: Re: Help with teleporting object
Post by: djaydino on March 22, 2016, 07:13:10 AM
Hi,
you can store a position by using "get position" and you can "teleport" to a place with "set position"
Title: Re: Help with teleporting object (Solved)
Post by: Captaincrud on March 22, 2016, 12:12:41 PM
Thank You