Today I succeeded at installing Windows 10 IoT on my Raspberry Pi 2. But when it starts up, I don’t have any options besides changing language. So my question is, how do a execute a Unity build for Windows 10 universal? And/or is there other ways to get Unity to run on my Raspberry Pi 2 ?
You must create from Unity 5.2 a Windows 10 Universal App from File > Build Setttings…
On Platform choose Windows Store > SDK > Universal 10 and press “Build” button
From the generated build files you must open the *.sln (visual studio solution) on Visual Studio
There you will be able to deploy the App directly to the Raspberry Pi 2 (Windows IOT installed) using the previously explained steps written by RalliantoDeLaVega.