我正在尝试读取这个JSON文件。If it looks messy, here is a Pastebin of the JSON。(忽略DeserializeQuestions()函数中的返回语句)。当我在编辑器中测试它时,它工作得无懈可击,但当我在Android设备上测试它时,它就会崩溃。/assets/data.json"; pat
我使用nuget将Json.NET安装到我的Unity项目中,但问题是当我启动它时抛出了The type or namespace 'Newtonsoft' could not be found.Are you missing a using directive or an assembly reference我已经看过其他问题了我使用