Auto9Slicer
February 6, 2024 ยท View on GitHub
Auto 9 slice sprite generator on Unity.

Instructions
- Package Manager
https://github.com/kyubuns/Auto9Slicer.git?path=Assets/Auto9Slicer
Simple Use
Create Auto9SliceTester. Assets > Create > Auto 9Slice > Tester
Click Run to automatically slice the images in the same directory.
From Script
Add it to your EditorScript so that it will be executed at your desired timing.
var slicedTexture = Auto9Slicer.Slicer.Slice(texture, SliceOptions.Default);
textureImporter.spriteBorder = slicedTexture.Border.ToVector4();
File.WriteAllBytes(filePath, slicedTexture.Texture.EncodeToPNG());
Requirements
- Requires Unity2019.4 or later
License
MIT License (see LICENSE)