emilianavt / VSeeFaceSDK

The VSeeFace SDK for Unity is used to export models in the VSFAvatar format.
149 stars 10 forks source link

Strange reference #15

Closed CuteWaterBeary closed 2 years ago

CuteWaterBeary commented 2 years ago

In VSF_Animations.cs it contains this line of code AssetDatabase.LoadAssetAtPath<AnimationClip>(AssetDatabase.GUIDToAssetPath("3293cdd72fddb9e428a98388947b4697")); but the guid is never used again.

emilianavt commented 2 years ago

It's the T pose animation here:

https://github.com/emilianavt/VSeeFaceSDK/tree/master/VSF%20SDK/Animations

You can confirm the GUID in the meta file.

CuteWaterBeary commented 2 years ago

Thank you. Its very strange that this doesn't come up in search in any of my editors or even github search.