unity-mobile-gamebase
unity-mobile-gamebase copied to clipboard
Code base for casual mobile game
Mobile Game Base - Core Singleton architecture (Android & Ios)
Introduction
- Project is a sample gamebase for mobile game using singleton design pattern.
- Because the project is designed using the singleton pattern, you can get used to it very easily and build a complete game quickly. However, I do not recommend using it for large game projects. Anyway it is a bad pattern, you can see or read about it everywhere on the internet.
Installation
- Version: Unity 2022.3.16f1 LTS
- Type select: Android, IOS
Folder Structure
├── _Project
│ ├── Animations
│ ├── Effects
│ ├── Fonts
│ ├── Materials
│ ├── Prefabs
│ ├── Resources
│ ├── Scenes
│ ├── Scripts
│ ├── Sounds
│ ├── Spines
│ ├── Sprites
│ ├── ~ExtensionPackage
│ │ ├── CustomBuildReport
│ │ ├── CustomHierarchy
│ │ ├── CustomInspector
│ │ ├── CustomReference
│ │ ├── CustomTween
└── ...
Documentation
Third Party
- Lean Packages (LeanTouch, LeanPool)
- TextMeshPro