Skip to content

Latest commit

 

History

History
61 lines (55 loc) · 1.99 KB

README.md

File metadata and controls

61 lines (55 loc) · 1.99 KB

What

Core build game use singleton pattern (Unity 2022.3)

Made With Unity License Last Commit Repo Size Last Release

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.2.5

"com.wolf-package.unity-common":"https://github.com/wolf-package/unity-common.git#1.2.5",

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 (Custom UI Button)
├── Data
├── Firebase (Remote config, Analytic)
├── Tri-Inspector
├── Level Editor
├── Mobile Notification
├── Object Pooling
├── Prime tween
├── FolderIcons
├── Hierarchy
├── In app review
├── UniTask
├── 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