I’m working on a teleporter remote device that allows the player to teleport to a location in front of them. I would like to detect collision when placing the Teleporter in front of the player.
Is there a Raycast-like API for collision detection?
I can’t find anything in the digests that would allow this.
Also, I would like to use the players look direction, is there a way to get the current Camera’s transform?