rurre / PumkinsAvatarTools

A toolbox for easily setting up VRChat avatars in Unity. Adds functionality to the editor and automates some of the tedious tasks.
MIT License
738 stars 48 forks source link

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

Closed friendfrog closed 4 years ago

friendfrog commented 4 years ago

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 4 years ago

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

friendfrog commented 4 years ago

That made it work, thank you!