Home

Awesome

SceneHistory-Unity

Sceneの読み込み履歴を保持し、履歴からSceneを読み込むエディタ拡張

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

シーン「Menu」を開いてから、次にシーン「Game」を開いて、またシーン「Menu」を開いて... こういったシーン切り替え操作は、みなさんよく経験されると思います。
切り替え方法としては、Projectウィンドウでシーンをクリックする方法が一般的だと思います。

  1. Projectウィンドウの「お気に入り」(または該当フォルダ)をクリック
  2. シーンをダブルクリック

"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. Open scene history window from Windows > Scene History menu.
  4. When the scene is opened, add a history.
  5. You can open the scene from the history.
  6. Enjoy!
Requirement

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

License

Author

HanzawaTakumi

See Also