All Projects → sassembla → Autoya

sassembla / Autoya

Licence: mit
thin framework for Unity.

Projects that are alternatives of or similar to Autoya

In App Purchase
A Node.js module for in-App-Purchase for iOS, Android, Amazon and Windows.
Stars: ✭ 868 (+426.06%)
Mutual labels:  purchase, unity
Onesignal Unity Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Unity app with OneSignal. https://onesignal.com
Stars: ✭ 161 (-2.42%)
Mutual labels:  unity, notifications
Unitydoorstop
Doorstop -- run C# before Unity does!
Stars: ✭ 157 (-4.85%)
Mutual labels:  unity
Mediapipeunityplugin
Unity plugin to run MediaPipe graphs
Stars: ✭ 160 (-3.03%)
Mutual labels:  unity
Screamer Js
Screamer.js is a Vanilla Javascript plugin to provide simple yet fully customisable web notifications using Web Notifications API.
Stars: ✭ 161 (-2.42%)
Mutual labels:  notifications
Unitypausemenu
This is an open source Unity pause menu created for the game New Horizons, and it's completely free because of how a pause menu is a core component of a game, while the unity asset store was lacking in such an asset (until this was released on the asset store).
Stars: ✭ 160 (-3.03%)
Mutual labels:  unity
Kinect Vfx Graph
Use Kinect's depth feed with Unity's VFX Graph
Stars: ✭ 163 (-1.21%)
Mutual labels:  unity
Unityurptoonlitshaderexample
A very simple toon lit shader example, for you to learn writing custom lit shader in Unity URP
Stars: ✭ 2,988 (+1710.91%)
Mutual labels:  unity
Computestochasticreflections
Compute Stochastic Screen Space Reflections for unity post processing
Stars: ✭ 163 (-1.21%)
Mutual labels:  unity
Dfvolume
Distance-field volume generator for Unity
Stars: ✭ 161 (-2.42%)
Mutual labels:  unity
Commonchinesecharacter
游戏开发中的常用汉字字库,包括3500常用字和7000常用字
Stars: ✭ 162 (-1.82%)
Mutual labels:  unity
Unity Volumetric Fog
A volumetric fog implementation in Unity.
Stars: ✭ 160 (-3.03%)
Mutual labels:  unity
Dkvfx
An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Stars: ✭ 162 (-1.82%)
Mutual labels:  unity
Vue Notifyjs
Minimalist 1kb Notification component
Stars: ✭ 160 (-3.03%)
Mutual labels:  notifications
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-0.61%)
Mutual labels:  unity
React Toast Notifications
🍞 A toast notification system for react
Stars: ✭ 2,103 (+1174.55%)
Mutual labels:  notifications
Awesome Opensource Unity
a list of curated opensource Unity packages for future proof Game Developers
Stars: ✭ 161 (-2.42%)
Mutual labels:  unity
Box2dsharp
A C# port of Box2D
Stars: ✭ 161 (-2.42%)
Mutual labels:  unity
Unity Fastpacedmultiplayer
Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation
Stars: ✭ 162 (-1.82%)
Mutual labels:  unity
Qframework
Unity3D System Design Architecture
Stars: ✭ 2,326 (+1309.7%)
Mutual labels:  unity

Autoya

loading

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

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

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.
  2. use Autoya.unitypackage.
  3. done!

or, use partial installer.

  1. use Autoya.X.unitypackage
  2. done!

then, type "Autoya.". that's all!

Usage

all example usage is in Assets/AutoyaSamples folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].