Fuji's Unity Utilities
Fuji's Unity Utilities provides a collection of helper tools and extensions for Unity development. Built on UniTask and DOTween, it offers streamlined utilities to accelerate common development workflows. The package is available via npm, OpenUPM, and Git installation methods.
com.fuji97.fuji-unity-utilities 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/fuji-unity-utilities.git README Markdown
Copy this to your project's README.md
## Installation
Add **Fuji's Unity Utilities** 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/fuji-unity-utilities.git
```
[](https://www.pkglnk.dev/pkg/fuji-unity-utilities)Dependencies (2)
README
Fuji's Unity Utilities
Fuji's Unity Utilities
Dependencies
How to use
Work In Progress
Install
via npm
Open Packages/manifest.json with your favorite text editor. Add a scoped registry and following line to dependencies block:
{
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org/",
"scopes": [
"com.fuji97"
]
}
],
"dependencies": {
"com.fuji97.fuji-unity-utilities": "1.0.0"
}
}
Package should now appear in package manager.
via OpenUPM
The package is also available on the openupm registry. You can install it eg. via openupm-cli.
openupm add com.fuji97.fuji-unity-utilities
via Git URL
Open Packages/manifest.json with your favorite text editor. Add following line to the dependencies block:
{
"dependencies": {
"com.fuji97.fuji-unity-utilities": "https://github.com/fuji97/fuji-unity-utilities.git",
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.demigiant.dotween": "https://github.com/yoshida190/dotween"
}
}
Configuration
Work In Progress
License
MIT License
Copyright © 2022 Federico Rapetti (fuji97)
No comments yet. Be the first!