1.0.1 • Published 3 years ago

ascetic.unity.prototype v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Ascetic's Unity Prototype

Unity package for creating prototypes. Contains simple colored textures and materials for simple 3D objects.

Installation

Ascetic's Unity Prototype is used through Unity's Package Manager. In order to use it you'll need to add the following lines to your Packages/manifest.json file. This has to be done so your Unity editor can connect to NPM's package registry.

"scopedRegistries": [
  {
    "name": "NPM",
    "url": "https://registry.npmjs.org",
    "scopes": [
      "ascetic"
    ]
  }
]

After that you'll be able to visually control what specific version of Ascetic's Unity Prototype you're using from the package manager window in Unity.

From Unity IDE: Window -> Package Manager

  • Click "+" -> Add package from git URL
  • Enter "ascetic.unity.prototype"
  • Click "Add"

Enjoy!

1.0.1

3 years ago

1.0.0

3 years ago