Unity Package to split texture into grid cells
https://github.com/OCB7D2D/UnityTextureSplitter.git#upm@master
You may also use a specific version by specifying a release:
https://github.com/OCB7D2D/UnityTextureSplitter.git#[email protected]
See https://github.com/OCB7D2D/UnityTextureSplitter/branches
If you want to add this exporter as a dependency to your project,
you can either do that by using the package manager, or you could
also just edit/create Packages/manifest.json
with the following:
{
"dependencies": {
"ch.ocbnet.texturechannelpacker": "https://github.com/OCB7D2D/UnityTextureSplitter.git#upm@master",
}
}
- Initial version