An open API service indexing awesome lists of open source software.

https://github.com/smidgens/unity-portals

Portal mechanics for Unity
https://github.com/smidgens/unity-portals

not-affiliated-with-john-waters portal-rendering portals smidgenomics unity unity-portals

Last synced: 2 months ago
JSON representation

Portal mechanics for Unity

Awesome Lists containing this project

README

        

![](/.github/banner.png?raw=true "")
![](/.github/preview.png?raw=true "")

## â„šī¸ 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#`


# 🚀 Use

*Documentation page coming soon*


## 📜 Acknowledgements

* Camera logic largely adapts methods described [here](https://www.youtube.com/watch?v=cWpFZbjtSQg) by Sebastian Lague.