Skip to content

Latest commit

 

History

History
82 lines (63 loc) · 1.99 KB

README.md

File metadata and controls

82 lines (63 loc) · 1.99 KB

What

  • Game foudation using Heart package

Made With Unity License Last Commit Repo 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.0.7",

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

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

Usages