【bilbili登录】相关宏没有正确设置的问题

main
liuchunguang 2026-03-21 12:15:05 +08:00
parent dcd00103b9
commit d2ec3c04b5
6 changed files with 8 additions and 17 deletions

View File

@ -30,6 +30,7 @@ internal class BatchBuild
/// </summary>
public static void ApplyPlayerSetting()
{
InitChannelConfigFromYaml();
YooAssetBuildBase.Init();
}

View File

@ -1,4 +1,3 @@
#if SDK_BILIBILI
using PhxhSDK.AOT.Bilibili;
using System;
@ -81,5 +80,4 @@ namespace PhxhSDK
{
}
}
}
#endif
}

View File

@ -1,4 +1,3 @@
#if SDK_BILIBILI
using PhxhSDK.AOT.Bilibili;
using PhxhSDK.AOT.VersionUpdate;
using System;
@ -43,5 +42,4 @@ namespace PhxhSDK
DebugUtil.LogError($"bilibili支付UID错误:{UID}");
}
}
}
#endif
}

View File

@ -1,4 +1,3 @@
#if SDK_BILIBILI
using UnityEngine;
using PhxhSDK.AOT.Bilibili;
@ -179,5 +178,4 @@ namespace PhxhSDK
}
}
}
#endif
}

View File

@ -1,5 +1,4 @@
#if SDK_BILIBILI
using UnityEngine;
using UnityEngine;
using LitJson;
using System;
using System.Buffers;
@ -468,5 +467,4 @@ namespace PhxhSDK.AOT.Bilibili
Application.Quit();
}
}
}
#endif
}

View File

@ -1,5 +1,4 @@
#if SDK_BILIBILI
using UnityEngine;
using UnityEngine;
using System.Runtime.InteropServices;
namespace PhxhSDK.AOT.Bilibili
@ -476,5 +475,4 @@ namespace PhxhSDK.AOT.Bilibili
}
}
}
#endif
}