tanghai b3f92f7302 ActorProxyComponent增加了一个GetWithActorId方法,假如已经知道了actorId(即actor的instanceId),就可以使用此方法,可以不用向location server的请求 7 лет назад
..
Handler ecc0429e37 1.actor进行了一次更新,location中保存actor的instanceid,actorproxy获取location得 7 лет назад
Helper b6d1786750 Actor实现做了改动,Actor消息不再由一个消息包裹着发送,而是消息直接带有ActorId, 这样可以减少一次消息序列化反序列化,提升了性能 8 лет назад
Module b3f92f7302 ActorProxyComponent增加了一个GetWithActorId方法,假如已经知道了actorId(即actor的instanceId),就可以使用此方法,可以不用向location server的请求 7 лет назад
Server.Hotfix.csproj 2b191c8b82 1.服务端消息大部分可以热更,把能热更的消息移动到hotfix层,需要保存状态的消息例如FrameMessage需要手写放到ETModel层 8 лет назад