-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CS0234 & CS0246 Errors w/ ARFoundation Samples #210
Comments
Fun of this closed button to glitch on me. |
The latest ARFoundation includes support for one new feature whose namespace will change in 2019.3. For now, either use 2019.1, 2019.2, or an earlier release of ARFoundation. |
Hi. |
Thanks for the suggestions tho. |
If the ARFoundation could not be used in Unity 2019.3 for Android, is that means that ARFoundation cannot be used for both iOS and Android at the same time as the iOS need Unity 2019.3? Any solution for this? Thanks! |
ARFoundation is 2019.3 compatible. The samples in this repo can be opened in 2019.2 or 2019.3 and have been tested with Android and iOS. |
After downloading the Samples package and opening it in Unity, I got 19 errors. A few of them:
Library\PackageCache\com.unity.xr.arfoundation@2.2.0-preview.3\Runtime\AR\MeshQueue.cs(13,49): error CS0246: The type or namespace name 'MeshInfo' could not be found (are you missing a using directive or an assembly reference?)
Library\PackageCache\com.unity.xr.arfoundation@2.2.0-preview.3\Runtime\AR\MeshQueue.cs(5,37): error CS0234: The type or namespace name 'MeshId' does not exist in the namespace 'UnityEngine.XR' (are you missing an assembly reference?)
Library\PackageCache\com.unity.xr.arfoundation@2.2.0-preview.3\Runtime\AR\ARMeshManager.cs(156,16): error CS0246: The type or namespace name 'XRMeshSubsystem' could not be found (are you missing a using directive or an assembly reference?)
Any ideas on what I should do? Tried searching here but couldn't find anyone with the same problem..
Versions:
Unity: 2019.3.0a3
ARFoundation 2.2.0
ARCore 2.2.0
ARKit 2.2.0
ARKit Face Tracking 1.1.0
The text was updated successfully, but these errors were encountered: