doztep
Results
1
comments of
doztep
After hours of investigating same issue, I found a solution here: https://answers.unity.com/questions/1118179/portals-transform-rotation-of-ported-objects.html With following method you can rotate both portal without any problem. public void setCameraTransform() { portalCamera.transform.position = otherPortal.transform.TransformPoint(portal.transform.InverseTransformPoint(playerCamera.transform.position));...