From b7eed7467a8b797a2c5b79cf3da4d022104eba8c Mon Sep 17 00:00:00 2001 From: Jingcheng Date: Mon, 18 Apr 2022 18:16:34 +0800 Subject: [PATCH] Update VertexAnimation.md Instructions on how to make the package work beyond Unity 2021.1.15f --- Documentation~/VertexAnimation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation~/VertexAnimation.md b/Documentation~/VertexAnimation.md index 4d8c86c..21d5695 100644 --- a/Documentation~/VertexAnimation.md +++ b/Documentation~/VertexAnimation.md @@ -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.