https://github.com/takupisu/EditorSceneActiveSwitcher-Unity
Editor上でワンクリックでシーンのLoad、UnLoadを切り替えれる機能
https://github.com/takupisu/EditorSceneActiveSwitcher-Unity
c-sharp editor hierarchy unity
Last synced: 3 months ago
JSON representation
Editor上でワンクリックでシーンのLoad、UnLoadを切り替えれる機能
- Host: GitHub
- URL: https://github.com/takupisu/EditorSceneActiveSwitcher-Unity
- Owner: takupisu
- License: mit
- Created: 2016-10-06T06:52:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-10T09:26:52.000Z (about 5 years ago)
- Last Synced: 2024-05-13T20:53:47.012Z (about 1 year ago)
- Topics: c-sharp, editor, hierarchy, unity
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 17
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
EditorSceneActiveSwitcher-Unity
===Hierarchy上のチェックボックスでシーンのLoad、UnLoad状態を切り替える機能
It established a check box on the Hierarchy So the scene Load functions, is switching the UnLoad state

[](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/releases)
[](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/releases)

[](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/blob/master/LICENSE.txt)
[](http://makeapullrequest.com)<< [Description](#Description) | [Demo](#demo) | [Download](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/releases) | [Usage](#usage) >>
### What's new? [See changelog ](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/blob/develop/CHANGELOG.md)
### Do you want to receive notifications for new releases? [Watch this repo ](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/subscription)
## Descriptionシーンのアクティブ切り替えって頻繁に行う事あるかと思います。
切り替え方法としては、
1. Sceneオブジェクト欄の右メニュークリック
2. メニューの"Unload Scene”をクリッック(or ”Load Sceneをクリック)"2"クリックしないといけないですね。めんどくさい!
そこで、"1"クリックで切り替えが出来るようにエディタ拡張を作りました!
## Demo
## Usage1. Download unitypackage from [Releases](https://github.com/takupisu/EditorSceneActiveSwitcher-Unity/releases).
2. Import the package into your Unity project. Select `Import Package > Custom Package` from the `Assets` menu.

5. You can change scene "load" or "unload".
6. Enjoy!##### Requirement
* Unity 5.5+ *(included Unity 2018.x)*
* No other SDK are required
## License* MIT
## Author
[Takumi Hanzawa](https://github.com/takupisu)
## See Also
* 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