playMaker

Author Topic: Is there a way to teleport an object?  (Read 1933 times)

ShazBang

  • Playmaker Newbie
  • *
  • Posts: 33
Is there a way to teleport an object?
« on: May 18, 2016, 07:27:53 AM »
Just wondering as it would be handy to know!  :D

Chizzler

  • Junior Playmaker
  • **
  • Posts: 67
Re: Is there a way to teleport an object?
« Reply #1 on: May 18, 2016, 08:40:11 AM »
try the "Set Position" action.

montmars

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Is there a way to teleport an object?
« Reply #2 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.

Budde88

  • Full Member
  • ***
  • Posts: 165
Re: Is there a way to teleport an object?
« Reply #3 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.