Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile errors in Unity 2022 SDK for VRChat #103

Closed
BlueAmulet opened this issue Dec 8, 2023 · 4 comments
Closed

Compile errors in Unity 2022 SDK for VRChat #103

BlueAmulet opened this issue Dec 8, 2023 · 4 comments

Comments

@BlueAmulet
Copy link

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.

@TheWineQueen
Copy link

how would I go about manually applying that?

@BlueAmulet
Copy link
Author

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

@TheWineQueen
Copy link

TheWineQueen commented Dec 9, 2023 via email

@BlueAmulet
Copy link
Author

Should be fixed with the release of 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants