rurre/PumkinsAvatarTools

Cannot convert from 'DynamicBone[]' to 'UnityEngine.Object'

Closed this issue · 2 comments

I'm using a fresh install of Unity(Ver. 2018.4.20f1) with the VRChat SDK and this plugin, whenever I try importing avatar tools it displays these two messages and the toolbox never appears.

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

Assets\PumkinsAvatarTools\Scripts\Editor\PumkinsAvatarTools.cs(4093,60): error CS1503: Argument 1: cannot convert from 'DynamicBone[]' to 'UnityEngine.Object'

image

rurre commented

Thanks for reporting, I found the issue. Please try the latest hotfix

That made it work, thank you!