using System; using System.Collections.Generic; public class Example { public static void Main() { // Create a new dictionary of strings, with string keys. // Dictionary<string, string> openWith = new Dictionary<string, string>(); // Add some…
问题描述:如图,在调试状态下说:Unknown type 'System.Collections.Generic.CollectionDebuggerView'1<ignore_js_op><ignore_js_op> 解决方案1:暂时把List<实体>放到没有继承MonoBehaviour的类库中,public class EditObjectDBLists ist<EditObjectDBList>{};<ignore_js_op> 具体原因…