Could not produce class with ID 363
I can't find class with id 363 in site:[https://docs.unity3d.com/Manual/ClassIDReference.html]
Answer by qufangliu_xd · Jun 17, 2019 at 07:39 AM
I find out the answer from forum->[https://forum.unity.com/threads/yaml-class-id-reference.501959/]
You can get class type by method UnityEditor.UnityType.FindTypeByPersistentTypeID()
Or you can download a script YAMLIDSearch.cs, drop it to Project panel, then you get an editor tool in Tools/YAML ID Search to search class by id.
Your answer
Follow this Question
Related Questions
Android Plugin and StepSensor, Why my methods on java arent called from my c# script? 0 Answers
How to declare variables in class derived from other class variables in the same class? 0 Answers
Getting array from Json suddenly doesnt work. 1 Answer
[Help] Does anyone know a good method of making interchangeable scripts? 1 Answer