diff --git a/Assets/DemoGame/GameScript/Loader/Const.meta b/Assets/DemoGame/GameScript/Loader/Const.meta new file mode 100644 index 0000000..6575207 --- /dev/null +++ b/Assets/DemoGame/GameScript/Loader/Const.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 5ca1a78e4eb44277b1047c3afe635844 +timeCreated: 1721293267 \ No newline at end of file diff --git a/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs b/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs new file mode 100644 index 0000000..5d10452 --- /dev/null +++ b/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs @@ -0,0 +1,50 @@ +using UnityEngine; +public static class AssetsConst +{ + public const string Assets_DemoGame_GameRes_AssetsConstTemplate_txt = @"Assets/DemoGame/GameRes/AssetsConstTemplate.txt"; +public const string Assets_DemoGame_GameRes_AotDlls_mscorlib_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/mscorlib.dll.bytes"; +public const string Assets_DemoGame_GameRes_AotDlls_Sirenix_Utilities_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/Sirenix.Utilities.dll.bytes"; +public const string Assets_DemoGame_GameRes_AotDlls_UniTask_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/UniTask.dll.bytes"; +public const string Assets_DemoGame_GameRes_AotDlls_UnityEngine_CoreModule_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/UnityEngine.CoreModule.dll.bytes"; +public const string Assets_DemoGame_GameRes_AotDlls_YooAsset_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/YooAsset.dll.bytes"; +public const string Assets_DemoGame_GameRes_Audio_music_background_wav = @"Assets/DemoGame/GameRes/Audio/music_background.wav"; +public const string Assets_DemoGame_GameRes_Audio_sound_explosion_asteroid_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_asteroid.wav"; +public const string Assets_DemoGame_GameRes_Audio_sound_explosion_enemy_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_enemy.wav"; +public const string Assets_DemoGame_GameRes_Audio_sound_explosion_player_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_player.wav"; +public const string Assets_DemoGame_GameRes_Audio_sound_weapon_enemy_wav = @"Assets/DemoGame/GameRes/Audio/sound_weapon_enemy.wav"; +public const string Assets_DemoGame_GameRes_Audio_sound_weapon_player_wav = @"Assets/DemoGame/GameRes/Audio/sound_weapon_player.wav"; +public const string Assets_DemoGame_GameRes_Codes_Hotfix_dll_bytes = @"Assets/DemoGame/GameRes/Codes/Hotfix.dll.bytes"; +public const string Assets_DemoGame_GameRes_Codes_Hotfix_pdb_bytes = @"Assets/DemoGame/GameRes/Codes/Hotfix.pdb.bytes"; +public const string Assets_DemoGame_GameRes_Entity_Cube_prefab = @"Assets/DemoGame/GameRes/Entity/Cube.prefab"; +public const string Assets_DemoGame_GameRes_Scene_Game_unity = @"Assets/DemoGame/GameRes/Scene/Game.unity"; +public const string Assets_DemoGame_GameRes_TMPFont_huangkaihuaLawyerfont_ttf = @"Assets/DemoGame/GameRes/TMPFont/huangkaihuaLawyerfont.ttf"; +public const string Assets_DemoGame_GameRes_TMPFont_huangkaihuaLawyerfont_2SDF_asset = @"Assets/DemoGame/GameRes/TMPFont/huangkaihuaLawyerfont_2SDF.asset"; +public const string Assets_DemoGame_GameRes_TMPFont_QingNiaoHuaGuangJianMeiHei_ttf = @"Assets/DemoGame/GameRes/TMPFont/QingNiaoHuaGuangJianMeiHei.ttf"; +public const string Assets_DemoGame_GameRes_TMPFont_QingNiaoHuaGuangJianMeiHei_2SDF_asset = @"Assets/DemoGame/GameRes/TMPFont/QingNiaoHuaGuangJianMeiHei_2SDF.asset"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow1_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow1_left.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow1_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow1_right.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow_left.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow_right.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_back_arrow_png = @"Assets/DemoGame/GameRes/UIAtlas/common/back_arrow.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_bar_blue_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bar_blue.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_bar_blue1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bar_blue1.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_bullets_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bullets.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_button1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button1.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_button_active_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button_active.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_button_pushed_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button_pushed.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_common_spriteatlas = @"Assets/DemoGame/GameRes/UIAtlas/common/common.spriteatlas"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_long_arrow_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/long_arrow_left.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_long_arrow_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/long_arrow_right.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_pause_png = @"Assets/DemoGame/GameRes/UIAtlas/common/pause.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_plus_png = @"Assets/DemoGame/GameRes/UIAtlas/common/plus.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_progress_bar_png = @"Assets/DemoGame/GameRes/UIAtlas/common/progress_bar.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_progress_bar_background_png = @"Assets/DemoGame/GameRes/UIAtlas/common/progress_bar_background.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_rocket_png = @"Assets/DemoGame/GameRes/UIAtlas/common/rocket.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_window_transparent_png = @"Assets/DemoGame/GameRes/UIAtlas/common/window_transparent.png"; +public const string Assets_DemoGame_GameRes_UIAtlas_common_window_transparent1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/window_transparent1.png"; +public const string Assets_DemoGame_GameRes_UIImage_Space_jpg = @"Assets/DemoGame/GameRes/UIImage/Space.jpg"; +public const string Assets_DemoGame_GameRes_UIPanel_UIBattle_prefab = @"Assets/DemoGame/GameRes/UIPanel/UIBattle.prefab"; +public const string Assets_DemoGame_GameRes_UIPanel_UIHome_prefab = @"Assets/DemoGame/GameRes/UIPanel/UIHome.prefab"; +public const string Assets_DemoGame_GameRes_UIPanel_UILoading_prefab = @"Assets/DemoGame/GameRes/UIPanel/UILoading.prefab"; + +} \ No newline at end of file diff --git a/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs.meta b/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs.meta new file mode 100644 index 0000000..519b817 --- /dev/null +++ b/Assets/DemoGame/GameScript/Loader/Const/LoaderAssetConst.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: cdce198e1717b5649953f1ee3fe124f3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/DemoGame/GameScript/Loader/Plugins/Generated/AOTGenericReferences.cs b/Assets/DemoGame/GameScript/Loader/Plugins/Generated/AOTGenericReferences.cs index 21a06db..4f5720a 100644 --- a/Assets/DemoGame/GameScript/Loader/Plugins/Generated/AOTGenericReferences.cs +++ b/Assets/DemoGame/GameScript/Loader/Plugins/Generated/AOTGenericReferences.cs @@ -5,7 +5,9 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // {{ AOT assemblies public static readonly IReadOnlyList PatchedAOTAssemblyList = new List { + "Sirenix.Utilities.dll", "UniTask.dll", + "UnityEngine.CoreModule.dll", "YooAsset.dll", "mscorlib.dll", }; @@ -15,19 +17,23 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // }} // {{ AOT generic types - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__14,object> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__16,object> // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__10,object> // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__11,object> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__15> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__10> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__14,object> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__17> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__1> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__0> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTask.<>cd__20> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__16,object> // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__10,object> // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__11,object> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__15> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__10> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__17> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__1> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__0> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskd__20> // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoid.<>cc.<b__13_0>d> - // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidc.<b__13_0>d> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoid.<>cc.<b__23_0>d> + // Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidc.<b__23_0>d> // Cysharp.Threading.Tasks.CompilerServices.IStateMachineRunnerPromise // Cysharp.Threading.Tasks.ITaskPoolNode // Cysharp.Threading.Tasks.IUniTaskSource>>>>>>>>> @@ -83,8 +89,13 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // Cysharp.Threading.Tasks.UniTask // Cysharp.Threading.Tasks.UniTaskCompletionSourceCore // Cysharp.Threading.Tasks.UniTaskCompletionSourceCore + // System.Action> // System.Action + // System.Action // System.Action + // System.Collections.Generic.ArraySortHelper> + // System.Collections.Generic.ArraySortHelper + // System.Collections.Generic.ArraySortHelper // System.Collections.Generic.Comparer>>>>>>>> // System.Collections.Generic.Comparer>>>>>>> // System.Collections.Generic.Comparer>>>>>> @@ -93,8 +104,28 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // System.Collections.Generic.Comparer>>> // System.Collections.Generic.Comparer>> // System.Collections.Generic.Comparer> + // System.Collections.Generic.Comparer> // System.Collections.Generic.Comparer + // System.Collections.Generic.Comparer // System.Collections.Generic.Comparer + // System.Collections.Generic.Dictionary.Enumerator + // System.Collections.Generic.Dictionary.Enumerator + // System.Collections.Generic.Dictionary.Enumerator + // System.Collections.Generic.Dictionary.KeyCollection.Enumerator + // System.Collections.Generic.Dictionary.KeyCollection.Enumerator + // System.Collections.Generic.Dictionary.KeyCollection.Enumerator + // System.Collections.Generic.Dictionary.KeyCollection + // System.Collections.Generic.Dictionary.KeyCollection + // System.Collections.Generic.Dictionary.KeyCollection + // System.Collections.Generic.Dictionary.ValueCollection.Enumerator + // System.Collections.Generic.Dictionary.ValueCollection.Enumerator + // System.Collections.Generic.Dictionary.ValueCollection.Enumerator + // System.Collections.Generic.Dictionary.ValueCollection + // System.Collections.Generic.Dictionary.ValueCollection + // System.Collections.Generic.Dictionary.ValueCollection + // System.Collections.Generic.Dictionary + // System.Collections.Generic.Dictionary + // System.Collections.Generic.Dictionary // System.Collections.Generic.EqualityComparer>>>>>>>> // System.Collections.Generic.EqualityComparer>>>>>>> // System.Collections.Generic.EqualityComparer>>>>>> @@ -104,7 +135,45 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // System.Collections.Generic.EqualityComparer>> // System.Collections.Generic.EqualityComparer> // System.Collections.Generic.EqualityComparer + // System.Collections.Generic.EqualityComparer + // System.Collections.Generic.EqualityComparer // System.Collections.Generic.EqualityComparer + // System.Collections.Generic.ICollection> + // System.Collections.Generic.ICollection> + // System.Collections.Generic.ICollection> + // System.Collections.Generic.ICollection> + // System.Collections.Generic.ICollection + // System.Collections.Generic.ICollection + // System.Collections.Generic.IComparer> + // System.Collections.Generic.IComparer + // System.Collections.Generic.IComparer + // System.Collections.Generic.IEnumerable> + // System.Collections.Generic.IEnumerable> + // System.Collections.Generic.IEnumerable> + // System.Collections.Generic.IEnumerable> + // System.Collections.Generic.IEnumerable + // System.Collections.Generic.IEnumerable + // System.Collections.Generic.IEnumerator> + // System.Collections.Generic.IEnumerator> + // System.Collections.Generic.IEnumerator> + // System.Collections.Generic.IEnumerator> + // System.Collections.Generic.IEnumerator + // System.Collections.Generic.IEnumerator + // System.Collections.Generic.IEqualityComparer + // System.Collections.Generic.IEqualityComparer + // System.Collections.Generic.IEqualityComparer + // System.Collections.Generic.IList> + // System.Collections.Generic.IList + // System.Collections.Generic.IList + // System.Collections.Generic.KeyValuePair + // System.Collections.Generic.KeyValuePair + // System.Collections.Generic.KeyValuePair + // System.Collections.Generic.List.Enumerator> + // System.Collections.Generic.List.Enumerator + // System.Collections.Generic.List.Enumerator + // System.Collections.Generic.List> + // System.Collections.Generic.List + // System.Collections.Generic.List // System.Collections.Generic.ObjectComparer>>>>>>> // System.Collections.Generic.ObjectComparer>>>>>> // System.Collections.Generic.ObjectComparer>>>>> @@ -112,7 +181,9 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // System.Collections.Generic.ObjectComparer>>> // System.Collections.Generic.ObjectComparer>> // System.Collections.Generic.ObjectComparer> + // System.Collections.Generic.ObjectComparer> // System.Collections.Generic.ObjectComparer + // System.Collections.Generic.ObjectComparer // System.Collections.Generic.ObjectComparer // System.Collections.Generic.ObjectEqualityComparer>>>>>>> // System.Collections.Generic.ObjectEqualityComparer>>>>>> @@ -122,9 +193,23 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // System.Collections.Generic.ObjectEqualityComparer>> // System.Collections.Generic.ObjectEqualityComparer> // System.Collections.Generic.ObjectEqualityComparer + // System.Collections.Generic.ObjectEqualityComparer + // System.Collections.Generic.ObjectEqualityComparer // System.Collections.Generic.ObjectEqualityComparer + // System.Collections.Generic.Stack.Enumerator + // System.Collections.Generic.Stack + // System.Collections.ObjectModel.ReadOnlyCollection> + // System.Collections.ObjectModel.ReadOnlyCollection + // System.Collections.ObjectModel.ReadOnlyCollection + // System.Comparison> + // System.Comparison + // System.Comparison + // System.EventHandler // System.Func // System.Func + // System.Predicate> + // System.Predicate + // System.Predicate // System.ValueTuple>>>>>>>>> // System.ValueTuple>>>>>>>> // System.ValueTuple>>>>>>> @@ -135,24 +220,35 @@ public class AOTGenericReferences : UnityEngine.MonoBehaviour // System.ValueTuple>> // System.ValueTuple> // System.ValueTuple + // System.ValueTuple // }} public void RefMethods() { - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__15>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__15&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__10>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ZCGame.d__10&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__14>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__14&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__1>(Cysharp.Threading.Tasks.UniTask.Awaiter&,ZC.UniTaskHelper.d__1&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__17>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__17&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__0>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.UniTaskHelper.d__0&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__20>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ZCGame.d__20&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__16>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__16&) // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__10>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__10&) // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__11>(Cysharp.Threading.Tasks.YieldAwaitable.Awaiter&,ZC.ResourcesLocalComponent.d__11&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__14>(System.Runtime.CompilerServices.TaskAwaiter&,ZC.ResourcesLocalComponent.d__14&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__15>(ZC.ResourcesLocalComponent.d__15&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__10>(ZC.ZCGame.d__10&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__14>(ZC.ResourcesLocalComponent.d__14&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.AwaitUnsafeOnCompletedd__16>(System.Runtime.CompilerServices.TaskAwaiter&,ZC.ResourcesLocalComponent.d__16&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__17>(ZC.ResourcesLocalComponent.d__17&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__1>(ZC.UniTaskHelper.d__1&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__0>(ZC.UniTaskHelper.d__0&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__20>(ZC.ZCGame.d__20&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__16>(ZC.ResourcesLocalComponent.d__16&) // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__10>(ZC.ResourcesLocalComponent.d__10&) // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskMethodBuilder.Startd__11>(ZC.ResourcesLocalComponent.d__11&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.AwaitUnsafeOnCompletedc.<b__13_0>d>(Cysharp.Threading.Tasks.UniTask.Awaiter&,ZC.ZCGame.<>c.<b__13_0>d&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.AwaitUnsafeOnCompleted,ZC.ZCGame.<>c.<b__13_0>d>(Cysharp.Threading.Tasks.UniTask.Awaiter&,ZC.ZCGame.<>c.<b__13_0>d&) - // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.Startc.<b__13_0>d>(ZC.ZCGame.<>c.<b__13_0>d&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.AwaitUnsafeOnCompletedc.<b__23_0>d>(Cysharp.Threading.Tasks.UniTask.Awaiter&,ZC.ZCGame.<>c.<b__23_0>d&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.AwaitUnsafeOnCompleted,ZC.ZCGame.<>c.<b__23_0>d>(Cysharp.Threading.Tasks.UniTask.Awaiter&,ZC.ZCGame.<>c.<b__23_0>d&) + // System.Void Cysharp.Threading.Tasks.CompilerServices.AsyncUniTaskVoidMethodBuilder.Startc.<b__23_0>d>(ZC.ZCGame.<>c.<b__23_0>d&) + // object Sirenix.Utilities.TypeExtensions.GetCustomAttribute(System.Type) + // object Sirenix.Utilities.TypeExtensions.GetCustomAttribute(System.Type,bool) + // int System.Enum.Parse(string) + // int System.Enum.Parse(string,bool) + // object UnityEngine.Component.GetComponent() + // object UnityEngine.GameObject.GetComponent() // YooAsset.AssetHandle YooAsset.ResourcePackage.LoadAssetAsync(string,uint) // YooAsset.AssetHandle YooAsset.ResourcePackage.LoadAssetSync(string) // YooAsset.AssetHandle YooAsset.YooAssets.LoadAssetAsync(string,uint) diff --git a/Assets/DemoGame/GameScript/Loader/Plugins/Generated/link.xml b/Assets/DemoGame/GameScript/Loader/Plugins/Generated/link.xml index 9f77a9d..0579ffb 100644 --- a/Assets/DemoGame/GameScript/Loader/Plugins/Generated/link.xml +++ b/Assets/DemoGame/GameScript/Loader/Plugins/Generated/link.xml @@ -1,9 +1,17 @@  + + + + + + + + @@ -13,15 +21,32 @@ + + + + + + + + + + + + + + + + + @@ -32,6 +57,14 @@ + + + + + + + + @@ -43,26 +76,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file