{"id":13731067,"url":"https://github.com/starikcetin/Quick-Play-Tool","last_synced_at":"2025-05-08T03:32:51.794Z","repository":{"id":138988027,"uuid":"128978823","full_name":"starikcetin/Quick-Play-Tool","owner":"starikcetin","description":"Unity3D editor tool to speed up scene switching and playtesting when you are working with multiple scenes.","archived":false,"fork":false,"pushed_at":"2019-08-16T18:29:05.000Z","size":363,"stargazers_count":41,"open_issues_count":7,"forks_count":6,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-12T17:46:29.639Z","etag":null,"topics":["csharp","csharp-code","productivity","tool","unity","unity-asset","unity-editor","unity2d","unity3d","unity3d-editor","unity3d-game-engine","unity3d-plugin"],"latest_commit_sha":null,"homepage":"https://openupm.com/packages/com.starikcetin.quickplaytool/","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/starikcetin.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-04-10T18:32:38.000Z","updated_at":"2024-11-01T01:10:36.000Z","dependencies_parsed_at":"2024-01-06T16:03:40.679Z","dependency_job_id":null,"html_url":"https://github.com/starikcetin/Quick-Play-Tool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starikcetin%2FQuick-Play-Tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starikcetin%2FQuick-Play-Tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starikcetin%2FQuick-Play-Tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starikcetin%2FQuick-Play-Tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starikcetin","download_url":"https://codeload.github.com/starikcetin/Quick-Play-Tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224695887,"owners_count":17354506,"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":["csharp","csharp-code","productivity","tool","unity","unity-asset","unity-editor","unity2d","unity3d","unity3d-editor","unity3d-game-engine","unity3d-plugin"],"created_at":"2024-08-03T02:01:23.462Z","updated_at":"2024-11-14T21:32:06.559Z","avatar_url":"https://github.com/starikcetin.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"Quick Play Tool for Unity3D Game Engine\r\n---\r\n\r\nAn editor window for Unity3D game engine that lets you quickly list and play *all* scenes, as well as setting up a seperated \"quick play scene\". You can also set up *presets* of scenes that can be loaded together additively.\r\n\r\nDeveloped and tested on 2017.3.1f1.\r\n\r\nUnity Forum Thread: https://forum.unity.com/threads/open-source-quick-play-tool.526158/\r\n\r\nInstallation (with UPM and UpmGitExtension, recommended)\r\n---\r\n\r\nInstall this package: https://github.com/mob-sakai/UpmGitExtension\r\n\r\nInstall Quick Play Tool using UpmGitExtension.\r\n\r\n\r\nInstallation (with UPM, without UpmGitExtension)\r\n---\r\n\r\nAdd this as a dependency in your `packages.json` file:\r\n\r\n```\r\n\"com.starikcetin.quickplaytool\": \"https://github.com/starikcetin/Quick-Play-Tool.git#1.0.0-upm\",\r\n```\r\n\r\nReplace `1.0.0-upm` with the tag of the version that you want to install, or update using the Package Manager window.\r\n\r\n\r\nInstallation (without UPM)\r\n---\r\n\r\nPut the _Assets/QuickPlayTool_ folder in anywhere under _Assets_ folder.\r\n\r\nYou can also submodule this repository if you are using git.\r\n  Here is a comprehensive tutorial from prime31 about submodules, symlinks and Unity: http://prime31.github.io/A-Method-for-Working-with-Shared-Code-with-Unity-and-Git/\r\n\r\nLaunch the window from \"Window \u003e Quick Play Tool\"\r\n\r\nFeatures\r\n---\r\n\r\n- Scans the entire Assets folder and subfolders for scene files. Then lists these scenes with a play button for each. You can set any of these scenes as the \"quick play scene\". You can play any scene even if the editor is currently in play mode.\r\n- Prompts for save before switching scenes and confirmation before restarting play mode.\r\n- Provides an option to automatically adjust its layout depending on the width, so all content remains visible and interactable no matter how narrow the window is.\r\n- You can play a scene together with the active scenes _(play additive)_; or you can play it alone, closing all other active scenes _(play)_.\r\n- Presets: Groups of scenes that can be loaded together additively, optionally closing the current active scenes beforehand.\r\n\r\nFor more information visit [the wiki](https://github.com/starikcetin/Quick-Play-Tool/wiki).\r\n\r\nScreenshots\r\n---\r\n\r\n![Wide Screenshot](https://raw.githubusercontent.com/starikcetin/Quick-Play-Tool/repository_resources/screenshots/Wide.PNG)\r\n\r\n![Normal Screenshot](https://raw.githubusercontent.com/starikcetin/Quick-Play-Tool/repository_resources/screenshots/Normal.PNG)\r\n\r\n![Narrow Screenshot](https://raw.githubusercontent.com/starikcetin/Quick-Play-Tool/repository_resources/screenshots/Narrow.PNG)\r\n\r\n![Already In Play Mode Screenshot](https://raw.githubusercontent.com/starikcetin/Quick-Play-Tool/repository_resources/screenshots/AlreadyInPlayMode.PNG)\r\n\r\n![Remove Preset Screenshot](https://raw.githubusercontent.com/starikcetin/Quick-Play-Tool/repository_resources/screenshots/RemovePreset.PNG)\r\n\r\nLicense\r\n---\r\nMIT license. Refer to the [LICENSE](https://github.com/starikcetin/Quick-Play-Tool/blob/master/LICENSE) file.\r\n\r\nCopyright (c) 2018 S. Tarık Çetin\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarikcetin%2FQuick-Play-Tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarikcetin%2FQuick-Play-Tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarikcetin%2FQuick-Play-Tool/lists"}