Skip to content

gamgaroo/Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Documentation

Installation

It is recommended to use UPM Scoped Registry to auto-resolve dependencies and see updates in Unity Package Manager when they are available.

"scopedRegistries": [
    {
        "name": "Gamgaroo",
        "url": "https://www.myget.org/F/gamgaroo/npm/",
        "scopes": [
            "com.gamgaroo"
        ]
    }
]

However, it is also possible to manually install packages using UPM Git method. In this case you must manually install all dependencies in the project.

Versioning

All packages use Semantic Versioning.

⚠️ Major version zero is all about rapid development. This kind of packages MAY introduce breaking changes on the Minor version updates. Keep this in mind if you intend to use such packages.

Package List

About

Docs for Gamgaroo Unity Packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published