DesktopSamples/XAMLUnityConnection
Tomas Dirvanauskas c578642d75 Fix XamlUnityConnection for Unity 5.3 2016-04-25 14:01:41 +03:00
..
Assets Transfer WSA examples for Unity's documentation repo 2016-04-25 13:40:47 +03:00
Export/XAMLUnityConnection Fix XamlUnityConnection for Unity 5.3 2016-04-25 14:01:41 +03:00
ProjectSettings Fix XamlUnityConnection for Unity 5.3 2016-04-25 14:01:41 +03:00
ReadMe.txt Fix XamlUnityConnection for Unity 5.3 2016-04-25 14:01:41 +03:00

ReadMe.txt

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

XAMLUnityConnection is an example which shows how to connect between Unity and XAML.

To test the example, perform following steps:
* Open XAMLUnityConnection with Unity 5.3 or higher
* Build to Windows Store Apps (SDK 8.1) on top of Export folder
* Open XAMLUnityConnection\Export\XAMLConnection.sln and build it.
* You should three sliders and a button drawn by Unity GUI. When you move the sliders you send data to Unity and the color of the cube changes. When you click on the button, you send data from Unity to XAML