Skip to content

Sam-Unity/2d-animation-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2d-animation-samples

This repository contains samples of the 2D Animation features to be used with Unity 2018.1b10 and newer.

Getting Started

Get the Unity Editor

To get started, download and install the latest Unity 2018.1 beta, here: https://unity3d.com/unity/beta-download

Get the Package

These samples already include the necessary manifest in the Packages folder of the project. If you want to activate these features in another project:

  1. Find the manifest.json file in the Packages folder of your project.
  2. Edit it to look like this:
{
	"dependencies": {
		"com.unity.2d.animation":"1.0.15-preview",
		"com.unity.2d.ik":"1.0.5-preview"
	},
	"registry": "https://staging-packages.unity.com"
}
  1. Back in Unity, the package will be downloaded and imported.
  2. Done!

Find out more about packages here: Unity Package Manager

Preview Feature Documentation

Known Challenges:

  • Using the Transform Tools for manipulating bones in the Scene while posing and animating is not as fluid as we would like
  • The skinning and rigging portion is done in the Scene View along with Hierarchy manipulation and IK setups

❗❗❗ Warning ❗❗❗

Project backward compatibility between Preview versions is NOT GUARANTEED. Always backup your project before updating the package. Preview features here are not production ready, please DO NOT use this package for your final production. Preview features may be discontinued/dropped.

About

Samples for 2D Animation features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published