{"id":16209946,"url":"https://github.com/hustoft-digital/multiscenetools","last_synced_at":"2025-03-19T08:31:11.134Z","repository":{"id":63303545,"uuid":"564868990","full_name":"Hustoft-Digital/MultiSceneTools","owner":"Hustoft-Digital","description":"A Demo for Multi Scene Management Tools","archived":false,"fork":false,"pushed_at":"2024-12-25T17:06:19.000Z","size":2670,"stargazers_count":23,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T05:21:58.150Z","etag":null,"topics":["management","multi-scene","tools","unity","workflow"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hustoft-Digital.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-11T17:37:04.000Z","updated_at":"2024-12-25T17:06:22.000Z","dependencies_parsed_at":"2022-11-16T16:15:22.962Z","dependency_job_id":"16aa0dc3-dd90-4a3f-8b70-9d9e8bba25d0","html_url":"https://github.com/Hustoft-Digital/MultiSceneTools","commit_stats":null,"previous_names":["hustoft-digital/multiscenetools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hustoft-Digital%2FMultiSceneTools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hustoft-Digital%2FMultiSceneTools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hustoft-Digital%2FMultiSceneTools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hustoft-Digital%2FMultiSceneTools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hustoft-Digital","download_url":"https://codeload.github.com/Hustoft-Digital/MultiSceneTools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244389854,"owners_count":20445014,"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":["management","multi-scene","tools","unity","workflow"],"created_at":"2024-10-10T10:34:21.746Z","updated_at":"2025-03-19T08:31:11.129Z","avatar_url":"https://github.com/Hustoft-Digital.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Codacy Badge](https://app.codacy.com/project/badge/Grade/ab255c26e8694143944b4ce292fee11b)](https://app.codacy.com/gh/Hustoft-Digital/MultiSceneTools/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n# Multi Scene Tools\n\n\u003cimg src=\"Images/MultiSceneTools%20Icon.png\" alt=\"MultiSceneToolsIcon\" width=\"200\"/\u003e\n\n## Features\n\n- Scene Collection ScriptableObjects\n    - Tracks which scenes are used together in runtime.\n    - Double Click to load collection.\n    - Set which scene is the active scene in the collection. (gets set automatically)\n    - Track and add collection scenes to build settings.\n    - (Coming) Tracks cross scene references.\n \n- Hierarchy Style\n    - Icon and tooltip on scenes that belong to a scene collection\n    - User defined scene collection color.\n    - Checkmark on the target active scene for the collection\n    - Icons for displaying which collection scenes are in the build settings\n\n- Multi Scene Management Window\n    - Display currently loaded scene collection\n    - Load scene collections\n    - Load scenes additively\n    - Unload scenes\n    - Save and override loaded scene collection\n    - Create scene collections from loaded scenes\n    - Create new scenes and load it additively\n    - Add all open scenes to build settings\n    - See the current settings set in the config scriptable object\n\n- Multi Scene Loader\n    - Load scene collections with this static class\n    - OnSceneCollectionLoaded \u0026 OnSceneCollectionLoadDebug\u003cSceneCollection, collectionLoadMode\u003e events triggered on successful loading\n    - Loading modes\n        - Additive\n            - Loads all scenes in a collection additively\n        - Replace\n            - Unloads all scenes other than the boot scene, then loads all scenes additively.\n        - DifferenceReplace\n            - Unloads all scenes the collections do not share, then load the missing scenes.\n        - DifferenceAdditive\n            - Load all scenes in the collection that is not already loaded\n        - Subtractive [experimental] (not implemented for async)\n            - unload all matching scenes\n    - Async loading methods\n        - preload scenes and activate when ready\n        - defer unloading scenes and trigger unloading when ready\n        - returns an AsyncCollection\n            - track progression of the async operations\n            - trigger activation of scenes\n            - trigger unloading of scenes \n    - (coming) Scene Node view, Connect scenes together with nodes to visualize adjacent scenes and automate when scenes should be loaded. \n\n- Multi Scene Tools Config\n    - See and set current singleton instance\n    - See and set current loaded scene collection\n    - Toggle for allowing cross scene referencing (Cross scene referencing is not implemented)\n    - Toggle for logging scene collection loading\n    - Target path for boot scene or manager scene\n    - Target path for loading scene collections\n\n## Examples\n\n- Scene Transitioner\n    - Waits for the transition animation to finish before loading the next scene collection.\n    - Tracks the in and out transition state\n\n## Setup\n\n- Install via Package Manager → Add package via git URL: \n    - https://github.com/HenrysHouses/MultiSceneTools.git\n- Alternatively, download and put the folder in your Assets\n- Create the config asset with the window popup\n\n## Author\n\n- [Henrik Hustoft](https://www.linkedin.com/in/henrik-hustoft-2366ab220/)\n\n## License\n\n- Apache License 2.0 License. Refer to the [LICENSE](./LICENSE) file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustoft-digital%2Fmultiscenetools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhustoft-digital%2Fmultiscenetools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhustoft-digital%2Fmultiscenetools/lists"}