MixedRealityToolkit icon indicating copy to clipboard operation
MixedRealityToolkit copied to clipboard

Sharing: ImageTag C#-wrappers use functions which are not present in PINVOKE

Open yacuzo opened this issue 8 years ago • 1 comments

When importing the latest sharing SDK into Unity i get compilation errors on all the .cs files related to ImageTag.

All errors are similar to this: "Assets/HoloToolkit/Sharing/Scripts/SDK/ImageTagManager.cs(33,32): error CS0117: HoloToolkit.Sharing.SharingClientPINVOKE' does not contain a definition for delete_ImageTagManager"

Perhaps it is just missing SWIG definitions?

A simple workaround is to delete the ImageTag*.cs files from the Unity project.

yacuzo avatar Feb 15 '17 13:02 yacuzo

same capture

mvrska avatar Apr 12 '17 13:04 mvrska