takupisu / EditorSceneActiveSwitcher-Unity

Editor上でワンクリックでシーンのLoad、UnLoadを切り替えれる機能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditorSceneActiveSwitcher-Unity

Hierarchy上のチェックボックスでシーンのLoad、UnLoad状態を切り替える機能

It established a check box on the Hierarchy So the scene Load functions, is switching the UnLoad state

PRs Welcome

<< Description | Demo | Download | Usage >>

What's new? See changelog

Do you want to receive notifications for new releases? Watch this repo





Description

シーンのアクティブ切り替えって頻繁に行う事あるかと思います。 切り替え方法としては、

  1. Sceneオブジェクト欄の右メニュークリック
  2. メニューの"Unload Scene”をクリッック(or ”Load Sceneをクリック)

"2"クリックしないといけないですね。めんどくさい!

そこで、"1"クリックで切り替えが出来るようにエディタ拡張を作りました!





Demo

demo





Usage

  1. Download unitypackage from Releases.
  2. Import the package into your Unity project. Select Import Package > Custom Package from the Assets menu.
  3. You can change scene "load" or "unload".
  4. Enjoy!
Requirement
  • Unity 5.5+ (included Unity 2018.x)
  • No other SDK are required





License

  • MIT

Author

Takumi Hanzawa

See Also

About

Editor上でワンクリックでシーンのLoad、UnLoadを切り替えれる機能

License:MIT License


Languages

Language:C# 100.0%