/Unity-Plugin-Extract-Multiple-Sprite

Extract multi-sprite 2D sheet in Unity3D into separated 2D sprite files

Primary LanguageC#MIT LicenseMIT

Unity Plugin: Extracting all 2D sprites from any multi-sprite sheet

This tool supports to extract the 2D multiple-sprite sheet in Unity3D into separated sprite files. This would be very useful when you have a large multi-sprite sheet and you just want to use some of them in your game.

Installation

  1. Open the Package Manager window by selecting the Menu "Window/Package Manager"

  2. Select "+" button, then choose "Add package from git URL" alt text

  3. Paste the following link:
    https://github.com/nmtoan91/Unity-Plugin-Extract-Multiple-Sprite.git?path=/Assets/MultiSpriteExtractTool

How to use the plugin

  1. Change your Sprite Mode of your sprite sheet into Multiple.

  2. Use Sprite Editor to slice the sprite sheet into sprites
    alt text

  3. Check Read/Write Enabled of your sprite sheet
    alt text

  4. Right-click on your sprite from Project Window, then select STGame/SpriteTool/Slip This Atlas
    alt text

  5. This is the result alt text

Credit to toanstt