2018-11-23から1日間の記事一覧

UnityでAndroid Galleryを開くのはどうやっている?In Unity, how to access android gallery?

assetstore.unity.com I use this asset I buy it in a half price sale Check this sample AN_CameraAdGalleryExample.cs AN_CameraAdGalleryExample.scene

How to get JPEG's Exif rotation info in Unity? (Android); UnityでExifの回転情報を取得する方法

Use the asset. assetstore.unity.com Then // assume that you already have image path // Exif private NativeGallery.ImageOrientation lastLoadedOrientation; var info = NativeGallery.GetImageProperties(an_media.Path); lastLoadedOrientation = i…