Unity-ARKit-Plugin icon indicating copy to clipboard operation
Unity-ARKit-Plugin copied to clipboard

Build Errors after importing plugin

Open CatalinMustata opened this issue 6 years ago • 2 comments

Hi there,

I'm getting the following errors after installing the plugin:

Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(146,10): error CS0246: The type or namespace name `UnityVideoParams' could not be found. Are you missing an assembly reference? Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(147,10): error CS0246: The type or namespace name `UnityARLightEstimate' could not be found. Are you missing an assembly reference? Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(288,70): error CS0246: The type or namespace name `ARKitWorldTrackingSessionConfiguration' could not be found. Are you missing an assembly reference?

Any idea what's wrong?

I'm using Unity 2017.1.1p4 and the latest Unity-ARKit-Plugin (official)

CatalinMustata avatar Oct 12 '17 10:10 CatalinMustata

The truth is that I haven't committed the some core files due to some submodule problem in git. I made some sub repositories in main repo and fail to commit all of them.

I have just fixed that problem and please fetch the newest commit.

I'm really sorry about the problem.

StephenGuanqi avatar Nov 03 '17 22:11 StephenGuanqi

Still having the same issue, here are 2 of the 61 I received after import:

Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(258,61): error CS0246: The type or namespace name `UnityARCamera' could not be found. Are you missing an assembly reference?

Assets/UnityARKitPlugin/ARKitRemote/SerializableObjects.cs(518,35): error CS0246: The type or namespace name `ARKitWorldTrackingSessionConfiguration' could not be found. Are you missing an assembly reference?

royepeer avatar Mar 01 '18 22:03 royepeer