Could not produce class with ID 184
I'm seeing error logs about
Could not produce class with ID 184
From http://docs.unity3d.com/Manual/ClassIDReference.html
I've tried adding this line to link.xml
:
<type fullname="UnityEngine.SubstanceArchive" preserve="all"/>
But the error persists? Other missing classes seem to be fine though.
Is there a way to say classId=184
instead of fullname="UnityEngine.SubstanceArchive"
? Even better is there a way to prevent these errors all together?
I have the same issue with class id 272. Old question but I hope it gets answered some day.
Answer by andymilsom · Jul 21, 2016 at 05:54 PM
Hi @PixelParts
Assuming this is a build and not in the editor, the reason SubstanceArchive cannot be loaded is because this is part of the UnityEditor code and should not be used at runtime UnityEditor.SubstanceArchive
Hi @alexvda class id 272, this is part of the UnityEngine code and can be included in the link.xml via UnityEngine.Audio. AudioMixerSnapshot
Your answer
Follow this Question
Related Questions
Unity ios share some text (link and/or pictures) on snapchat 1 Answer
How to make a hyperlink deep link? 0 Answers
Need urgent help integrating a Unity 5 + Vuforia 6 project into a native iOS App 1 Answer
Unity 5 Personal iOS Splash Screen issue, Please help me. 0 Answers
AddForce in Coroutine 1 Answer