rurre/PumkinsAvatarTools

error CS0246: The type or namespace name 'RootMotion' could not be found

Closed this issue · 3 comments

Assets\PumkinsAvatarTools\Scripts\Editor\Copiers\LegacyCopier.cs(34,7): error CS0246: The type or namespace name 'RootMotion' could not be found (are you missing a using directive or an assembly reference?)

Don't know what does it means

rurre commented

It's expecting you to have FinalIK imported in your project for some reason.
Edit > Project Settings > Player > Other Settings > Script Define Symbols and remove PUMKIN_FINALIK if it's there.

I had FinalIK long time ago. This is fixed my problem. Thank you!

The PUMKIN_FINALIK define is no longer used so should be fixed now anyway.