Skip to content

Commit

Permalink
Merge pull request #5 from shiguredo/feature/android-doc
Browse files Browse the repository at this point in the history
ドキュメントに注意点を追加
  • Loading branch information
torikizi authored Jun 5, 2020
2 parents a501036 + b153c25 commit 56125a1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/ANDROID.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
## Android 版の利用上の注意点

- arm64-v8a のライブラリしか入れていないので armeabi-v7a の端末では動きません。
- libSoraUnitySdk.so のインスペクタ -> Platform settings -> Android の設定で CPU が ARM64 になっていることを確認して下さい。
- Player Settings -> Other Settings -> Target Architectures で ARM64 にチェックが入っていることを確認して下さい。
- Vulkan で動かす必要があります。
- Player Settings -> Other Settings の Graphics APIs で Vulkan が先頭にあることを確認して下さい。
- OpenGLES モードでの動作は未確認です。
- 最低でも API LEVEL 24 (Android 7.0)が必要です。
- Pixel 3 で解像度が 16 の倍数じゃない時に映像が乱れる問題があります。
- [1084702 - Mobile Chrome on Pixel 3 has video corruption for non-16-aligned resolutions in WebRTC calls : Hardware VP8 encoder bug - chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1084702)

0 comments on commit 56125a1

Please sign in to comment.