README.md edited online with Bitbucket

This commit is contained in:
Tomas Dirvanauskas 2016-04-26 09:30:25 +00:00
Родитель a4fff8720b
Коммит 0d6049c5fb
1 изменённых файлов: 6 добавлений и 8 удалений

Просмотреть файл

@ -1,18 +1,16 @@
# Windows Store Samples
Compatible with 5.3 or higher
The samples are compatible with Unity 5.3 or higher
# List
* Association Launch
* **Association Launch**
* Shows how to launch your application via file type association or protocol. By using this technique you can launch other Windows Store or desktop applications from yours.
* Live Tiles
* **Live Tiles**
* ToDo
* Multiple Pages
* **Multiple Pages**
* Shows how to navigate between XAML pages, where one page contains Unity layout and the other one contains simple XAML elements.
* Native Plugins
* **Native Plugins**
* Shows basic usage of native plugins which are accessed from C# using Platform Invoke.
* XAML Unity Connection
* **XAML Unity Connection**
* Shows how to communicate between your Unity game and host XAML application. The sample uses InvokeOnAppThread and InvokeOnUIThread functions to transfer data between your application thread and UI thread.
# What license is Windows Store samples shipped under?