MixedRealityToolkit
MixedRealityToolkit copied to clipboard
Sharing: ImageTag C#-wrappers use functions which are not present in PINVOKE
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.
same