From 26b08a84d189105d09b7388fd14f84b64a5abc78 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 5 Apr 2021 22:13:26 +0200 Subject: [PATCH] Update VA_AnimatorSystem.cs Removed unused using thing. --- Runtime/Scripts/VA_AnimatorSystem.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/Scripts/VA_AnimatorSystem.cs b/Runtime/Scripts/VA_AnimatorSystem.cs index ed64e39..cff1a42 100644 --- a/Runtime/Scripts/VA_AnimatorSystem.cs +++ b/Runtime/Scripts/VA_AnimatorSystem.cs @@ -1,7 +1,6 @@ using Unity.Entities; using Unity.Transforms; using Unity.Mathematics; -using UnityEngine.Animations; namespace TAO.VertexAnimation {