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

Remove VRC Dependency #89

Closed NotAKidoS closed 1 year ago

NotAKidoS commented 1 year ago

Unsure if this tool is going VRC-specific now that it is packaged for VCC, but moved VRC.Core namespace reference so I'd stop getting errors when VRCSDK wasn't imported.

rurre commented 1 year ago

It shouldn't be. I think it's just the case of Rider adding the using statement outside the #if and me not noticing