SmartFormat Unity Extension
July 4, 2020 ยท View on GitHub
What is this?
A UPM version of SmartFormat for Unity without com.unity.localization dependencies
Installation
You have several options
From registry
First, you need to add a scoped registry to Packages/manifest.json:
"scopedRegistries": [
{
"name": "trismegistus",
"url": "http://upm.trismegistus.tech:4873/",
"scopes": [
"trismegistus.unity"
]
}
]
Then open Window/Package manager, All packages, and install Trismegistus SmartFormat
From git url
- Open
Window/Package manager +,Add from git URL- Enter
https://github.com/Hermesiss/unity-smartformat.git?path=/Packages/trismegistus.unity.smartformat