
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/sugar.git README Markdown
Copy this to your project's README.md
## Installation
Add **Sugar** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/sugar.git
```
[](https://www.pkglnk.dev/pkg/sugar)README
LibSugar
Like syntactic sugar, but is library
Installation
-
dotnet add package LibSugar --version <version>or
<PackageReference Include="LibSugar" Version="<version>" /> Unity Package by npmjs
Edit your
Packages/manifest.jsonfile like this{ "scopedRegistries": [ { "name": "npm", "url": "https://registry.npmjs.org", "scopes": [ "com.libsugar" ] } ], "dependencies": { "com.libsugar.sugar": "<version>" } }or use gui in unity editor
configProject Settings -> Package Manager -> Scoped Registeries
then add package in package manager
No comments yet. Be the first!