Edit of asset "ScenePortal2D" Accepted

Old/Current New/Edit
Title ScenePortal2D
Description Changing scenes seems one of the most hairy problems Godot newbies are facing. While other game engines have a clear concept of "level" and simple ways you can transfer between them, Godot has a much more powerful concept of "scene", but moving between them requires ad-hoc scripting.

This module automatizes scene switch, and offers a powerful set of objects to help you design both level transfers and programmatic scene transition.

* The SceneChanger object can be directly used to change scene, optionally using transitions objects to perform visual transition between scenes.
* The SceneChangerCtrl object provided can program the scene changer, so that you need writing less code, and rely on GUI to configure your scene changes.
* ScenePortal2D objects can be placed in your levels, and given a target scene and exit portal directly from the UI, without any script.
Transition controls can be added to the SceneChangerCtrl and to the portals to configure scene transitions without having to script them.

New in this version:
* Intra-scene portals
* Support for portal loops
* Support for teleport (moving player objects to remote scenes).
Changing scenes seems one of the most hairy problems Godot newbies are facing. While other game engines have a clear concept of "level" and simple ways you can transfer between them, Godot has a much more powerful concept of "scene", but moving between them requires ad-hoc scripting.

This module automatizes scene switch, and offers a powerful set of objects to help you design both level transfers and programmatic scene transition.

* The SceneChanger object can be directly used to change scene, optionally using transitions objects to perform visual transition between scenes.
* The SceneChangerCtrl object provided can program the scene changer, so that you need writing less code, and rely on GUI to configure your scene changes.
* ScenePortal2D objects can be placed in your levels, and given a target scene and exit portal directly from the UI, without any script.
Transition controls can be added to the SceneChangerCtrl and to the portals to configure scene transitions without having to script them.

New in this version:
* Intra-scene portals
* Support for portal loops
* Support for teleport (moving player objects to remote scenes).
Category Misc
License MIT
Repository Provider GitHub
Repository Url https://github.com/jonnymind/Godot-ScenePortal2D
Issues Url https://github.com/jonnymind/Godot-ScenePortal2D/issues
Godot version Godot 3.2
Version String 1.1 1.1
Download Commit d84098bdeab34182a05764f48ea57a650748cafe d84098bdeab34182a05764f48ea57a650748cafe
Download Url (Computed) https://github.com/jonnymind/Godot-ScenePortal2D/archive/d84098bdeab34182a05764f48ea57a650748cafe.zip https://github.com/jonnymind/Godot-ScenePortal2D/archive/d84098bdeab34182a05764f48ea57a650748cafe.zip
Icon Url https://raw.githubusercontent.com/jonnymind/ScenePortal2D/master/icon.png