Teleporting with the Unity 3D Game Kit
In this new tutorial part for the Unity 3D game kit I show how to add a portal to teleport the player to a different location in the scene.
To do this you can use any game object, add a box collider that you define as trigger and then add a teleporter component to it, that you configure for the player.
After that you can add a game object to your level and define this as destination of the teleporting in the teleporter component.
See my social profiles here
G+: https://plus.google.com/+JayAnAm
Twitter: https://twitter.com/jayanamgames
Facebook: https://www.facebook.com/jayanamgames
Patreon: https://www.patreon.com/jayanam
Production Music courtesy of Epidemic Sound: http://www.epidemicsound.com
#unity
#3dgamekit
#gamedev
#portal
#teleporting