Dark-Peace / Godot-Quick-Scenes

An addon for Godot engine that allows to select multiple scenes for quick running

Home Page:https://godotengine.org/asset-library/asset/1460

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot Quick Scenes

This plugin allows you to select multiple scenes for quick access. You can quickly edit the scene or run it. There is also dedicated shortcut for running selected scene.

Usage

Enable the plugin in Project Setttings. Quick Scenes should appear in your bottom pannel. It looks like this (after you press the Add scene button):

  1. Opens the scenes panel.
  2. This button is always on top and adds a new empty scene entry.
  3. Path to the scene file. Best way to get it is to right-click your scene in file system dock and select Copy Path.
  4. Runs the scene at the provided path.
  5. Opens the scene in editor.
  6. If this is checked, this scene will be ran after pressing the shortcut (default is F9) in the editor.
  7. Press both trash bins to delete a scene from quick access. This is safety measure, as you can't undo this action.

Settings

The addon stores a few settings in the project.godot file. They can be changed in "Addons/Quick Scenes" section of Project Settings.

Here you can configure the shortcut used for quick-running scene.

The other settings are used internally by the plugin. Don't touch them.


You can find all my addons on my profile page.

Buy Me a Coffee at ko-fi.com

About

An addon for Godot engine that allows to select multiple scenes for quick running

https://godotengine.org/asset-library/asset/1460

License:MIT License


Languages

Language:GDScript 100.0%