Home

Awesome

Core scriptable object architecture for building Unity games (Android & iOS)

<p align="left"> <a> <img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity"> </a> <a> <img alt="License" src="https://img.shields.io/github/license/VirtueSky/sunflower?logo=github"> </a> <a> <img alt="Last Commit" src="https://img.shields.io/github/last-commit/VirtueSky/sunflower?logo=Mapbox&color=orange"> </a> <a> <img alt="Repo Size" src="https://img.shields.io/github/repo-size/VirtueSky/sunflower?logo=VirtualBox"> </a> <a> <img alt="Last Release" src="https://img.shields.io/github/v/release/VirtueSky/sunflower?include_prereleases&logo=Dropbox&color=yellow"> </a> </p>

Unity 2022.3 LTS

How To Install

1: Download the repo and drop it into folder Assets

2: Add the line below to Packages/manifest.json

for version 3.2.4

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

Includes modules

├── Core (Update only called once in Monobehaviour, Delay...)
├── ATT_IOS
├── Advertising (Support for Max, Admob and IronSource)
├── In App Purchase (IAP)
├── Asset Finder
├── Audio
├── Button
├── Data
├── Scriptable Event
├── Scriptable Variable
├── Firebase Remote Config
├── Tracking (Firebase Analytics, Adjust, AppsFlyer)
├── Tri-Inspector
├── Level Editor
├── Mobile Notification
├── Object Pooling
├── Prime tween
├── Localization
├── FolderIcons
├── Hierarchy
├── In app review
├── SimpleJSON
├── Tracking Revenue (by Firebase analytic, Adjust or Appsflyer)
├── Vibration (Vibration native support for android & ios)
├── Game Service (Sign in with apple id / google play games service)
├── Misc (Extension support Transform, SafeArea, Play Animancer, Skeleton,...)
├── Touch Input
├── Component

Note: