Time for action – importing packages into a new workspace
Now that you have all of the packages required for OUYA development, you can import them into the Unity workspace by performing the following steps:
Start a new project in Unity and double-click on the core package you exported to import it into your workspace. Unity will prompt you with a list of possible items to import; make sure they're all checked and click on Import. The OUYA menu will re-appear along the top toolbar as soon as the import completes.
Open the Window menu along that toolbar and click on Open OUYA Panel.
This window is where we'll finally link all of the packages we've downloaded so far to the engine. The panel also has a space to link an NDK, which we will download and link to last.
The Unity tab will automatically contain what it needs, so first click on the Java JDK tab and browse to the location of your JDK, as shown in the following screenshot:
Next, click on the Android SDK tab and do the same. Note that it may...