Hi All,
I’ve build a specific version of my plugin for use on Windows 8 store apps. I modified and built the plugin in Visual Studio 2012 for Windows 8. I put this in the Plugins/Metro folder in my project and put the Mono built original plugin in the root of the Assets folder.
My project builds fine in Unity and Visual Studio. However, when running my application I immediately get this error:
I have check version numbers and the version it’s looking for (1.0.4997.27263) is the Mono one.
Does my VS plugin have to have exactly the same version number as my Mono one in order to work? Or am I missing something here?
Thanks
- Simon