takupisu / SceneHistory-Unity

Sceneの読み込み履歴を保持し、履歴からSceneを読み込める機能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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





Description

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

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

"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. 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
  • Unity 5.5+ (included Unity 2018.x)
  • No other SDK are required





License

  • MIT

Author

HanzawaTakumi

See Also

About

Sceneの読み込み履歴を保持し、履歴からSceneを読み込める機能

License:MIT License


Languages

Language:C# 100.0%