Portal-In-Unity icon indicating copy to clipboard operation
Portal-In-Unity copied to clipboard

The project files from my tutorial on creating a Smooth Portal effect in Unity.

Results 7 Portal-In-Unity issues
Sort by recently updated
recently updated
newest added

https://user-images.githubusercontent.com/79019086/184493516-65f2e655-0170-4f87-a361-7f1b126a44cd.mp4 why?? the teleportation works, but when I move left, the pic on the render plane moves the other way!

Unwanted behavior can be seen by rotating one of the portals so their rotation doesn't equal each other.

I know this is an old rep. and hasn't been messaged in forever. But im trying to implement this into a thirdperson game, and the cameras look all wrong, it...

When you hold forward/back and let go, the character and camera keeps moving for a bit.

Tested in Unity 2017, everything appears to be working. Resolves: https://github.com/Brackeys/Portal-In-Unity/issues/3

Lots of unused assets could be deleted to reduce download size. Can reduce from 231MB download to 27MB quite simply by removing all the unused assets. Pull request incoming shortly.

UnityStandardAssets.Characters.FirstPerson.MouseLook forces a rotation on the player, negating the added rotation from PortalTeleporter. The unwanted behavior can be reproduced when the rotation of both portals do not equal eachother.