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

Cannot build the app due to errors #26

Open
alanspace opened this issue Jan 3, 2024 · 0 comments
Open

Cannot build the app due to errors #26

alanspace opened this issue Jan 3, 2024 · 0 comments

Comments

@alanspace
Copy link

Hello @dilmerv,

Thanks a lot for your great demo! However, as a newbie to this fascinating technology, I encounter problem in building the app due to the following errors, no matter what versions of unity I have tried (2023.2.3f1, 2022.3.13f1, 2021.3.32f1, 2020.3.34f1, 2019.2.2f1) in mac intel.
I want to try Measurement scene, but I cannot even enter the play mode since the console required me to fix the errors first. Here are the errors I have got from 2023.2.3f1.

Assets/AssetStore/48 Particle Effect Pack/Script/csShowAllEffect.cs(9,12): error CS0246: The type or namespace name 'UI' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManager.cs(8,26): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManager.cs(26,13): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManager.cs(30,18): error CS0246: The type or namespace name 'ARReferencePoint' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithCameraDistance.cs(6,26): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithFeaturePoints.cs(8,26): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithCameraDistance.cs(21,13): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithCameraDistance.cs(23,18): error CS0246: The type or namespace name 'ARReferencePoint' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithFeaturePoints.cs(26,13): error CS0246: The type or namespace name 'ARReferencePointManager' could not be found (are you missing a using directive or an assembly reference?)

Assets/Scripts/ReferencePointManagerWithFeaturePoints.cs(30,18): error CS0246: The type or namespace name 'ARReferencePoint' could not be found (are you missing a using directive or an assembly reference?)

All compiler errors have to be fixed before you can enter playmode!
UnityEditor.SceneView:ShowCompileErrorNotification () (at /Users/bokken/build/output/unity/unity/Editor/Mono/SceneView/SceneView.cs:3919)

Pleas kindly suggest if there is anything I need to import to the project, thanks a lot for your effort!

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

1 participant