[change] 调整RuntimeApi.cs中dllName的实现
parent
1d50dfcb6e
commit
7270e9194d
|
@ -12,10 +12,10 @@ namespace HybridCLR
|
||||||
{
|
{
|
||||||
#if UNITY_STANDALONE_WIN
|
#if UNITY_STANDALONE_WIN
|
||||||
private const string dllName = "GameAssembly";
|
private const string dllName = "GameAssembly";
|
||||||
#elif UNITY_IOS || UNITY_STANDALONE_OSX || UNITY_WEBGL
|
#elif UNITY_ANDROID || UNITY_STANDALONE_LINUX
|
||||||
private const string dllName = "__Internal";
|
|
||||||
#else
|
|
||||||
private const string dllName = "il2cpp";
|
private const string dllName = "il2cpp";
|
||||||
|
#else
|
||||||
|
private const string dllName = "__Internal";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue