When using HybridCLR, when the Android phone pops up to confirm the authorization, click Allow and get stuck.
My UnityNativeGallery can be used normally
But if I use HybridCLR, I will get stuck when I click Allow.
But when I use HybridCLR, the license of AR Foundation won't get stuck.
this is my code:
public void OnbuttonUpNew( )
{
NativeGallery.GetImageFromGallery( OnbuttonUpNew );
}
public void OnbuttonUpNew( string filePath )
{
}
When using HybridCLR, when the Android phone pops up to confirm the authorization, click Allow and get stuck.
My UnityNativeGallery can be used normally
But if I use HybridCLR, I will get stuck when I click Allow.
But when I use HybridCLR, the license of AR Foundation won't get stuck.
this is my code:
public void OnbuttonUpNew( )
{
NativeGallery.GetImageFromGallery( OnbuttonUpNew );
}