Deric
Deric

Reputation: 11

8th Wall Unity Android not showing object

Was trying the Unity Sample, follow every instruction. Able to compile and installed. But no object was shown anywhere.

Using Unity 5.5 and 5.6 and Xiaomi Mi5

Possible a sample APK?

Upvotes: 0

Views: 257

Answers (1)

atomarch
atomarch

Reputation: 276

Make sure Multithreaded Rendering is disabled:

https://docs.8thwall.com/xr/unity/#disable-mulththreaded-rendering

Also, a prefab in the sample unity project had a dependency on Blender, which has since been fixed:

https://github.com/8thwall/xr-unity/issues/9

Upvotes: 0

Related Questions