{"id":19760778,"url":"https://github.com/stansassets/com.stansassets.scene-management","last_synced_at":"2025-06-15T14:08:45.602Z","repository":{"id":37701574,"uuid":"262899317","full_name":"StansAssets/com.stansassets.scene-management","owner":"StansAssets","description":"Provides a set of tools to organize scene loading and management in the Unity project.","archived":false,"fork":false,"pushed_at":"2024-06-04T05:39:07.000Z","size":306,"stargazers_count":5,"open_issues_count":19,"forks_count":4,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-06T02:12:08.619Z","etag":null,"topics":["pattern","scene","stansassets","tool","unity","unity-3d","unity-asset","unity-scripts","unity-tool","unity3d","unity3d-plugin"],"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/StansAssets.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}},"created_at":"2020-05-11T00:11:06.000Z","updated_at":"2023-05-01T17:54:07.000Z","dependencies_parsed_at":"2023-01-29T14:15:49.674Z","dependency_job_id":null,"html_url":"https://github.com/StansAssets/com.stansassets.scene-management","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":"StansAssets/Unity-Package-Sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.scene-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.scene-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.scene-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StansAssets%2Fcom.stansassets.scene-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StansAssets","download_url":"https://codeload.github.com/StansAssets/com.stansassets.scene-management/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251713018,"owners_count":21631473,"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":["pattern","scene","stansassets","tool","unity","unity-3d","unity-asset","unity-scripts","unity-tool","unity3d","unity3d-plugin"],"created_at":"2024-11-12T03:38:39.561Z","updated_at":"2025-04-30T13:33:02.794Z","avatar_url":"https://github.com/StansAssets.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scene Management\nProvides a set of tools to organize scene loading and management in the Unity project.\n\n[![NPM Package](https://img.shields.io/npm/v/com.stansassets.scene-management)](https://www.npmjs.com/package/com.stansassets.scene-management)\n[![openupm](https://img.shields.io/npm/v/com.stansassets.scene-management?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.stansassets.scene-management/)\n[![Licence](https://img.shields.io/npm/l/com.stansassets.scene-management)](https://github.com/StansAssets/com.stansassets.scene-management/blob/master/LICENSE)\n[![Issues](https://img.shields.io/github/issues/StansAssets/com.stansassets.scene-management)](https://github.com/StansAssets/com.stansassets.scene-management/issues)\n\n\u003c!-- Add some useful links here --\u003e\n\n[API Reference](https://myapi) | [Forum](https://myforum) | [Wiki](https://github.com/StansAssets/com.stansassets.scene-management/wiki)\n\n### Install from NPM\n* Navigate to the `Packages` directory of your project.\n* Adjust the [project manifest file](https://docs.unity3d.com/Manual/upm-manifestPrj.html) `manifest.json` in a text editor.\n* Ensure `https://registry.npmjs.org/` is part of `scopedRegistries`.\n  * Ensure `com.stansassets` is part of `scopes`.\n  * Add `com.stansassets.scene-management` to the `dependencies`, stating the latest version.\n\nA minimal example ends up looking like this. Please note that the version `X.Y.Z` stated here is to be replaced with [the latest released version](https://www.npmjs.com/package/com.stansassets.foundation) which is currently [![NPM Package](https://img.shields.io/npm/v/com.stansassets.scene-management)](https://www.npmjs.com/package/com.stansassets.scene-management).\n  ```json\n  {\n    \"scopedRegistries\": [\n      {\n        \"name\": \"npmjs\",\n        \"url\": \"https://registry.npmjs.org/\",\n        \"scopes\": [\n          \"com.stansassets\"\n        ]\n      }\n    ],\n    \"dependencies\": {\n      \"com.stansassets.scene-management\": \"X.Y.Z\",\n      ...\n    }\n  }\n  ```\n* Switch back to the Unity software and wait for it to finish importing the added package.\n\n### Install from OpenUPM\n* Install openupm-cli `npm install -g openupm-cli` or `yarn global add openupm-cli`\n* Enter your unity project folder `cd \u003cYOUR_UNITY_PROJECT_FOLDER\u003e`\n* Install package `openupm add com.stansassets.scene-management`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.scene-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstansassets%2Fcom.stansassets.scene-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstansassets%2Fcom.stansassets.scene-management/lists"}