tanghai c0788d6b2e ILRuntime生成Resources.Load生成binding会抛出的一个异常。封装了一下Resources.Load方法,hotfix层不直接调用Resources.Load而使用ResourcesHelper.Load来加载资源,这样能够绕过这个错误。 il y a 7 ans
..
AssetsBundle c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 il y a 7 ans
BehaviorTree d75ca69b41 修改hotfix层的config模块,避免aot问题 il y a 7 ans
Config c0788d6b2e ILRuntime生成Resources.Load生成binding会抛出的一个异常。封装了一下Resources.Load方法,hotfix层不直接调用Resources.Load而使用ResourcesHelper.Load来加载资源,这样能够绕过这个错误。 il y a 7 ans
FrameSync 5e36ae9dc0 FrameMessage用proto生成,IFrameMessage接口不需要ActorId方法 il y a 7 ans
Message 8feb5ac169 整理了代码 il y a 7 ans
Numeric 68e7e00651 整理目录 il y a 7 ans
UI 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 il y a 7 ans
AssetsBundle.meta 67d91876db 将帧同步demo抽出成一个module il y a 7 ans
BehaviorTree.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 il y a 8 ans
Config.meta 366e59bc38 Config相关功能放到Config模块中 il y a 8 ans
FrameSync.meta 67d91876db 将帧同步demo抽出成一个module il y a 7 ans
Message.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 il y a 8 ans
Numeric.meta 9a74993635 增加http numeric模块,整理前后端文件共享 il y a 8 ans
UI.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 il y a 8 ans