I was working on my world, and play testing it with ClientSim worked fine.
Later, I uploaded it on VRChat, and I noticed that most references were suddenly null, I got many NullPointer exceptions, and I couldn't figure out the issue.
The only thing I noticed was this error message I got during the build: "AmbiguousMatchException : Multiple custom attributes of the same type found"
It seems like an error happened during the build, and a incomplete/broken build got uploaded ?
Downgrading the SDK version to 3.5.1 fixed that issue for me, something in the latest SDK version is breaking my world, and I don't know what...