GuardianOfGods / thu-foundation

Game Mobile Foundation (Android + iOS) Using Unity3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What

  • Game foudation using Heart package

Made With Unity License Last Commit Repo Size Last Release

Environment

  • unity 2022.3.20f1 LTS
  • use URP 14
  • 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#2.5.8",

Folder Structure

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

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

Usages

About

Game Mobile Foundation (Android + iOS) Using Unity3D

License:MIT License


Languages

Language:C# 98.3%Language:ShaderLab 1.2%Language:HLSL 0.2%Language:Objective-C++ 0.1%Language:Objective-C 0.1%