Hello Unity folks,
I am trying to create a Teleporter which is able to feel the location of collision and transform the place of impact to the same place on the second exit teleporter (Like the 3d plane collider). I have tried multiple scripts and tutorials but I cannot come up with any solution. Most of the tutorials were meant for 3d projects.
The teleporter pad is stretched from left to right.
The collision will be from under as my player is floating upwards.
I have tried to use the 3d plane collider but got an error because I couldn’t use it with the 2d physics engine of unity.
I appreciate any help as this is really a struggle for me.
With kind regards and thanks in advance.