【bilbili登录】相关宏没有正确设置的问题
parent
dcd00103b9
commit
d2ec3c04b5
|
|
@ -30,6 +30,7 @@ internal class BatchBuild
|
|||
/// </summary>
|
||||
public static void ApplyPlayerSetting()
|
||||
{
|
||||
InitChannelConfigFromYaml();
|
||||
YooAssetBuildBase.Init();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#if SDK_BILIBILI
|
||||
using PhxhSDK.AOT.Bilibili;
|
||||
using System;
|
||||
|
||||
|
|
@ -81,5 +80,4 @@ namespace PhxhSDK
|
|||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -1,4 +1,3 @@
|
|||
#if SDK_BILIBILI
|
||||
using UnityEngine;
|
||||
using PhxhSDK.AOT.Bilibili;
|
||||
|
||||
|
|
@ -179,5 +178,4 @@ namespace PhxhSDK
|
|||
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue