The portals tag has no wiki summary.
11
votes
2answers
679 views
How to blend two cameras when traveling through a portal in Unity3D
Before I get to my question, I know the most obvious solution would be to use the normalized view port rect, however I need more complex shapes than a rectangle, and I've looked in to using the view ...
6
votes
1answer
455 views
How to create high quality and fast portal effect?
EDIT:
So I've gotten the portal visual effect working with no performance hit, and I've got the physics set up of objects with rigidbodies moving through portals seamlessly, and objects with character ...
10
votes
3answers
334 views
How to implement collision detection of portals?
For example, take this scenario (excuse my horrible drawing skills):
This is based on "Portal", where the stickman is going through the blue portal (which is linked to the red portal), but there is ...