microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
859 stars 277 forks source link

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

Open yacuzo opened 7 years ago

yacuzo commented 7 years ago

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 fordelete_ImageTagManager"

Perhaps it is just missing SWIG definitions?

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

mvrska commented 7 years ago

same capture