From 0d6049c5fb51b224cd817114d2c0ee90f854ebf0 Mon Sep 17 00:00:00 2001 From: Tomas Dirvanauskas Date: Tue, 26 Apr 2016 09:30:25 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 86e0025..e987279 100644 --- a/README.md +++ b/README.md @@ -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?