VirtueSky / sunflower

Core ScriptableObject architecture for building Unity games (Android & Ios)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core ScriptableObject architecture for building Unity games (Android & Ios)

Made With Unity License Last Commit Repo Size Last Release

Unity 2022.3 LTS

How To Install

Add the line below to Packages/manifest.json

for version 2.7.8

"com.virtuesky.sunflower":"https://github.com/VirtueSky/sunflower.git#2.7.8",

Includes modules

├── Core (Update only called once in Monobehaviour,...)
├── ATT_IOS
├── Advertising (Support for Max & Admob)
├── In App Purchase (IAP)
├── Asset Finder
├── Audio
├── Button
├── Data
├── Scriptable Event
├── Scriptable Variable
├── Firebase (Remote config, Analytic)
├── Tri-Inspector
├── Level Editor
├── Mobile Notification
├── Object Pooling
├── Prime tween
├── Hierarchy
├── In app review
├── UniTask
├── SimpleJSON
├── Tracking Revenue (by Firebase analytic, Adjust or Appsflyer)
├── Vibration (Vibration native support for android & ios)
├── Game Service (Login by Google Play Game or Apple Auth)
├── Misc (Extension support Transform, SafeArea, Play Animancer, Skeleton,...)
├── Component

Note:

About

Core ScriptableObject architecture for building Unity games (Android & Ios)

License:MIT License


Languages

Language:C# 99.9%Language:Objective-C++ 0.1%Language:Objective-C 0.0%