unity-android-native
unity-android-native copied to clipboard
A Unity plugin to work with Android native sdk
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...