KyryloKuzyk / AR-Foundation-Remote-support

Support page for the 'AR Foundation Remote' plugin on the Asset Store
https://assetstore.unity.com/packages/tools/utilities/ar-foundation-remote-2-0-201106
9 stars 0 forks source link

The plugin doesn't work with AR Foundation 5.0.0-pre.9 and ARPoseDriver #2

Closed similonpascal closed 2 years ago

similonpascal commented 2 years ago

I installed ARCompanion for AR foundation remote on android phone and if I run the project on unity editor, I can see the phone screen on unity editor, but the phone is not detecting surface o app progressing cant be shown on unity editor

KyryloKuzyk commented 2 years ago

Hi,

Please provide additional information so I can reproduce the issue on my end.

Describe your setup

  1. Plugin version. You can find it in the 'Packages/AR Foundation Remote/package.json' file.
  2. Unity version. Windows/macOS/Linux?
  3. Attach your 'Packages/manifest.json' file.
  4. Your AR device and its OS version.

Errors and stack traces Add error stack traces from the Unity Editor and from the AR Companion if any. If the Editor is crashing, you can find Unity Editor logs here.

similonpascal commented 2 years ago
  1. AR foundation remote plugin version : Version 2.0.21-release.2
  2. Unity version : 20213.2f1c1(Windows)
  3. I am attaching it
  4. I am trying it on Android device (android version 10) manifest.json.zip
KyryloKuzyk commented 2 years ago

Does your AR project work fine on a real device? Do example scenes included with the plugin work for you?

veronicalope commented 2 years ago

I am [similonpascal]'s developer. Yes, the AR project is working well on real device. No the example scenes are not working

KyryloKuzyk commented 2 years ago

Are there any errors in the Unity Editor or on the AR Companion app's screen?

veronicalope commented 2 years ago

No erro Capture r

veronicalope commented 2 years ago

There is no error

KyryloKuzyk commented 2 years ago

There are 7 warnings, please show me them.

veronicalope commented 2 years ago

Capture

KyryloKuzyk commented 2 years ago

Capture

AR Foundation 5 requires a new TrackedPoseDriver, please check that you use it instead of the ARPoseDriver. Please also fix other warnings.

I just tested this plugin version with the AR Foundation 5.0.0-pre.9 and none of the example scenes produce these warnings. Please help me to find out why the examples scenes don't work for you before I can help you with your project.

KyryloKuzyk commented 2 years ago

It seems like your issue is connected to input handling. Unfortunately, I wasn't able to reproduce your problem neither with Input Manager (Old) nor with Input System (New) input handling. I believe that addressing the warnings should fix the issue for your project.

I can also suggest downgrading AR Foundation packages to verified versions for your Unity install instead of using preview versions. Currently, for Unity 2021.3.2 the verified AR Foundation/ARCore/ARKit versions are 4.2.3. AR Foundation 5 is currently undergoing a lot of changes that may or may not end up in a verified version. Please note that after changing any of the AR Foundation packages, a new build of the AR Companion is required.

KyryloKuzyk commented 2 years ago

Hi, @similonpascal @veronicalope

Do you have any updates on the issue? Were you able to run the plugin with AR Foundation 5?

KyryloKuzyk commented 2 years ago

Please re-open the issue if you'll have any additional info.