{"id":19484932,"url":"https://github.com/omiyagames/omiya-games-global","last_synced_at":"2026-05-16T10:31:20.428Z","repository":{"id":92285953,"uuid":"264582345","full_name":"OmiyaGames/omiya-games-global","owner":"OmiyaGames","description":"A group of scripts and abstract classes that helps setup a globally-accessible data.","archived":false,"fork":false,"pushed_at":"2024-09-03T20:59:57.000Z","size":835,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T18:38:17.151Z","etag":null,"topics":["csharp","game-development","library","unity","unity-asset","unity-editor","unity2d","unity3d"],"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/OmiyaGames.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"omiyagames","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-05-17T04:20:20.000Z","updated_at":"2021-12-04T01:56:00.000Z","dependencies_parsed_at":"2025-02-25T18:34:41.843Z","dependency_job_id":"f1106c19-f6c2-4b02-808f-e5c553d11477","html_url":"https://github.com/OmiyaGames/omiya-games-global","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":"OmiyaGames/template-unity-package","purl":"pkg:github/OmiyaGames/omiya-games-global","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-global","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-global/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-global/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-global/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmiyaGames","download_url":"https://codeload.github.com/OmiyaGames/omiya-games-global/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-global/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33098787,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","game-development","library","unity","unity-asset","unity-editor","unity2d","unity3d"],"created_at":"2024-11-10T20:24:47.622Z","updated_at":"2026-05-16T10:31:20.406Z","avatar_url":"https://github.com/OmiyaGames.png","language":"C#","funding_links":["https://ko-fi.com/omiyagames","https://ko-fi.com/I3I51KS8F"],"categories":[],"sub_categories":[],"readme":"# [Omiya Games](https://www.omiyagames.com/) - Global\n\n[![openupm](https://img.shields.io/npm/v/com.omiyagames.global?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.omiyagames.global/) [![Documentation](https://github.com/OmiyaGames/omiya-games-global/workflows/Host%20DocFX%20Documentation/badge.svg)](https://omiyagames.github.io/omiya-games-global/) [![Ko-fi Badge](https://img.shields.io/badge/donate-ko--fi-29abe0.svg?logo=ko-fi)](https://ko-fi.com/I3I51KS8F) [![License Badge](https://img.shields.io/github/license/OmiyaGames/omiya-games-global)](/LICENSE.md) \n\nA set of libraries [Omiya Games](https://www.omiyagames.com/) uses to add larger-scoped features and activities, e.g. GameObjects that persists between scene transitions.\n\n## Install\n\nThere are two common methods for installing this package.\n\n### Through [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html)\n\nUnity's own Package Manager supports [importing packages through a URL to a Git repo](https://docs.unity3d.com/Manual/upm-ui-giturl.html):\n\n1. First, on this repository page, click the \"Clone or download\" button, and copy over this repository's HTTPS URL.  \n2. Then click on the + button on the upper-left-hand corner of the Package Manager, select \"Add package from git URL...\" on the context menu, then paste this repo's URL!\n\nWhile easy and straightforward, this method has a few major downside: it does not support dependency resolution and package upgrading when a new version is released.  To add support for that, the following method is recommended:\n\n### Through [OpenUPM](https://openupm.com/)\n\nInstalling via [OpenUPM's command line tool](https://openupm.com/) is recommended because it supports dependency resolution, upgrading, and downgrading this package.  If you haven't already [installed OpenUPM](https://openupm.com/docs/getting-started.html#installing-openupm-cli), you can do so through Node.js's `npm` (obviously have Node.js installed in your system first):\n```\nnpm install -g openupm-cli\n```\nThen, to install this package, just run the following command at the root of your Unity project:\n```\nopenupm add com.omiyagames.global\n```\n\n## Resources\n\n- [Documentation](https://omiyagames.github.io/omiya-games-global/)\n- [Change Log](https://omiyagames.github.io/omiya-games-global/manual/changelog.html)\n\n## LICENSE\n\nOverall package is licensed under [MIT](https://github.com/OmiyaGames/omiya-games-global/blob/main/LICENSE.md), unless otherwise noted in the [3rd party licenses](https://github.com/OmiyaGames/omiya-games-global/blob/main/THIRD%20PARTY%20NOTICES.md) file and/or source code.\n\nCopyright (c) 2019-2022 Omiya Games\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fomiya-games-global","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomiyagames%2Fomiya-games-global","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fomiya-games-global/lists"}