Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation~/VertexAnimation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# VertexAnimation

###Important

For Unity Versions beyond 2021.1.15f, please add "ENABLE_HYBRID_RENDERER_V2" in scripting define symbols in order for the package to work.

### Getting Started

Import the sample assets to quickly get an idea on how to integrate vertex animation into your project.
Expand Down
2 changes: 1 addition & 1 deletion Runtime/Scripts/VA_AnimatorSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace TAO.VertexAnimation
{
// System to update all the animations.
public class VA_AnimatorSystem : SystemBase
public partial class VA_AnimatorSystem : SystemBase
{
protected override void OnUpdate()
{
Expand Down
Loading