Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/association-of-stupid-people-core.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Game Foundation Core** to your Unity project via Package Manager:

1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/association-of-stupid-people-core.git
```

[![pkglnk](https://www.pkglnk.dev/badge/association-of-stupid-people-core.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/association-of-stupid-people-core)

Dependencies (2)

README

GameFoundation

Game Foundation provides pre-built common game systems that are flexible and extensible so that developers can focus on building unique gameplay.

Assembly

For game assembly, normally, you will add these

"GameFoundation.Script",
"GameFoundation.AssetLibrary",
"GameFoundation.BlueprintFlow",
"GameFoundation.UIModule",
"GameFoundation.Utilities",
"GameFoundation.Models",
"GameFoundation.Network.HttpServices",
image

Installation

Requirement

  • Unity 2021.3 or later

Using Package Manager

Firstly, you need to use GitDependencyResolverForUnity package by mob-sakai to resolves git-based dependencies by adding https://github.com/mob-sakai/GitDependencyResolverForUnity.git to Package Manager. Then, you add Game Foundation Core by https://github.com/GameDevelopmentKit/GameFoundation.git

Or find the manifest.json file in the Packages directory in your project and edit it as follows:

{
  "dependencies": {
    "com.coffee.git-dependency-resolver": "https://github.com/mob-sakai/GitDependencyResolverForUnity.git",
    "com.gdk.core": "https://github.com/GameDevelopmentKit/GameFoundation.git",
    ...
  },
}

Using Git submodule

This package need to be cloned to Packages folder. And we still use GitDependencyResolverForUnity package like above

git submodule add git@github.com:GameDevelopmentKit/GameFoundation.git .\Packages\com.gdk.core

Comments

No comments yet. Be the first!