This project provides a plugin for seamless 3D portals in Godot. It was developed as part of my Master's thesis on FI MUNI.
- You can download the plugin from the Godot Asset Library
- The plugin itself is located in the
addons/portals
directory. You can clone this repo (or download it as a ZIP) and move the plugin folder into your own project.
Godot Version | Latest plugin version |
---|---|
4.5 | master branch |
4.4 | 1.0.1 |
For documentation the plugin's documentation, see addons/portals/README.md
.
I developed this project as part of my master's thesis. As such, the thesis itself is probably the best documentation there is at the moment.
The project contains some simple levels, showcasing various aspects of the plugin. You can go through them to find out what's in store! Also see some screenshots below.
Also check out the example project, where I recretated a puzzle from Antichamber.
This cube has a different inside depending on from which side you are looking at it:
This hallway is shorter on the inside than on the outside:
These three rooms form a full circle with a 90 degree angle in the middle:
A seamless portal is positioned behind the column! Going around the column transports you to an
entirely different space.