https://github.com/omiyagames/omiya-games-web
Helper tools for web-related stuff.
https://github.com/omiyagames/omiya-games-web
game-development library tool unity unity2d unity3d web webgl
Last synced: about 1 month ago
JSON representation
Helper tools for web-related stuff.
- Host: GitHub
- URL: https://github.com/omiyagames/omiya-games-web
- Owner: OmiyaGames
- License: mit
- Created: 2020-05-17T22:47:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-03T20:59:57.000Z (almost 2 years ago)
- Last Synced: 2025-10-26T14:10:53.125Z (8 months ago)
- Topics: game-development, library, tool, unity, unity2d, unity3d, web, webgl
- Language: C#
- Size: 764 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# [Omiya Games](https://www.omiyagames.com/) - Web
[](https://openupm.com/packages/com.omiyagames.web/) [](https://omiyagames.github.io/omiya-games-web/) [](https://ko-fi.com/I3I51KS8F)
A set of libraries [Omiya Games](https://www.omiyagames.com/) uses to support web-related features and activities.
## Install
There are two common methods for installing this package.
### Through [Unity Package Manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html)
Unity's own Package Manager supports [importing packages through a URL to a Git repo](https://docs.unity3d.com/Manual/upm-ui-giturl.html):
1. First, on this repository page, click the "Clone or download" button, and copy over this repository's HTTPS URL.
2. 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!
While 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:
### Through [OpenUPM](https://openupm.com/)
Installing 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):
```
npm install -g openupm-cli
```
Then, to install this package, just run the following command at the root of your Unity project:
```
openupm add com.omiyagames.web
```
## Resources
- [Documentation](https://omiyagames.github.io/omiya-games-web/)
- [Change Log](https://omiyagames.github.io/omiya-games-web/manual/changelog.html)
## LICENSE
Overall 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.
Copyright (c) 2019-2021 Omiya Games