rurre/PumkinsAvatarTools

Compile errors in Unity 2022 SDK for VRChat

Closed this issue · 4 comments

The Unity 2022 SDK for VRChat is now in beta and is causing errors for other people. The cause seems to be because PR #93 is not included in any current release. Manually applying the change to 1.3.9 causes the error to go away.

how would I go about manually applying that?

Open Packages/io.github.rurre.pumkinsavatartools/Editor/Helpers/PumkinsHelperFunctions.cs
Find #elif UNITY_2019 and change to #elif UNITY_2019_1_OR_NEWER

Should be fixed with the release of 1.4.0