Skip to content

Core Singleton 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

wolf-package/unity-common

Repository files navigation

What

Core build game use singleton pattern (Unity 2022.3)

Made With Unity License Last Commit Repo Size Last Release

How To Install

Add the line below to Packages/manifest.json

for version 1.1.6

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

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
├── Hierarchy
├── In app review
├── UniTask
├── SimpleJSON
├── Tracking Revenue (by Firebase analytic, Adjust or Appsflyer)
├── Vibration (Vibration native support for android & ios)
├── Misc (Extension support Transform, SafeArea, Play Animancer, Skeleton,...)
├── Component