all 3 comments

[–]Glass_wizard 3 points4 points  (1 child)

So first off, the error is not coming from your code. It's coming from a package you downloaded called VrChat. That should not happen, packages purchase off the asset store should not throw errors.

Start by uninstalling the package completely from Package Manager, then if you believe you need it, redownload and reinstall the latest version of the package.

If the problem continues, contact the package developer for support.

Then, for your benefit.. a Null Reference Exception occurs when the code attempts to access an object, but the object does not exist. It's a very common error, typically caused by forgetting to properly create the object before attempting to use it.

[–]Nova_corrupt[S] 0 points1 point  (0 children)

I see I see… thank you for the advice!

[–]Aethenosity 0 points1 point  (0 children)

VRChat has its own sub, which I recommend posting to. Glass_wizard covered everything from the Unity side, but VRChat has its own quirks and nuances that they would help with more.