keenanwoodall / Deform

A fully-featured deformer system for Unity that lets you stack effects to animate models in real-time
MIT License
3.27k stars 225 forks source link

Blend Deformable #61

Closed BestGamesForever closed 2 years ago

BestGamesForever commented 2 years ago

Hello it say i need to reference Cache (vertex cache). How can i find it or create it? i dont what that even means. Can you help me out please?

keenanwoodall commented 2 years ago

Ah yea the blend deformer is a bit weird. Select the deformable you want to cache the vertices of, then go to Assets/Create/Deform/Vertex Cache which will create a Vertex Cache asset based on your selected deformable.

ZNxs6TCuDU