tanghai c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 há 7 anos atrás
..
.cs.meta d30f82339d 修复UIType无法热更的问题,现在可以热更增加UIType了 há 7 anos atrás
CLRBindings.cs c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 há 7 anos atrás
CLRBindings.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_AEventAttribute_Binding.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
ETModel_AEventAttribute_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ActionHelper_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ActionHelper_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_CreateUnits_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_CreateUnits_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_TestRequest_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_TestRequest_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_Test_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_Test_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_TransferRequest_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Actor_TransferRequest_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_C2G_EnterMap_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_C2G_EnterMap_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_CameraComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_CameraComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_CanvasConfig_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_CanvasConfig_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ComponentFactory_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ComponentFactory_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Component_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Component_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Disposer_Binding.cs c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 há 7 anos atrás
ETModel_Disposer_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_DoubleMap_2_UInt16_Type_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_DoubleMap_2_UInt16_Type_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Entity_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_Entity_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_EventProxy_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_EventProxy_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_EventSystem_Binding.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
ETModel_EventSystem_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Frame_ClickMap_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Frame_ClickMap_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GameObjectHelper_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GameObjectHelper_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Game_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Game_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GlobalConfigComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GlobalConfigComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GlobalProto_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_GlobalProto_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Hotfix_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Hotfix_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_IdGenerater_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_IdGenerater_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Log_Binding.cs 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace há 7 anos atrás
ETModel_Log_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageAttribute_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageAttribute_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageDispatherComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageDispatherComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageInfo_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_MessageInfo_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MessageProxy_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_MessageProxy_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MoveComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_MoveComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_NetworkComponent_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_NetworkComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_NetworkHelper_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_NetworkHelper_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_OpcodeTypeComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_OpcodeTypeComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Packet_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_Packet_Binding.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_PlayerComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_PlayerComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Player_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Player_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ProtobufHelper_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ProtobufHelper_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_ResourcesComponent_Binding.cs 87c40877b6 去掉一些mono层的泛型方法,避免热更层调用AOT问题 há 7 anos atrás
ETModel_ResourcesComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_RpcException_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_RpcException_Binding.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_Scene_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Scene_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_SessionCallbackComponent_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_SessionCallbackComponent_Binding.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_SessionComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_SessionComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Session_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
ETModel_Session_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UIFactoryAttribute_Binding.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
ETModel_UIFactoryAttribute_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnOrderMultiMap_2_Type_ILTypeInstance_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitComponent_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitComponent_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitFactory_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitFactory_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitInfo_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_UnitInfo_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Unit_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ETModel_Unit_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
LitJson_JsonMapper_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
LitJson_JsonMapper_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ProtoBuf_PType_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ProtoBuf_PType_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ReferenceCollector_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
ReferenceCollector_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Activator_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Activator_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Int32_Action_1_ILTypeI_t.cs 7a7d58b604 1.去掉消息继承机制,主要是很多序列化库无法继承,包括ILRuntime端的protobuf há 7 anos atrás
System_Collections_Generic_Dictionary_2_Int32_Action_1_ILTypeI_t.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_B_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Int64_ILTypeInstance_B_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t_t_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_ILTypeInstance__t_t_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_List_1_ILTypeIn_t.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
System_Collections_Generic_Dictionary_2_String_List_1_ILTypeIn_t.cs.meta 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Bi_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Type_ILTypeInstance_Bi_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeIns_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_Type_Queue_1_ILTypeIns_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeIn_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Dictionary_2_UInt16_List_1_ILTypeIn_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_HashSet_1_ILTypeInstance_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_En_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_HashSet_1_ILTypeInstance_Binding_En_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_ILTypeInstance_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_ILTypeInstance_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_ILTypeInstance_Binding_Enume_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_ILTypeInstance_Binding_Enume_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_Object_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_Object_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_String_Binding.cs 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
System_Collections_Generic_List_1_String_Binding.cs.meta 76184a6f15 1.Event类型改成string,这样不同的module的event就不需要分配int,不容易冲突了 há 7 anos atrás
System_Collections_Generic_List_1_UnitInfo_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_UnitInfo_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_UnitInfo_Binding_Enumerator__t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_List_1_UnitInfo_Binding_Enumerator__t.cs.meta d30f82339d 修复UIType无法热更的问题,现在可以热更增加UIType了 há 7 anos atrás
System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_Generic_Queue_1_ILTypeInstance_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Collections_IDictionary_Binding.cs 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace há 7 anos atrás
System_Collections_IDictionary_Binding.cs.meta 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace há 7 anos atrás
System_Exception_Binding.cs 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace há 7 anos atrás
System_Exception_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_IDisposable_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_IDisposable_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Linq_Enumerable_Binding.cs 7a7d58b604 1.去掉消息继承机制,主要是很多序列化库无法继承,包括ILRuntime端的protobuf há 7 anos atrás
System_Linq_Enumerable_Binding.cs.meta d30f82339d 修复UIType无法热更的问题,现在可以热更增加UIType了 há 7 anos atrás
System_NotImplementedException_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_NotImplementedException_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Object_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Object_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Reflection_MemberInfo_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Reflection_MemberInfo_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_AsyncVoidMethodBuilder_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_AsyncVoidMethodBuilder_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_TaskAwaiter_1_ILTypeInstance_B_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_TaskAwaiter_1_ILTypeInstance_B_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Bindin_t.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Runtime_CompilerServices_TaskAwaiter_1_IResponse_Bindin_t.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_String_Binding.cs 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace há 7 anos atrás
System_String_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Threading_CancellationToken_Binding.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
System_Threading_CancellationToken_Binding.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
System_Threading_Tasks_TaskCompletionSource_1_ILTypeInstance_B_t.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
System_Threading_Tasks_TaskCompletionSource_1_ILTypeInstance_B_t.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc há 7 anos atrás
System_Threading_Tasks_Task_1_ILTypeInstance_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Threading_Tasks_Task_1_ILTypeInstance_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Threading_Tasks_Task_1_IResponse_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Threading_Tasks_Task_1_IResponse_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Type_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
System_Type_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Camera_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Camera_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Component_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Component_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_GameObject_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_GameObject_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Input_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Input_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_LayerMask_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_LayerMask_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Object_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Object_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Physics_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Physics_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_RaycastHit_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_RaycastHit_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Resources_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Resources_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_TextAsset_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_TextAsset_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Transform_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Transform_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_UI_Button_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_UI_Button_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_UI_InputField_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_UI_InputField_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Vector3_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
UnityEngine_Vector3_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
VInt3_Binding.cs d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás
VInt3_Binding.cs.meta d75ca69b41 修改hotfix层的config模块,避免aot问题 há 7 anos atrás