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

Build Errors after importing plugin #4

Open
CatalinMustata opened this issue Oct 12, 2017 · 2 comments
Open

Build Errors after importing plugin #4

CatalinMustata opened this issue Oct 12, 2017 · 2 comments

Comments

@CatalinMustata
Copy link

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)

@StephenGuanqi
Copy link
Owner

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.

@royepeer
Copy link

royepeer commented Mar 1, 2018

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?

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

3 participants