Sunflower2
Sunflower2 is a core singleton framework for Unity 2022.3+ that streamlines game development with a comprehensive suite of modules. It provides essential systems for advertising, IAP, audio, data management, analytics tracking, UI components, object pooling, localization, and native mobile featuresβenabling developers to build games faster with proven, production-ready tools.
com.wolf-org.sunflower2 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/sunflower2.git README Markdown
Copy this to your project's README.md
## Installation
Add **Sunflower2** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/sunflower2.git
```
[](https://www.pkglnk.dev/pkg/sunflower2)Dependencies (5)
README
What
Core build game (Unity 2022.3)
How To Install
1: Download the repo and drop it into folder Assets
2: Add the line below to Packages/manifest.json
- for version
1.6.9
"com.wolf-org.sunflower2":"https://github.com/VirtueSky/sunflower_2.git#1.6.9",
- depencies:
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.serialization": "3.1.1",
"com.unity.collections": "2.1.4",
"com.unity.textmeshpro": "3.0.8",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.5.10",
Includes modules
βββ Core (Update only called once in Monobehaviour, Delay...)
βββ Advertising (Support for Max, Admob and IronSource)
βββ In App Purchase (IAP)
βββ Asset Finder
βββ Audio
βββ Button (Custom UI Button)
βββ Data
βββ Firebase Remote config
βββ Tracking (Firebase Analytic, Adjust, AppsFlyer)
βββ Tri-Inspector
βββ Level Editor
βββ Mobile Notification
βββ Object Pooling
βββ Prime tween
βββ Localization
βββ FolderIcons
βββ Hierarchy
βββ In app review
βββ SimpleJSON
βββ GameService (Sign in with apple id / google play games service)
βββ Tracking Revenue (by Firebase analytic, Adjust or Appsflyer)
βββ Vibration (Vibration native support for android & ios)
βββ Misc (Extension support Transform, SafeArea, Play Animancer, Skeleton,...)
βββ Component
No comments yet. Be the first!