Time for action – running your first test on OUYA
Perform the following steps to run your code on OUYA:
Verify that your project settings are properly configured for deploying to the OUYA.
Turn on your OUYA console and connect it to your computer with a USB cable.
Verify that your computer recognizes the OUYA console by using the following command in your command line:
adb devices
Tip
If your computer isn't able to locate the OUYA console immediately, the solution may be as simple as jump-starting the adb process. Run
adb kill-server
and thenadb devices
in your command line to restart the device manager and output a new list of connected devices.Click on Build & Run in Unity's File menu to deploy your prototype to the console. As soon as it's finished building, your 3D text prototype will appear on the screen that your console is connected to.
Remember that you haven't coded any controller-based input yet, so your OUYA controller can't interact with the prototype, but if you connect your...