Since AR Foundation’s debut a year ago, we’ve heard great feedback on the forums. To synthesize this information, we’ve put together a short survey. We’d appreciate you taking a few minutes to share your thoughts, as it will help guide how we can improve the product.
We’re excited for the future of AR Foundation and want to make sure your voice is heard as we plan for what’s next.
Would like to see Unity’s AR Foundation do better in these areas:
Reliability
QA tested features (both for basic features as well as pre-release ones - for example, your implementation of Human Segmentation 3D does not work with iOS 13 public beta)
I would appreciate some clarity around the following:
what features of ARKitUnityPlugin are not yet available in ARFoundation and when we expect to see these if at all? Specifically: Eye transform (I mean the gaze transform, not the blend shapes)
This thread about the AR Remote tool hasn’t been addressed by anyone from Unity since December last year. I just looked and the Unity developer who started the thread hasn’t posted on the forum since January. Perhaps he no longer works at Unity? If that is the case, has the AR Remote tool been abandoned? If someone else is on it (or if not!), I think everyone here deserves an update…
Support for ARfoundation is not there I believe.I have seen so many question unanswered.Create a new brach for ARfoundation other than ARKit and ARcore? ARfoundation with two branches (ARcore and ARkit).Any suggestions?
Yes, they have gone a bit too silent about all the accumulating issues (I posted in another thread about the frustrating lack of development for making AR Foundation compatible with the latest version of LWRP). I hope that just means they are preparing a big update to be released soon.
They are all big on announcements and blog posts, but then go radio-silent when it comes to updates. No idea what’s going on, but would be good to get an official word on it.
For our product we are dependent on downloading and injecting image markers at runtime. This is currently only possible with the deprecated ARkit/core-Plugins. ARFoundation does only support image markers that were packaged with the project.
Are Dynamic Image Targets something you are working on?
Some users already put a lot of effort into trying to solve this issue.
Hi sphira…I was looking for a solution for AR app which needed to be updated every month with new image targets and corresponding AR models.Is it possible to do with ARfoundation .Are you referring to the same issue here?
If you mean that you don’t want to repackage the project each time and be able to inject the new markers and content via a download, then yes, this is what I am referring to.
No resource group with name
"ReferenceImageLibrary_705E65BA-EA24-4962-A393-4B68A9DC85C7" found
InvalidOperationException: Failed to set requested image library 'ReferenceImageLibrary'
on ARKit -there is no matching resource group,or the resource group does not
contain any reference images.
Using Unity 2019.2.0f1 ARfoundation-2.1.1,ARKit XRplugin - 2.1.1
Newer versions of ARFoundation seem to need a new ReferenceImage library. Delete the old ReferenceImage asset and create a new one. The new one has an icon with VR goggles on it.
I tried the project with ARFoundation 3.But was getting this error SWIFT_VERSION ‘5.0’ is unsupported . Even though I changed the swift language version.May be beacause I am using Xcode 10.1 that is not working.So went back to old ARfoundation 2.1 package.
I think you are right,I deleted the ARsession and ARsession origin and loaded again,it was working.