1.0.1 • Published 3 years ago

ascetic.unity.pixeltext v1.0.1

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

Ascetic's Unity Pixel Text

Unity package for creating 3D pixel text. Contains component, pixel prefabs and fonts.

Installation

Ascetic's Unity Pixel Text 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 Pixel Text 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.pixeltext"
  • Click "Add"

Enjoy!

1.0.1

3 years ago

1.0.0

3 years ago