microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
52 stars 18 forks source link

Micopley/xbl real time activity unity script impls #55

Closed mike-copley-atg closed 3 years ago

mike-copley-atg commented 3 years ago

real time activity API method implementations for scripting layer... ... also including missing METAs for previously committed source.

make sure the interop callbacks have a [MonoPInvokeCallback] attribute on them...

fixed another compile error because Unity 2017 is on C# 6.

I am curious if there is a better way to bridge the gap between a native-level "IntPtr" parameter callback that has [MonoPInvokeCallback] and a regular C# delegate callback that is not using unsafe.