Universal AR kit wont show anything

So I followed the “Get started” guide for unity, but none of the example projects is showing anything.
I tried unity versions 2019.4.35f1, 2020.3.8f1 and 2021.2.3f1.
If I deploy the app on an android phone I get the message:
“Unlicensed - please register this app’s identity”
In the Editor, in unity, I get the log “No display data” and “no buffer in display”
Am I missing something?

thanks for any help!

Hello @patrick,

welcome to the forum.

We have tested the SDK across the Unity LTS releases from 2019 onwards and found it to be stable. Can you share some more information on how you’re configuring your project?

Some of the quick checks you can do are:

  1. If you’ve created Unity project with SRP (scriptable rendering pipeline - URP or HDRP) you would need to update the UAR SDK as well. Here’s how to configure UAR for SRP - Readme.
  2. Ensure you have an active and enabled camera device selected in the editor.

If that’s not the case can you share zcv.log (located at the root level of your Unity project) after enabling the following option in UAR settings:
ZCV debug mode: File
ZCV log level: VERBOSE.

Regarding “Unlicensed” warning you’ll have to register your package name on zapworks site. You can visit your distribution hub (https://my.zap.works/distribution-hub/) and add a new license for your preferred platform.

Regards,