CrazyCar icon indicating copy to clipboard operation
CrazyCar copied to clipboard

网络联机游戏解决方案---Unity制作的联机赛车游戏,服务端为SpringBoot + Mybatis Plus;后台为Vue + Element;游戏端采用QFramework框架,Addressable+HybridCLR实现热更新,支持KCP和WebSocket网络。

Results 1 CrazyCar issues
Sort by recently updated
recently updated
newest added

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...