{"id":13731094,"url":"https://github.com/skibitsky/scene-reference","last_synced_at":"2026-03-07T09:02:11.449Z","repository":{"id":98989007,"uuid":"272687582","full_name":"skibitsky/scene-reference","owner":"skibitsky","description":"Custom property that allows to reference scene asset directly from the Editor","archived":false,"fork":false,"pushed_at":"2024-08-07T09:13:47.000Z","size":40,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-24T17:57:53.759Z","etag":null,"topics":["csharp","openupm","unity","upm","upm-package"],"latest_commit_sha":null,"homepage":"","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/skibitsky.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-16T11:16:55.000Z","updated_at":"2024-08-07T09:12:56.000Z","dependencies_parsed_at":"2024-01-06T15:56:20.652Z","dependency_job_id":"d8d0bbed-26f4-474a-a61d-bdcaf8225fcf","html_url":"https://github.com/skibitsky/scene-reference","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"b9165620d72a492d2c3f74336d598fdb8a5da59a"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/skibitsky/scene-reference","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Fscene-reference","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Fscene-reference/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Fscene-reference/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Fscene-reference/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skibitsky","download_url":"https://codeload.github.com/skibitsky/scene-reference/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skibitsky%2Fscene-reference/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261789229,"owners_count":23209774,"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","openupm","unity","upm","upm-package"],"created_at":"2024-08-03T02:01:23.805Z","updated_at":"2026-03-07T09:02:06.372Z","avatar_url":"https://github.com/skibitsky.png","language":"C#","funding_links":[],"categories":["C#"],"sub_categories":[],"readme":"# SceneReference [![openupm](https://img.shields.io/npm/v/com.skibitsky.scene-reference?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.skibitsky.scene-reference/)\n\n\u003e Custom property that allows to reference scene asset directly from the Editor\n\n\u003cimg src=\"https://github.com/skibitsky/SceneReference/raw/master/.github/Images/screenshot.png\" width=\"580\"\u003e\n\n## Usage\n\n```csharp\npublic class SceneLoader : MonoBehaviour\n{\n    [SerializeField] private SceneReference sceneToLoad;\n\n    private void Start()\n    {\n        SceneManager.LoadSceneAsync(sceneToLoad);\n    }\n}\n```\n\n## Installation\n\n### Install via OpenUPM\n\nThe package is available on the [openupm registry](https://openupm.com). It's recommended to install it via [openupm-cli](https://github.com/openupm/openupm-cli).\n\n```\nopenupm add com.skibitsky.scene-reference\n```\n\n### Install via Git URL\n\nOpen *Packages/manifest.json* with your favorite text editor. Add the following line to the dependencies block.\n\n    {\n        \"dependencies\": {\n            \"com.skibitsky.scene-reference\": \"https://github.com/skibitsky/scene-reference.git\"\n        }\n    }\n\nNotice: Unity Package Manager records the current commit to a lock entry of the *manifest.json*. To update to the latest version, change the hash value manually or remove the lock entry to resolve the package.\n\n    \"lock\": {\n      \"com.skibitsky.scene-reference\": {\n        \"revision\": \"master\",\n        \"hash\": \"...\"\n      }\n    }\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Fscene-reference","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskibitsky%2Fscene-reference","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskibitsky%2Fscene-reference/lists"}