Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: ShazBang on May 18, 2016, 07:27:53 AM

Title: Is there a way to teleport an object?
Post by: ShazBang on May 18, 2016, 07:27:53 AM
Just wondering as it would be handy to know!  :D
Title: Re: Is there a way to teleport an object?
Post by: Chizzler on May 18, 2016, 08:40:11 AM
try the "Set Position" action.
Title: Re: Is there a way to teleport an object?
Post by: montmars on May 18, 2016, 09:52:11 AM
There are.  I don't remember the name of the video, but search on youtube! I've found some in plain unity.  Jimmy Vegas has a tutorial, but I've never searched for one for playmaker.
Title: Re: Is there a way to teleport an object?
Post by: Budde88 on May 20, 2016, 09:38:10 AM
Yeah, try this.

OnTriggerEnter-->ActivateObject-->SetPosition-->ActivateObject.

This will Hide your gameobject then change it's position and then show your gameobject again, so it appears to have teleported.