Skip to content

alex-de-haas/ascetic.unity.pixeltext

Repository files navigation

Ascetic's Unity Pixel Text

npm npm GitHub GitHub

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages