Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolf-org/sunflower_2
Core for building Unity games (Android & iOS)
https://github.com/wolf-org/sunflower_2
game-core gamebase gamebase-unity gamecore unity
Last synced: about 2 months ago
JSON representation
Core for building Unity games (Android & iOS)
- Host: GitHub
- URL: https://github.com/wolf-org/sunflower_2
- Owner: wolf-org
- License: mit
- Created: 2024-04-25T04:26:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:28:00.000Z (5 months ago)
- Last Synced: 2024-08-27T09:42:16.614Z (5 months ago)
- Topics: game-core, gamebase, gamebase-unity, gamecore, unity
- Language: C#
- Homepage:
- Size: 14.2 MB
- Stars: 32
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.4.5`
```csharp
"com.wolf-org.sunflower2":"https://github.com/wolf-org/sunflower_2.git#1.4.5",
```## Includes modules
```bash
├── 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 (Custom UI Button)
├── Data
├── Firebase Remote config
├── Tracking (Firebase Analytic, Adjust, AppsFlyer)
├── Tri-Inspector
├── Level Editor
├── Mobile Notification
├── Object Pooling
├── Prime tween
├── 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
```- [See Document](https://github.com/wolf-package/unity-common/wiki)
- [Project Implement](https://github.com/VirtueSky/TheBeginning_2)