Unity3D editor tool to speed up scene switching and playtesting when you are working with multiple scenes.
An editor window for Unity3D game engine that lets you quickly list and play all scenes, as well as setting up a seperated “quick play scene”. You can also set up presets of scenes that can be loaded together additively.
Developed and tested on 2017.3.1f1.
Unity Forum Thread: https://forum.unity.com/threads/open-source-quick-play-tool.526158/
Install this package: https://github.com/mob-sakai/UpmGitExtension
Install Quick Play Tool using UpmGitExtension.
Add this as a dependency in your packages.json
file:
"com.starikcetin.quickplaytool": "https://github.com/starikcetin/Quick-Play-Tool.git#1.0.0-upm",
Replace 1.0.0-upm
with the tag of the version that you want to install, or update using the Package Manager window.
Put the Assets/QuickPlayTool folder in anywhere under Assets folder.
You can also submodule this repository if you are using git.
Here is a comprehensive tutorial from prime31 about submodules, symlinks and Unity: http://prime31.github.io/A-Method-for-Working-with-Shared-Code-with-Unity-and-Git/
Launch the window from “Window > Quick Play Tool”
For more information visit the wiki.
MIT license. Refer to the LICENSE file.
Copyright (c) 2018 S. Tarık Çetin