{"id":21396320,"url":"https://github.com/pancake-llc/foundation","last_synced_at":"2025-04-05T20:10:40.820Z","repository":{"id":58790059,"uuid":"529747712","full_name":"pancake-llc/foundation","owner":"pancake-llc","description":"Game Mobile Foundation (Android + iOS) Using Unity3D","archived":false,"fork":false,"pushed_at":"2024-10-29T09:30:36.000Z","size":110181,"stargazers_count":105,"open_issues_count":1,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-29T11:42:50.489Z","etag":null,"topics":["android","base","binary","code-base","core","data","engine","foundation","framework","ios","mobile","package","ui","unity","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pancake-llc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-28T02:58:48.000Z","updated_at":"2024-10-29T09:30:41.000Z","dependencies_parsed_at":"2024-11-07T08:33:18.958Z","dependency_job_id":null,"html_url":"https://github.com/pancake-llc/foundation","commit_stats":null,"previous_names":["pancake-llc/foundation"],"tags_count":179,"template":true,"template_full_name":"pancake-llc/package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pancake-llc%2Ffoundation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pancake-llc%2Ffoundation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pancake-llc%2Ffoundation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pancake-llc%2Ffoundation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pancake-llc","download_url":"https://codeload.github.com/pancake-llc/foundation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247393572,"owners_count":20931813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","base","binary","code-base","core","data","engine","foundation","framework","ios","mobile","package","ui","unity","unity3d"],"created_at":"2024-11-22T14:26:21.482Z","updated_at":"2025-04-05T20:10:40.794Z","avatar_url":"https://github.com/pancake-llc.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What\n\n- Game foudation using [Heart](https://github.com/pancake-llc/foundation/tree/main/Assets/Heart) package\n\n\u003cp align=\"left\"\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Made With Unity\" src=\"https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/pancake-llc/foundation?logo=github\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Commit\" src=\"https://img.shields.io/github/last-commit/pancake-llc/foundation?logo=Mapbox\u0026color=orange\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Repo Size\" src=\"https://img.shields.io/github/repo-size/pancake-llc/foundation?logo=VirtualBox\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Code Size\" src=\"https://img.shields.io/github/languages/code-size/pancake-llc/foundation?logo=sharp\"\u003e\n  \u003c/a\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"Last Release\" src=\"https://img.shields.io/github/v/release/pancake-llc/foundation?include_prereleases\u0026logo=Dropbox\u0026color=yellow\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Environment\n\n- unity 6 LTS\n- scriptingBackend : IL2CPP\n- apiCompatibilityLevel : .NET Standard 2.1\n\n# How To Install\n\nYou can choose one of the following ways\n\n1, Using button `Use this template` to create new project using this template, and now you can do anything with this\n\n2, for only install heart as package module ----\u003e add directly in `manifest.json` in folder `Packages/manifest.json`\n\n```csharp\n\"com.pancake.heart\": \"https://github.com/pancake-llc/foundation.git?path=Assets/Heart#3.2.2\",\n```\n\n\n# Folder Structure\n\n```bash\n├── _Root\n│   ├── Animations\n│   ├── Editor\n│   ├── Effects\n│   ├── Fonts\n│   ├── Materials\n│   ├── Prefabs\n│   ├── Resources\n│   ├── Scenes\n│   ├── Scripts\n│   ├── Sounds\n│   ├── Spines\n│   ├── Sprites\n│   ├── Storages\n├── Heart\n│   ├── Common\n│   ├── Core\n│   ├── Editor\n│   ├── Modules\n└── ...\n```\n\n**DO not put anything into folder Heart, any new asset should be place under folder _Root**\n\n\n# Pillar\n\n```mermaid\ngraph TD;\n    Core--\u003eDI;\n    Core--\u003eEventSystem;\n    Core--\u003eElm;\n```\n\n# Usages\n\n- [See Wiki](https://github.com/pancake-llc/foundation/wiki)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpancake-llc%2Ffoundation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpancake-llc%2Ffoundation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpancake-llc%2Ffoundation/lists"}