We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c64545 commit c312434Copy full SHA for c312434
GameFramework/Runtime/Utility/Utility.cs
@@ -98,6 +98,21 @@ public static string AppVersion
98
}
99
100
101
+ /// <summary>
102
+ /// 资源加载方案
103
+ /// </summary>
104
+ public static string ResoucePlan
105
+ {
106
+ get
107
108
+#if ADDRESSABLES_SUPPORT
109
+ return "Addressables";
110
+#else
111
+ return "AssetBundle";
112
+#endif
113
+ }
114
115
+
116
/// <summary>
117
/// App
118
/// </summary>
0 commit comments