https://github.com/torinos-yt/texturegradation
https://github.com/torinos-yt/texturegradation
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torinos-yt/texturegradation
- Owner: torinos-yt
- License: mit
- Created: 2021-04-19T14:38:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T04:59:52.000Z (about 4 years ago)
- Last Synced: 2025-03-29T07:51:45.493Z (3 months ago)
- Language: C#
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TextureGradation
Generate gradatuion texture asset as a custom asset importer.
### List of Gradation Shapes
- Line
- Circular
- Radial
- Diagonal
- Box
## Install
It can be installed by adding scoped registry to the manifest file(Packages/manifest.json).`scopedRegistries`
````
{
"name": "torinos",
"url": "https://registry.npmjs.com",
"scopes": ["jp.torinos"]
}
````
`dependencies`
````
"jp.torinos.texturegradation": "1.0.1"
````