Skip to content

Commit

Permalink
updated README.md (cf. #397 (comment) ).
Browse files Browse the repository at this point in the history
  • Loading branch information
KojiNakamaru committed Feb 18, 2019
1 parent fea9e54 commit 04e312c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,16 @@ below:
might be easier to extract `dist/unity-webview.zip` instead if
you've imported unity-webview before.

## Common Notes

### UnityWebViewPostprocessBuild.cs

`Assets/Plugins/Editor/UnityWebViewPostprocessBuild.cs` contains code for Android/iOS build, which
may cause errors if you haven't installed components for these platforms. As discussed in
https://github.com/gree/unity-webview/pull/397#issuecomment-464631894, I intentionally don't utilize
`UNITY_IOS` and/or `UNITY_ANDROID`. If you haven't installed Android/iOS components, please comment
out adequate parts in the script.

## Platform Specific Notes

### Mac (Editor)
Expand Down

0 comments on commit 04e312c

Please sign in to comment.