Skip to content

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

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

VirtueSky/sunflower

Repository files navigation

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

1: Download the repo and drop it into folder Assets

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

for version 2.9.1

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

Includes modules

├── Core (Update only called once in Monobehaviour,...)
├── 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, Analytic)
├── Tri-Inspector
├── Level Editor
├── Mobile Notification
├── Object Pooling
├── Prime tween
├── FolderIcons
├── Hierarchy
├── In app review
├── UniTask
├── 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: