jyunfan2015

Results 3 issues of jyunfan2015

unity 编辑器提示 Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included on the current platform. Only one assembly with the same name is allowed per platform. (Assets/Plugins/Newtonsoft Json/Runtime/Newtonsoft.Json.dll) 多重预编译错误,带了2个Json包了。多了一个Json包。 Unity...

StarForce//ProjectSettings/ProjectVersion.txt 本案例是一个教学demo,但是忽略文件中把这个版本文件去掉了,不建议这么做。因为unity版本众多,有时候不同Unity版本打开同一个unity项目会出错,所以建议保留这个文件,这样使用者可以通过这个文件里的内容得知,该unity项目是具体哪个unity版本开发的? ![01](https://user-images.githubusercontent.com/12136292/197366018-292cbc6b-75a0-49ab-8607-876619ad6c13.png)

游戏中出现CompareBaseObjectsInternal can only be called from the main thread. Constructors and field initializers will be executed from the loading thread when loading a scene. Don't use this function in the...