Results 3 issues of 祁汉

ArgumentException: The type 'UnityEngine.RaycastHit&' may not be used as a type argument. System.RuntimeType.ThrowIfTypeNeverValidGenericArgument (System.RuntimeType type) (at :0) System.RuntimeType.SanityCheckGenericArguments (System.RuntimeType[] genericArguments, System.RuntimeType[] genericParamters) (at :0) System.RuntimeType.MakeGenericType (System.Type[] instantiation) (at :0) ToLuaExport.GenParamTypes...

重现步骤: 1.app原始版本v1,然后正常更新到版本v2. 2.然后配置最新版本为v3,进行更新。 3.在CheckForUpdates.cs脚本Clearing()函数第194行中, 会删除下载目录v2相关的清单文件,此时进行杀端。 4.重新打开app,因为此时v3的versions.json并没有写入下载目录,所以在InitializeRequest.cs脚本94行处加载的仍然为v2相关的清单文件,而此时v2在下载目录的清单文件已经被删除,此时96行的version.Load会返回一个new的没有实际内容的清单。如果此时,使用xasset加载不到任何资源。

**Description** A clear and concise description of what the bug is. **Version Information** * What Operating System are you running the patcher on? * What Unity Version are you using?...