Chuanyan.Chen

Results 2 comments of Chuanyan.Chen

找到原因的了,loginapp和baseapp的类型utype值不一样。 例如: loginapp的string类型的utype=1 (这个在客户端代码中写死,没有接口请求) baseapp的string类型的utype=9 (请求EntityDef的时候会先下发所有的类型,包括alias) kbengine_unity3d_lua_plugins少了一个EntityDef文件,里面有几个重新绑定类型定义的代码, 需要在resetmessages时候调用EntityDef.cear() 这个函数里面会进行重新绑定,将类型绑定到loginapp的规范,然后在客户端请求baseapp的EntityDef的时候会重新映射新的类型规范,这个时候loginapp的方法的参数类型描述都已经正确取到。

This is my resolution: ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/3d7bb7e8-6309-4e7d-a1c0-171798decc81) ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/d159a041-026b-48a7-a06f-4e1ff9c34d37) ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/d4336670-6ebd-472a-8611-99507ef28d45) ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/68ef4ea0-e472-4a50-9bdc-b9621afb7bf1) ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/423aae38-baef-41f9-adcb-b9528d12ec02) ![image](https://github.com/gwiazdorrr/BetterStreamingAssets/assets/1924486/fa5896d2-14df-4cb4-ad33-3d894c4fcc65)