Skip to content
Éloi Strée edited this page May 27, 2020 · 28 revisions

Welcome to the 2019_01_25_HelloUnityPackageToolbox wiki!

Daft: taking note

Manual: https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html

Using GitHub

Rizy Figured it out, syntax is: "PackageName": "https://YourGitHost.com/UserName/RepoName.git", or if you need specific branch, use: "PackageName": "https://YourGitHost.com/UserName/RepoName.git#BranchName",

Introduction & FAQ

https://docs.unity3d.com/Packages/com.unity.package-manager-ui@1.8/manual/index.html#PackManManifestsPackage

{
    "name": "com.unity.package-4",
    "displayName": "Package Number 4",
    "version": "2.5.1",
    "unity": "2018.1",
    "description": "This package provides X, Y, and Z. \n\nTo find out more, click the \"View Documentation\" link.",
    "keywords": ["key X", "key Y", "key Z"],
    "category": "Controllers",
    "dependencies": {
        "com.unity.package-1": "1.0.0",
        "com.unity.package-2": "2.0.0",
        "com.unity.package-3": "3.0.0"
    }
}  

Draft note

dd