Skip to content
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

[ARFoundation 6.0 with Unity 2022.3.15f1] error CS0246: The type or namespace name 'IAnalytic' could not be found (are you missing a using directive or an assembly reference?) #1166

Closed
vaoliva opened this issue Mar 14, 2024 · 1 comment

Comments

@vaoliva
Copy link

vaoliva commented Mar 14, 2024

Opening project on main branch agains Unity 2022.3.15f1 gives a few reference issues e.g.
: ### Library\PackageCache\com.unity.xr.arfoundation@6.0.0-pre.6\Editor\ARAnalytics\AREditorAnalyticsEvent.cs(20,43): error CS0246: The type or namespace name 'IAnalytic' could not be found (are you missing a using directive or an assembly reference?)

@andyb-unity
Copy link
Collaborator

AR Foundation 6.0 is not compatible with Unity 2022.3. The minimum version of Unity required to use AR Foundation 6 is 2023.3 as specified in the docs: https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@6.0/manual/project-setup/install-arfoundation.html. This is necessary because we built new functionality that depends on new features in Unity 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants