DukeChiang 8f22f99176 修复ReferenceConllector方法名Get和Get<>在ILRuntime中运行冲突导致异常,重现方法:1.Hotfix工程调用Get(string key) 2.生产Binding代码By分析 3.运行异常System.Reflection.AmbiguousMatchException: Ambiguous match found.(at System.DefaultBinder.SelectMethod) (#84) il y a 7 ans
..
Assets 8f22f99176 修复ReferenceConllector方法名Get和Get<>在ILRuntime中运行冲突导致异常,重现方法:1.Hotfix工程调用Get(string key) 2.生产Binding代码By分析 3.运行异常System.Reflection.AmbiguousMatchException: Ambiguous match found.(at System.DefaultBinder.SelectMethod) (#84) il y a 7 ans
Hotfix 08003826c1 简化了MessageDispatcher,MessageDispatcher只做分发,消息反序列化全部可以放到Session中进行,代码大大精简 il y a 7 ans
ProjectSettings 9008436348 1.修复windows上更新资源删除Version.txt的bug il y a 7 ans
Tools bd95de1e43 整理了客户端代码,以方便做ilruntime兼容 il y a 8 ans
UnityPackageManager 52317043a8 由于unity2017发布了稳定版本,ET升级默认使用Unity2017.4.3稳定版 il y a 7 ans
Assembly-CSharp-Editor-firstpass.csproj ed04e8e500 1.Unity Hotfix工程语言限制为C#6.0 il y a 7 ans
Assembly-CSharp-Editor.csproj ed04e8e500 1.Unity Hotfix工程语言限制为C#6.0 il y a 7 ans
Assembly-CSharp-Mac.sln 1aae7196ac 1.Entity增加非泛型方法,主要方便ILRuntime层调用,防止AOT问题 il y a 8 ans
Assembly-CSharp-firstpass.csproj ed04e8e500 1.Unity Hotfix工程语言限制为C#6.0 il y a 7 ans
Assembly-CSharp.csproj ed04e8e500 1.Unity Hotfix工程语言限制为C#6.0 il y a 7 ans
Unity.Editor.Plugins.csproj 8ec13716ca 新的网络库, 用socket实现,减少gc il y a 7 ans
Unity.Editor.csproj 8ec13716ca 新的网络库, 用socket实现,减少gc il y a 7 ans
Unity.Editor.csproj.DotSettings fb4d86ecdd 妈蛋,发现配置类需要用到Mongo标签,重新移回来 il y a 8 ans
Unity.Plugins.csproj 8ec13716ca 新的网络库, 用socket实现,减少gc il y a 7 ans
Unity.csproj feb5676b86 增加ECS多组件筛选功能 il y a 7 ans
Unity.csproj.user 4968032a64 mono层和hotfix层分别创建一份Entity系统,只使用命名空间区分,可以随时将Entity和Component放在任何一层上面 il y a 8 ans
Unity.sln 2b191c8b82 1.服务端消息大部分可以热更,把能热更的消息移动到hotfix层,需要保存状态的消息例如FrameMessage需要手写放到ETModel层 il y a 7 ans
Unity.sln.DotSettings a07b222b8b 1.修复资源依赖顺序问题 il y a 8 ans
Unity.sln.DotSettings.user 137112db76 初版KCP il y a 8 ans
Unity.userprefs e17b4ab14f unity升级到5.5.2,增加vs调试启动参数,很多人问我,所以加上去了。增加主线程同步上下文,mongodb异步函数就能回调到主线程 il y a 8 ans
protoc.bat 4e64ef3915 修改proto生成工具,在MergeFrome方法中清空RepeatedField类型字段,并且将值设置为默认值 il y a 7 ans
protoc.exe dbbdd8fe53 protoc.exe使用最小的release版,修正protobuf库的输出目录到ET/Bin下 il y a 7 ans
protoc.sh 5f5b39188e 增加Mac平台运行及Tools工具适配 (#78) il y a 7 ans