Assets/Editor/Beebyte/Obfuscator/ObfuscatorOptions.asset | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Launch/ResourcesModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Launch/VersionConfigEx.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Launch/common/DownLoadAndDiscompressTask.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Assets/Launch/windows/LaunchExWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Editor/Beebyte/Obfuscator/ObfuscatorOptions.asset
@@ -63,6 +63,7 @@ - QFSW - Sirenix - LitJsonForAot - StartAotSDK unityMethods: - Awake - FixedUpdate @@ -195,7 +196,6 @@ - BoltExecutionOrderAttribute - BoltNetworkUtils - BoltRuntimeConfigs - StartAot.VersionConfigEx alternateRPCAnnotations: - PunRPC - Photon.Pun.PunRPC Assets/Launch/ResourcesModel.cs
@@ -6,6 +6,7 @@ using System.Collections; using UnityEngine.Networking; using System.Linq; using StartAotSDK; namespace StartAot { Assets/Launch/VersionConfigEx.cs
@@ -1,8 +1,8 @@ using UnityEngine; using LitJsonForAot; using StartAot; namespace StartAot namespace StartAotSDK { public class VersionConfigEx { Assets/Launch/common/DownLoadAndDiscompressTask.cs
@@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEngine; using System; using StartAotSDK; namespace StartAot Assets/Launch/windows/LaunchExWin.cs
@@ -2,7 +2,7 @@ using System; using UnityEngine; using UnityEngine.UI; using StartAot; using StartAotSDK; namespace StartAot {