{"id":13785538,"url":"https://github.com/takupisu/SceneHistory-Unity","last_synced_at":"2025-05-11T21:30:36.800Z","repository":{"id":215847346,"uuid":"148766121","full_name":"takupisu/SceneHistory-Unity","owner":"takupisu","description":"Sceneの読み込み履歴を保持し、履歴からSceneを読み込める機能","archived":false,"fork":false,"pushed_at":"2020-06-10T09:33:22.000Z","size":1307,"stargazers_count":8,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-17T21:39:24.381Z","etag":null,"topics":["c-sharp","editor","scene","unity","utility"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takupisu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-09-14T09:22:19.000Z","updated_at":"2024-05-27T06:51:10.000Z","dependencies_parsed_at":"2024-01-07T00:57:38.324Z","dependency_job_id":"3f1ff9f7-4c41-4aed-9438-4ba5ac80ac31","html_url":"https://github.com/takupisu/SceneHistory-Unity","commit_stats":null,"previous_names":["takupisu/scenehistory-unity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takupisu%2FSceneHistory-Unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takupisu%2FSceneHistory-Unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takupisu%2FSceneHistory-Unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takupisu%2FSceneHistory-Unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takupisu","download_url":"https://codeload.github.com/takupisu/SceneHistory-Unity/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253638736,"owners_count":21940414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-sharp","editor","scene","unity","utility"],"created_at":"2024-08-03T19:01:01.610Z","updated_at":"2025-05-11T21:30:35.544Z","avatar_url":"https://github.com/takupisu.png","language":"C#","readme":"SceneHistory-Unity\n===\n\nSceneの読み込み履歴を保持し、履歴からSceneを読み込むエディタ拡張\n\n![](https://user-images.githubusercontent.com/12690315/46995890-a0807a80-d155-11e8-81fc-4f15dfd3b52d.png)\n\n[![](https://img.shields.io/github/release/takupisu/SceneHistory-Unity.svg?label=latest%20version)](https://github.com/takupisu/SceneHistory-Unity/releases)\n[![](https://img.shields.io/github/release-date/takupisu/SceneHistory-Unity.svg)](https://github.com/takupisu/SceneHistory-Unity/releases)\n![](https://img.shields.io/badge/unity-5.5%2B-green.svg)\n[![](https://img.shields.io/github/license/takupisu/SceneHistory-Unity.svg)](https://github.com/takupisu/SceneHistory-Unity/blob/master/LICENSE.txt)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-orange.svg)](http://makeapullrequest.com)\n\n\u003c\u003c [Description](#Description) | [Demo](#demo) | [Download](https://github.com/takupisu/SceneHistory-Unity/releases) | [Usage](#usage) \u003e\u003e\n\n### What's new? [See changelog ![](https://img.shields.io/github/release-date/takupisu/SceneHistory-Unity.svg?label=last%20updated)](https://github.com/takupisu/SceneHistory-Unity/blob/develop/CHANGELOG.md)\n### Do you want to receive notifications for new releases? [Watch this repo ![](https://img.shields.io/github/watchers/takupisu/SceneHistory-Unity.svg?style=social\u0026label=Watch)](https://github.com/takupisu/SceneHistory-Unity/subscription)\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Description\n\nシーン「Menu」を開いてから、次にシーン「Game」を開いて、またシーン「Menu」を開いて...\nこういったシーン切り替え操作は、みなさんよく経験されると思います。  \n切り替え方法としては、Projectウィンドウでシーンをクリックする方法が一般的だと思います。\n1. Projectウィンドウの「お気に入り」(または該当フォルダ)をクリック\n2. シーンをダブルクリック\n\n\"2\"クリックしないといけないですね。めんどくさい！\n\nそこで、\"1\"クリックでシーン切り替えが出来るようにエディタ拡張を作りました！\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Demo\n\n![demo](https://user-images.githubusercontent.com/12690315/46993952-116f6480-d14d-11e8-8fba-885fd0bc5261.gif \"Demo\")\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## Usage\n\n1. Download unitypackage from [Releases](https://github.com/takupisu/SceneHistory-Unity/releases).\n2. Import the package into your Unity project. Select `Import Package \u003e Custom Package` from the `Assets` menu.  \n![](https://user-images.githubusercontent.com/12690315/46570979-edbb5a00-c9a7-11e8-845d-c5ee279effec.png)\n3. Open scene history window from `Windows \u003e Scene History` menu.\n4. When the scene is opened, add a history.\n5. You can open the scene from the history.\n6. Enjoy!\n\n\n##### Requirement\n\n* Unity 5.5+ *(included Unity 2018.x)*\n* No other SDK are required\n\n\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n## License\n\n* MIT\n\n\n\n## Author\n\n[HanzawaTakumi](https://github.com/takupisu)\n\n\n\n## See Also\n\n* GitHub page : https://github.com/takupisu/SceneHistory-Unity\n* Releases : https://github.com/takupisu/SceneHistory-Unity/releases\n* Issue tracker : https://github.com/takupisu/SceneHistory-Unity/issues\n* Current project : https://github.com/takupisu/SceneHistory-Unity/projects/1\n* Change log : https://github.com/takupisu/SceneHistory-Unity/blob/master/CHANGELOG.md\n","funding_links":[],"categories":["Editor Window"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakupisu%2FSceneHistory-Unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakupisu%2FSceneHistory-Unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakupisu%2FSceneHistory-Unity/lists"}