All Projects → coryleach → UnitySceneSwitcher

coryleach / UnitySceneSwitcher

Licence: MIT license
Editor extension for quick scene switching.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnitySceneSwitcher

com.pixelwizards.utilities
Some Unity utilities (UV tools, resource checker etc) packaged for Unity's Package Manager
Stars: ✭ 61 (+60.53%)
Mutual labels:  scene, openupm
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (+278.95%)
Mutual labels:  upm, openupm
Blocks.js
JavaScript dataflow graph editor
Stars: ✭ 165 (+334.21%)
Mutual labels:  scene
android-gcc-toolchain
Enable you to use NDK's standalone toolchain easily, quickly and magically for cross-compile
Stars: ✭ 49 (+28.95%)
Mutual labels:  switcher
Chronity
⌛ Library for running functions after a delay by creating timers in Unity3D.
Stars: ✭ 40 (+5.26%)
Mutual labels:  openupm
Vqengine
DirectX 11 Renderer written in C++11
Stars: ✭ 250 (+557.89%)
Mutual labels:  scene
phaser3-plugin-pathbuilder
Draw and edit Lines, Bezier Curves, Splines at runtime, explore your scene and export your paths to Phaser
Stars: ✭ 67 (+76.32%)
Mutual labels:  scene
Rusty Editor
Scene editor for rg3d engine
Stars: ✭ 139 (+265.79%)
Mutual labels:  scene
proscene
Processing library for the creation of interactive scenes
Stars: ✭ 45 (+18.42%)
Mutual labels:  scene
nub
A rendering and interaction Processing library
Stars: ✭ 28 (-26.32%)
Mutual labels:  scene
Unity.Blog.Override App Delegate
A maintainable way to extend / override app delegate in Unity iOS / OSX standalone player. (Much) more at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/
Stars: ✭ 28 (-26.32%)
Mutual labels:  unity-plugin
video-filename-parser
Scene release name parser
Stars: ✭ 40 (+5.26%)
Mutual labels:  scene
template-unity-package
A Github template for creating a new Unity Package. Hit the green "User this template" next to "Clone or download" to get started!
Stars: ✭ 50 (+31.58%)
Mutual labels:  openupm
V2Switcher
极简V2Ray配置切换器,拯救多线用户
Stars: ✭ 24 (-36.84%)
Mutual labels:  switcher
Unity.library.eppz.geometry
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
Stars: ✭ 198 (+421.05%)
Mutual labels:  scene
DialogueGraph
Open-source node-based tool for developing branching conversation trees
Stars: ✭ 133 (+250%)
Mutual labels:  unity-plugin
Scenejs
🎬 Scene.js is JavaScript & CSS timeline-based animation library
Stars: ✭ 2,019 (+5213.16%)
Mutual labels:  scene
TextBoxes
TextBoxes: A Fast Text Detector with a Single Deep Neural Network
Stars: ✭ 625 (+1544.74%)
Mutual labels:  scene
unity
Unity SDK UPM package
Stars: ✭ 25 (-34.21%)
Mutual labels:  upm
Reactor
Reactor (for Vera and openLuup) is a Vera Home Automation plugin that provides advanced programmable logic.
Stars: ✭ 17 (-55.26%)
Mutual labels:  scene

Gameframe.SceneSwitcher 👋

Codacy Badge GitHub release (latest by date including pre-releases) openupm GitHub

twitter

Unity editor window for quick scene switching.

Quick Package Install

Using UnityPackageManager (for Unity 2019.3 or later)

Open the package manager window (menu: Window > Package Manager)
Select "Add package from git URL...", fill in the pop-up with the following link:
https://github.com/coryleach/UnitySceneSwitcher.git#1.0.2

Using UnityPackageManager (for Unity 2019.1 or later)

Find the manifest.json file in the Packages folder of your project and edit it to look like this:

{
  "dependencies": {
    "com.gameframe.sceneswitcher": "https://github.com/coryleach/UnitySceneSwitcher.git#1.0.2",
    ...
  },
}

Usage

In the menu select Window -> SceneSwitcher

To enable edit mode use the hamburger menu at the top right of the window

AutoSort = Moves the most recently clicked button to the top of the list
Additive = Loads scene additively when the button is clicked
Close = Closes other scenes
Requirement
  • Unity 2018.4 or later (Tested in Unity 2018.4.3f1)
  • No other SDK are required

Author

👤 Cory Leach

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by Gameframe.Packages

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].