This repository contains Unity samples for desktop platforms
Перейти к файлу
Tomas Dirvanauskas 0d6049c5fb README.md edited online with Bitbucket 2016-04-26 09:30:25 +00:00
AssocationLaunch Fix AssociationLaunching example 2016-04-25 14:43:13 +03:00
MultiplePages Add missing files for MultiplePages example 2016-04-25 13:54:25 +03:00
NativePlugins Rename WSANativePlugins->NativePlugins 2016-04-25 14:13:42 +03:00
XAMLUnityConnection Fix XamlUnityConnection for Unity 5.3 2016-04-25 14:01:41 +03:00
LICENSE Add license 2016-04-25 20:49:32 +03:00
README.md README.md edited online with Bitbucket 2016-04-26 09:30:25 +00:00

README.md

Windows Store Samples

The samples are compatible with Unity 5.3 or higher

  • 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
    • ToDo
  • 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
    • Shows basic usage of native plugins which are accessed from C# using Platform Invoke.
  • 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?

This is released under the MIT/X11 license.

This means that you pretty much can customize and embed it in any software under any license without any other constraints than preserving the copyright and license information while adding your own copyright and license information.

You can keep the source to yourself or share your customized version under the same MIT license or a compatible license.

If you want to contribute patches back, please keep it under the unmodified MIT license so it can be integrated in future versions and shared under the same license.