用et6 litjson解析dictionary<string,T>报错
就这个测试代码会报Default constructor not found for type ILRuntime.Runtime.Intepreter.ILTypeInstance
但是在ilruntime的官方demo里这个是能正常解析的,截图的测试我加在ILRuntimeU3D的TestJson里测试正常,不知道是哪里配置出问题了
git上ILRuntime和ILRuntimeU3D里的litjson是不一样的,没同步,ILRuntimeU3D的demo里是能正常解析的,但是ILRuntime库也有这个问题,估计et是导入的ILRuntime里的litjson,我导入ILRuntimeU3D的demo里的litjson,现在能正常解析了
蓝大说有的bug直接在demo上改了,没同步回去