Alembic for Unity
Use the Alembic package to import and export Alembic files into your Unity Scenes, where you can playback and record animation directly in Unity. The Alembic format bakes animation data into a file so that you can stream the animation in Unity directly from the file. This saves a significant amount of resources, because the modeling and animating does not happen directly inside Unity.
The Alembic package brings in vertex cache data from a 3D modeling software, such as facial animation (skinning) and cloth simulation (dynamics). When you play it back inside Unity, it looks exactly the same as it did in the 3D modeling software.
Important: before you start using this package, you must be aware of its limitations and known issues.
Features
The Alembic package supports these features:
Importing data from Meshes, Particle Cloud Points, Curves, and Cameras.
Material automatic remapping on imported Alembic assets based on Face Set names.
Applying Alembic Shaders and Motion Blur effects.
Customizing particle and point cloud effects.
Playing animation by streaming data through Timeline or Unity Animation.
Playing Alembic animation using imported animation clips.
Exporting Unity GameObjects to an Alembic file (through Exporter or Recorder).
Note: If you need to use the Alembic Clip Recorder feature, you must also install the Unity Recorder package (minimum version: 2.0.0).
Package technical details
Installation
To install this package, follow the instructions in the Package Manager documentation.
Requirements
This version of Alembic for Unity is compatible with the following versions of the Unity Editor:
- 2019.3 and later (recommended)
Limitations and known issues
- Alembic for Unity only supports the following build targets: Windows 64-bit/Arm64, macOS X, and Linux 64-bit.
See the full list of limitations and known issues, which also provides workarounds in some cases.
Feedback
Tell Unity about your experience using Alembic for Unity on the Alembic-For-Unity forum.