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'
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'