Update dist/default-build-script/Assets/Editor/UnityBuilderAction/Input/AndroidSettings.cs

pull/425/head
David Finol 2022-08-11 01:15:18 -05:00 committed by GitHub
parent d9aef32a22
commit eacfea82e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace UnityBuilderAction.Input
}
catch
{
Debug.Log("Failed to parse androidTargetSdkVersion! Fallback to AndroidApiLevelAuto");
UnityEngine.Debug.Log("Failed to parse androidTargetSdkVersion! Fallback to AndroidApiLevelAuto");
}
PlayerSettings.Android.targetSdkVersion = targetSdkVersion;
}