Releases: Unity-Technologies/com.unity.formats.alembic
Releases · Unity-Technologies/com.unity.formats.alembic
20170410
- Changed namespace and directory structure to avoid conflicts with other assets (https://github.com/unity3d-jp/AlembicImporter/issues/16)
20170406
- Fixed relative path issue (https://github.com/unity3d-jp/AlembicImporter/issues/13 https://github.com/unity3d-jp/AlembicImporter/issues/14)
- Revived AlembicPointsRenderer
Now it supports 'true' instancing (with Graphics.DrawMeshInstanced() or Graphics.DrawMeshInstancedIndirect(). fallback to Graphics.DrawMesh() if system doesn't support instancing or Unity is pre-5.5), and sorting (e.g. sort by distance from camera to draw transparent meshes).
20170314
- Timeline support added
This release adds Timelines support which is introduced in Unity 5.7.
(to enable it: search for ENABLE_TIMELINE and comment out conditional compilation statements)