Hierarchy上のチェックボックスでシーンのLoad、UnLoad状態を切り替える機能
It established a check box on the Hierarchy So the scene Load functions, is switching the UnLoad state
<< Description | Demo | Download | Usage >>
What's new? See changelog
Do you want to receive notifications for new releases? Watch this repo
シーンのアクティブ切り替えって頻繁に行う事あるかと思います。 切り替え方法としては、
- Sceneオブジェクト欄の右メニュークリック
- メニューの"Unload Scene”をクリッック(or ”Load Sceneをクリック)
"2"クリックしないといけないですね。めんどくさい!
そこで、"1"クリックで切り替えが出来るようにエディタ拡張を作りました!
- Download unitypackage from Releases.
- Import the package into your Unity project. Select
Import Package > Custom Package
from theAssets
menu.
- You can change scene "load" or "unload".
- Enjoy!
- Unity 5.5+ (included Unity 2018.x)
- No other SDK are required
- MIT
- GitHub page : https://github.com/takupisu/EditorSceneActiveSwitcher-Unity
- Releases : https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/releases
- Issue tracker : https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/issues
- Current project : https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/projects/1
- Change log : https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/blob/master/CHANGELOG.md