Skip to content

Commit

Permalink
📝 Write how to import
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoritos committed Aug 9, 2020
1 parent 3d1737c commit c9f86f0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@ Image picker for Unity iOS/Android
![unimgpicker_ios](doc/unimgpicker_ios.gif)
![unimgpicker_android](doc/unimgpicker_android.gif)

## Environment

The code is developed on following environments. Note that these are NOT minimum version requirements.

| Platform | OS | IDE |
| --- | --- | --- |
| iOS | 13.3 | Xcode 11.6 |
| Android | 10.0 (API 29) | Android Studio 4.0.1 |

## Getting Started

Import `unimgpicker.unitypackage` into your project.

Define Photo Library Usage Description on `Unimgpicker/Editor/NSPhotoLibraryUsageDescription.txt`

ex: **Unimgpicker/Editor/NSPhotoLibraryUsageDescription.txt**
Expand Down Expand Up @@ -76,6 +69,16 @@ namespace Kakera
}
```

## Environment

The code is developed on following environments. Note that these are NOT minimum version requirements.

| Platform | OS | IDE |
| --- | --- | --- |
| iOS | 13.3 | Xcode 11.6 |
| Android | 10.0 (API 29) | Android Studio 4.0.1 |


## Building Unimgpicker by Self

This repository contains Android project to develop Unimgpicker.
Expand Down

0 comments on commit c9f86f0

Please sign in to comment.