'MissingReferenceException' error when upgrading SDK for VRC World Project
needs more information
WildClaw
SDK Version: 3.6.0
Unity Version: 2022.3.22f1
Issue: When upgrading my world projects SDK to the newest available one via VCC (and upgrading the unity version as well), my project receives this strange MIssingReferenceException error.
This error prevents me from building and uploading my project. I attempted to find the issue in the code, but I could not isolate anything. I've tried to remove the SDK via VCC and reinstall it, but that solution did not work. Previously, I had fixed this issue by downgrading a SDK version, but that solution also no longer applies.
Also, this specific error is not visible via the SDK panel, rather the SDK panel lacks any information on what causes it to not let me build. However, I can 'Build and Upload' and it will throw the mentioned error.
Log In
WildClaw
- It seems this issue happens in my one scene
- I have multiple GameObject's in my scene named Text, but they are primarily for UI purposes. Some are default Unity UI, others are TextMeshPro UI
- I was unable to find a m_Material in my scene, or even in my project files
Perhaps it is an issue with having both default unity UI and TextMeshPro UI?
Fax
marked this post as
needs more information
Hi! Something in your scene might be tripping up the SDK. Does this happen in every scene? Or just in one scene in particular?
Is there a GameObject named
Text
or a material m__Material
in your scene?WildClaw
Update: I rolled back my SDK version (both world and SDK) to 3.5.1 and it seems to have fixed the issue. I'll still keep this up since I imagine this issue will persist if I try to upgrade