Skip to content

Smidgens/unity-portals

Repository files navigation

ℹ️ Features

  • Basic portal rendering for Unity.
  • Minimal setup required.
  • Configurable portal shape.
  • Basic teleportation support for objects (player controller etc.).
  • 🤞 Reasonably lightweight.

⌛ Planned

  • Basic Valve-esque physics (portal velocity, object funneling etc.).
  • More extensibility and options.

🐞 Known Issues / Limitations

  • Screen space shadows rendered through portals may flicker at short distances.

Note

This plugin does not contain any demo assets. Effects such as outlines around portals must be added manually and configured in each case.


📦 Install

  1. Open Package Manager
  2. Paste GitHub URL:
    https://github.com/Smidgens/unity-portals.git#<version_tag>

🚀 Use

Documentation page coming soon


📜 Acknowledgements

  • Camera logic largely adapts methods described here by Sebastian Lague.