Skip to content

mythgarr/Spriter2Unity

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 66 commits ahead, 2 commits behind Malhavok:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

#Spriter2Unity

Tool that converts SCML files into unity .prefab and .anim files Based on the original work by Malhavok (https://github.com/Malhavok/Spriter2Unity)

##About

What it does:

  • for each entity in SCML file creates a Unity prefab
  • each entity got it's sprites assigned as long as you imported these sprites before conversion
  • for each animation in SCML file creates a Unity animation under the prefab
  • sprites are changed during animations, so only 1 SpriteRenderer is used for each node in the spriter file
  • an AnimatorController is created (if it doesn't exist already)
  • an Animator component is attached to the prefab. It gets a reference to the AnimatorController.

Limitations (and why):

  • Only quadratic, cubic, linear and instant curves are supported
  • Mainline curves are not yet imported
  • Only works with a "Pixels To Units" setting of 100

Important missing features:

  • Sounds
  • Points
  • Boxes

##Usage

Copy the contents of the Assets folder into your Unity project's Assets folder or import the package from [here] (https://github.com/bonus2113/Spriter2Unity/raw/master/Package/Spriter2Unity.unitypackage). Any SCML files copied into the project will be automatically processed. Prefabs are created in the same folder as the SCML file.

Detailed:

  1. Download this Unity package: https://github.com/bonus2113/Spriter2Unity/raw/master/Package/Spriter2Unity.unitypackage
  2. Open your Unity project.
  3. Import your whole Spriter project folder into Unity.
  4. With Unity open, go to the folder you saved the Unity package to and double click it.
  5. Unity should pop up with a dialog asking if you want to import the assets, click import on the bottom right.

Unity should now import the Spriter2Unity package and then automatically convert your SCML files to prefabs. The prefabs will be in the same folder as the SCML files.

About

Tool for converting SCML files into Unity prefab and anim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%