Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

hey! love this asset. btw, I have imported it to my unity project and there is no animation, but I used fbx files. any thoughts on how I can fix it?

(+3)

Thank you! Animations are achieved through blend-shapes. When importing a model that supports animation, you'll find BlendShapes under Skinned Mesh Renderer in the Inspector.

(+1)

oh, I got it. thank you!

How do you work with them though code in unity?

You can use the SetBlendShapeWeight function: https://docs.unity3d.com/ScriptReference/SkinnedMeshRenderer.SetBlendShapeWeight...

Thank you