An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# [Omiya Games](https://www.omiyagames.com/) - Web

[![openupm](https://img.shields.io/npm/v/com.omiyagames.web?label=openupm&registry_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)

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