update: 更新 AppLovin 代码片段
parent
65db3fbab5
commit
b3b62bacac
|
|
@ -184,10 +184,13 @@ namespace AppLovinMax.Scripts.IntegrationManager.Editor
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether or not the plugin is under the Assets/ folder.
|
/// Whether or not the plugin is under the Assets/ folder.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
//--- INJECT PluginOutside START ---
|
||||||
public static bool IsPluginOutsideAssetsDirectory
|
public static bool IsPluginOutsideAssetsDirectory
|
||||||
{
|
{ get => !(PluginParentDirectory.StartsWith("Assets") || PluginParentDirectory.StartsWith("Packages")); }
|
||||||
get { return !PluginParentDirectory.StartsWith("Assets"); }
|
//--- INJECT PluginOutside OVER ---
|
||||||
}
|
// {
|
||||||
|
// get { return !PluginParentDirectory.StartsWith("Assets"); }
|
||||||
|
// }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether or not gradle build system is enabled.
|
/// Whether or not gradle build system is enabled.
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,10 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 02c2d277874f649d18a59d382420bf65
|
guid: 028aec80942df459ab226487b786042c
|
||||||
labels:
|
labels:
|
||||||
- al_max
|
- al_max
|
||||||
- al_max_export_path-MaxSdk/Scripts/IntegrationManager/Editor/AppLovinMenuItems.cs
|
- al_max_export_path-MaxSdk/Scripts/IntegrationManager/Editor/AppLovinMenuItems.cs.backup
|
||||||
MonoImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
|
||||||
defaultReferences: []
|
|
||||||
executionOrder: 0
|
|
||||||
icon: {instanceID: 0}
|
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
Loading…
Reference in New Issue