tanghai c0788d6b2e ILRuntime生成Resources.Load生成binding会抛出的一个异常。封装了一下Resources.Load方法,hotfix层不直接调用Resources.Load而使用ResourcesHelper.Load来加载资源,这样能够绕过这个错误。 il y a 7 ans
..
Base f4dd94f703 继承结构调整,Object->Component->ComponentWithId->Entity 中间加了一层ComponentWithId结构,主要考虑到,大部分组件是不需要Id这一字段的, il y a 7 ans
Entity d75ca69b41 修改hotfix层的config模块,避免aot问题 il y a 7 ans
Module c0788d6b2e ILRuntime生成Resources.Load生成binding会抛出的一个异常。封装了一下Resources.Load方法,hotfix层不直接调用Resources.Load而使用ResourcesHelper.Load来加载资源,这样能够绕过这个错误。 il y a 7 ans
Properties 652a8e9c86 整理代码 il y a 8 ans
UI c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 il y a 7 ans
Assembly-CSharp-Hotfix.csproj d0d66cbf38 修复mac下hotfix工程问题 il y a 8 ans
Init.cs 6813627eb2 ILRuntime的异常ToString没有带StackTrace,增加热更层的Log,Log.Error(Exception)会打印出StackTrace il y a 7 ans
Unity.Hotfix.csproj f4dd94f703 继承结构调整,Object->Component->ComponentWithId->Entity 中间加了一层ComponentWithId结构,主要考虑到,大部分组件是不需要Id这一字段的, il y a 7 ans
Unity.Hotfix.csproj.user 8a9eb72d22 AssemblyManager删除,已经没用了,删掉不用的资源 il y a 8 ans