UnityARFoundationEssentials icon indicating copy to clipboard operation
UnityARFoundationEssentials copied to clipboard

Cannot build the app due to errors

Open alanspace opened this issue 1 year ago • 0 comments

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!

alanspace avatar Jan 03 '24 00:01 alanspace