Laputa-Unity / unity-mobile-gamebase

Code base for casual mobile game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Game Base - Core Singleton architecture (Android & Ios)

  • 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.33f1 LTS
  • Type select: Android, IOS image

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

Support

  • If you like this topic, you can give this repository a star ⭐
  • I would greatly appreciate it if you could support me with a cup of coffee

About

Code base for casual mobile game


Languages

Language:C# 82.8%Language:HTML 17.1%Language:ShaderLab 0.1%