Skip to content

A system to keep TextMeshPro styles consistent throughout a project.

License

Notifications You must be signed in to change notification settings

danielshervheim/unity-font-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unity-font-presets

Please see the readme in the package directory for information on all of the included scripts.

How To Install

The font-presets package uses the scoped registry feature to import dependent packages. Please add the following sections to the package manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "DSS",
  "url": "https://registry.npmjs.com",
  "scopes": [ "com.dss" ]
}

To the dependencies section:

"com.dss.font-presets": "1.4.1"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "DSS",
      "url": "https://registry.npmjs.com",
      "scopes": [ "com.dss" ]
    }
  ],
  "dependencies": {
    "com.dss.font-presets": "1.4.1",
    ...

About

A system to keep TextMeshPro styles consistent throughout a project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published