Windows Store Apps : Examples
- Shows how to communicate between Unity and Windows Store App, see Readme.txt file.
- Example showing how to use native DLLs on Windows Store Apps. Example produces two Plugins.dll with same functionality - one for Desktop and the other one for Windows Store Apps, when you test your plugin in Editor - Desktop plugin is used, when you test a Window Store App - the other Plugins.dll is used.
- Example showing how to use Settings menu together with Unity, it also shows how to communicate between UI thread and application thread.
- Example showing how to use WSA live tiles API.