Kevin Duong
Kevin Duong

Reputation: 658

Best way to create animations in Unity?

In my game I need to create 2 kind of 2D animation:

Do you know what is the best way to do above things?

Thanks in advance!

Upvotes: 0

Views: 1343

Answers (2)

theodox
theodox

Reputation: 12208

You can also create animations of arbitrary complexity in Maya, Max or any program that exports animated FBX files and import them into unity as data

Upvotes: 0

Jerome Maurey-Delaunay
Jerome Maurey-Delaunay

Reputation: 1070

There are a few ways to animate 2D content in Unity3D I can think of:

  • manually via code and UV scale & offset
  • using a shader editor like Strumpy Shader
  • using an add-on like ex2d

I would recommend you search the assets store in the Unity3D Editor and see what frameworks/add-ons are out there :)

Upvotes: 1

Related Questions