unity-android-native icon indicating copy to clipboard operation
unity-android-native copied to clipboard

A Unity plugin to work with Android native sdk

Results 2 unity-android-native issues
Sort by recently updated
recently updated
newest added

Hello, I want to use Bitmap#BitmapConfig (https://developer.android.com/reference/android/graphics/Bitmap.Config) which is an enum. Can you tell me, how I would integrate this? Thank you, Manfred

Do we need to cache fields on C# side? Caching ref fields like `PackageInfo` https://github.com/Suvitruf/unity-android-native/blob/master/Assets/UnityAndroidNative/Android/Content/Pm/PackageManager.cs#L11 in `PackageManager` is not the bad idea, 'cause this ref will not be changed. But...

Type: Enhancement
Type: Discussion