Skip to content
/ foundation Public template
generated from pancake-llc/package

Game Mobile Foundation (Android + iOS) Using Unity3D. Simple, Fast and no GC

Notifications You must be signed in to change notification settings

pancake-llc/foundation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bd76ea · Feb 20, 2025
Feb 20, 2025
Feb 20, 2025
Feb 14, 2025
Jan 3, 2024
Feb 20, 2025

Repository files navigation

What

  • Game foudation using Heart package

Made With Unity License Last Commit Repo Size Code Size Last Release

Environment

  • unity 6 LTS
  • scriptingBackend : IL2CPP
  • apiCompatibilityLevel : .NET Standard 2.1

How To Install

You can choose one of the following ways

1, Using button Use this template to create new project using this template, and now you can do anything with this

2, for only install heart as package module ----> add directly in manifest.json in folder Packages/manifest.json

"com.pancake.heart": "https://github.com/pancake-llc/foundation.git?path=Assets/Heart#3.2.0",

Folder Structure

├── _Root
│   ├── Animations
│   ├── Editor
│   ├── Effects
│   ├── Fonts
│   ├── Materials
│   ├── Prefabs
│   ├── Resources
│   ├── Scenes
│   ├── Scripts
│   ├── Sounds
│   ├── Spines
│   ├── Sprites
│   ├── Storages
├── Heart
│   ├── Common
│   ├── Core
│   ├── Editor
│   ├── Modules
└── ...

DO not put anything into folder Heart, any new asset should be place under folder _Root

Pillar

Loading
graph TD;
    Core-->DI;
    Core-->EventSystem;
    Core-->Elm;

Usages