All Projects → martinhodler → Unity Aseprite Importer

martinhodler / Unity Aseprite Importer

Licence: gpl-3.0
An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API

Projects that are alternatives of or similar to Unity Aseprite Importer

Sycophant
Numerous Ninjas: Beta stage mobile game written in Unity
Stars: ✭ 64 (-63.84%)
Mutual labels:  unity, 2d, unity2d
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+1956.5%)
Mutual labels:  unity, unity-editor, unity2d
Deadsimple Pixel Perfect Camera
An exceedingly easy-to-use pixel perfect orthographic camera script for 2D scenes in Unity. Punch in a few specs and you've got a working pixel perfect camera. It's that easy.
Stars: ✭ 186 (+5.08%)
Mutual labels:  unity, unity2d, pixel-art
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (+111.86%)
Mutual labels:  unity, unity2d, pixel-art
Chasingplanes unity3d
A "Missiles" game replica, 2D fun mobile game about avoiding missiles while flying a plane.
Stars: ✭ 42 (-76.27%)
Mutual labels:  unity, 2d, unity2d
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: ✭ 31 (-82.49%)
Mutual labels:  unity, unity-editor, unity2d
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (+102.26%)
Mutual labels:  unity, unity-editor, unity2d
Creature unity
2D Skeletal Animation Unity Runtimes for Creature
Stars: ✭ 50 (-71.75%)
Mutual labels:  unity, 2d, unity2d
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-53.11%)
Mutual labels:  assets, unity, 2d
Unity Scriptableobjects Game Events
Based on a great talk by Ryan Hipple, here is my improved version of his Game Event system for Unity
Stars: ✭ 121 (-31.64%)
Mutual labels:  unity, unity2d
U.movin
Unity library for rendering After Effects shape animations
Stars: ✭ 122 (-31.07%)
Mutual labels:  unity, unity2d
Unity Bitmapfontimporter
An unity editor extension for bitmap font.
Stars: ✭ 139 (-21.47%)
Mutual labels:  unity, unity-editor
Ma textureatlasser
Texture atlas creator for Unity
Stars: ✭ 116 (-34.46%)
Mutual labels:  unity, unity-editor
Gizmo
2D Pixel Destruction Game written in Go.
Stars: ✭ 114 (-35.59%)
Mutual labels:  2d, pixel-art
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-27.12%)
Mutual labels:  unity, unity2d
Pb stl
STL import/export for Unity, supporting both ASCII and Binary.
Stars: ✭ 108 (-38.98%)
Mutual labels:  unity, unity-editor
Metasprite
A fast, self-contained, highly customizable Aseprite-to-Unity importer.
Stars: ✭ 148 (-16.38%)
Mutual labels:  unity, pixel-art
Unity Ui Examples
📚 A collection of UI examples for Unity.
Stars: ✭ 152 (-14.12%)
Mutual labels:  unity, unity2d
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: ✭ 109 (-38.42%)
Mutual labels:  unity, unity2d
Uicard
Generic UI for card games like Hearthstone, Magic Arena and Slay the Spire...
Stars: ✭ 142 (-19.77%)
Mutual labels:  unity, unity2d

Aseprite-Importer for Unity

AsepriteImporter Thumbnail

openupm

This package helps you importing .ase files from aseprite. The reader is fully written in C# which reads the compressed binary file and creates spritesheets, sprites and animations out of it.

Features

  • Creates a sprite sheet file (not dynamic)
  • Editable meta data like custom physics shapes with the 'Sprite Editor'
  • Generates tilemap with extended-padding (solves lines tearing issue between tiles)
  • Makes animation files (not dynamic)
  • Creates an animation controller
  • New tilemap name rule support (row-col)

Demo GIF of AsepriteImporter

image image image

Install

OpenUPM

Unity Package

OpenUPM lets you install packages more easily by providing a downloadable unity package which will setup the package automatically. You can find the download on the following link:

openupm https://openupm.com/packages/io.tinu.asepriteimporter/

CLI

Prerequisites

See: https://openupm.com/docs/getting-started.html#installing-openupm-cli

OpenUPM CLI Install
# Go to your Unity project directory
cd YOUR_UNITY_PROJECT_DIR

# Install package: io.tinu.asepriteimporter
openupm add io.tinu.asepriteimporter

Unity

  • In Unity open the Package Manager (Window > Package Manager).
  • In the Package Manager click on the Plus-Icon in the top-left and select Add package from git URL...
  • Enter the URL of this Repository (https://github.com/martinhodler/unity-aseprite-importer.git) and press Enter

License

See LICENSE file.

Note: As of Unity doesn't include any editor scripts in the game, you don't have to license your game under GPL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].