stephan7 can you share your dll please, i can't compile a plugin there is no "blanck solution" available in my vs studio and i haven't fnd a solution yet....There is an even simpler solution available that requires no plugin.
private void ShowInfoAboutCurrentCallback()
{
#if !UNITY_EDITOR && UNITY_METRO
Debug.Log(callback.GetMethodInfo().Name);
#else
Debug.Log (callback.Method.Name);
#endif
}
On all other platforms it seems, that Unity supplies it's customized mono implementation. But not on WinRT.
Hope this helps,
Stephan
--
http://www.software7.com