Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sassembla/Autoya
thin framework for Unity.
https://github.com/sassembla/Autoya
assetbundle notifications purchase unity unitypackage
Last synced: 3 months ago
JSON representation
thin framework for Unity.
- Host: GitHub
- URL: https://github.com/sassembla/Autoya
- Owner: sassembla
- License: mit
- Created: 2016-07-29T10:03:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T02:23:23.000Z (about 1 year ago)
- Last Synced: 2024-07-14T04:39:12.103Z (4 months ago)
- Topics: assetbundle, notifications, purchase, unity, unitypackage
- Language: C#
- Size: 187 MB
- Stars: 224
- Watchers: 17
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Game-Frameworks - Autoya - Small, thin framework for Unity which contains essential game features (Frameworks)
- awesome-unity-open-source-on-github - Autoya - thin framework (Asset Bundle)
README
# Autoya
![loading](https://sassembla.github.io/Autoya/img/Autoya.svg)
small, thin framework for Unity.
which contains essential game features.## Required
* Unity 2018.x or later.
* Scripting Runtime Version 4.6 Eq.## Document
[gh-pages](https://sassembla.github.io/Autoya/)## Features
* Authentication handling
* AssetBundle load/management
* HTTP/TCP/UDP Connection feature
* Maintenance changed handling
* Purchase/IAP feature
* Notification(local/remote)
* Information## Editor Features
* AssetBundle build
* link.xml generate## Motivation
Unity already contains these feature's foundation, but actually we need more codes for using it in app.This framework can help that.
## License
see below.
[LICENSE](./LICENSE)## Tests
implementing with Miyamasu test tool.
see Assets/AuotyaTests/Tests folder.## Install
unitypackage is ready!1. add Purchase plugin via Unity Services before install Autoya.
1. use Autoya.unitypackage.
1. done!or, use partial installer.
1. use Autoya.X.unitypackage
1. done!then, type "Autoya.". that's all!
## Usage
all example usage is in Assets/AutoyaSamples folder.