which Unity version works with EasyAR 2.3

0 votes
asked Nov 21, 2018 by ouzari (210 points)
I tried many unity versions with easyar 2.3 but still have the black screen problem when building for Android. Can someone tell me which version of unity is working.

2 Answers

0 votes
answered Nov 22, 2018 by zhnagjian (11,130 points)
Hello,

What did you do and then it went black,more immediately,what kind of the requirements do you want to achieve through these steps. In order to solve this problem better,you can send specific log!

Thank you!
0 votes
answered Nov 22, 2018 by ouzari (210 points)

I finaly solved the problem by adding :

<uses-permission android:name="android.permission.CAMERA" />
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  <uses-permission android:name="android.permission.INTERNET" />

To AndroidManifest file 

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...