{"id":19484928,"url":"https://github.com/omiyagames/omiya-games-web","last_synced_at":"2026-05-19T07:07:54.991Z","repository":{"id":92285992,"uuid":"264771181","full_name":"OmiyaGames/omiya-games-web","owner":"OmiyaGames","description":"Helper tools for web-related stuff.","archived":false,"fork":false,"pushed_at":"2024-09-03T20:59:57.000Z","size":782,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T14:10:53.125Z","etag":null,"topics":["game-development","library","tool","unity","unity2d","unity3d","web","webgl"],"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-17T22:47:59.000Z","updated_at":"2022-01-25T04:43:50.000Z","dependencies_parsed_at":"2025-02-25T18:34:41.539Z","dependency_job_id":"e6cf4e44-e7f4-49f8-b1ab-bab44961c6b0","html_url":"https://github.com/OmiyaGames/omiya-games-web","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":"OmiyaGames/template-unity-package","purl":"pkg:github/OmiyaGames/omiya-games-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OmiyaGames","download_url":"https://codeload.github.com/OmiyaGames/omiya-games-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OmiyaGames%2Fomiya-games-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33205616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["game-development","library","tool","unity","unity2d","unity3d","web","webgl"],"created_at":"2024-11-10T20:24:47.584Z","updated_at":"2026-05-19T07:07:54.974Z","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/) - Web\n\n[![openupm](https://img.shields.io/npm/v/com.omiyagames.web?label=openupm\u0026registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.omiyagames.web/) [![Documentation](https://github.com/OmiyaGames/omiya-games-web/workflows/Host%20DocFX%20Documentation/badge.svg)](https://omiyagames.github.io/omiya-games-web/) [![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I3I51KS8F)\n\nA set of libraries [Omiya Games](https://www.omiyagames.com/) uses to support web-related features and activities.\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.web\n```\n\n## Resources\n\n- [Documentation](https://omiyagames.github.io/omiya-games-web/)\n- [Change Log](https://omiyagames.github.io/omiya-games-web/manual/changelog.html)\n\n## LICENSE\n\nOverall package is licensed under [MIT](https://github.com/OmiyaGames/omiya-games-web/blob/master/LICENSE.md), unless otherwise noted in the [3rd party licenses](https://github.com/OmiyaGames/omiya-games-web/blob/master/THIRD%20PARTY%20NOTICES.md) file and/or source code.\n\nCopyright (c) 2019-2021 Omiya Games\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fomiya-games-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomiyagames%2Fomiya-games-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomiyagames%2Fomiya-games-web/lists"}