Home

Awesome

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

<br><br><br><br>

Description

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

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

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

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

<br><br><br><br>

Demo

demo

<br><br><br><br>

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

<br><br><br><br>

License

Author

Takumi Hanzawa

See Also