rurre/PumkinsAvatarTools

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

Closed this issue · 4 comments

Hello,
Ive got the problem that the last working version is 1.1.1. Every version afterwards is not working anymore and i just get this error.
VRCSDK is latest release

Full Error message (Repeated like 3 times)
Assets\PumkinsAvatarTools\Scripts\Editor\PumkinsAvatarTools.cs(4343,84): error CS0246: The type or namespace name 'VRCPhysBone' could not be found (are you missing a using directive or an assembly reference?)

rurre commented

I assume you meant PUMKIN_PBONES but that one is already there

"PUMKIN_PBONES;PUMKIN_DBONES;VRC_SDK_VRCSDK3;DYNAMICBONES_EXISTS;UNITY_POST_PROCESSING_STACK_V2;UDON;UDONSHARP;AUDIOLINK"

rurre commented

Ah, you're on the world sdk. Might have fixed the incompatibility with it.
Join the discord and grab the latest package from wip-releases.

If all goes well I'll release it to github soon.

Assuming this got fixed since dynamic bones no longer use the PUMKIN_PBONES define.