Use Nintendo Dev Interface (NDI) to download and install the software packages required for setting up the Wii U development environment. Follow the steps below to acquire the required packages.
Start NDI.
On the Environment Destination screen, select Install to Disk.
Next, select where to install the development environment. Set Location to a suitable directory on your hard drive without any spaces in the path. In this guide, we will use C:\NDI
.
Never use spaces in any of the directory names for your development environment. It will cause numerous problems.
Set Name to a suitable environment name without any spaces and click Next. In this guide, we will use WiiU
. This results in a root environment directory of C:\NDI\WiiU
.
On the Define New Environment screen, set Platform to Wii U and confirm that Tool Set is set to Stand-alone SDK and SDK is set to Wii U.
On the Select SDK Version screen, choose the version of CAFE-SDK that matches the version of Unity you want to use (you can find which SDK versions match to which Unity versions using the version table on Nintendo Developer Portal). Click Next.
If you select an SDK with no supported versions of Unity, you will not be able to see the Unity package to download. Be sure to select the correct SDK version.
Next, we choose which software packages to install. In the bottom-right corner of the Configure Environment screen, select Customize Selection.
In the search box, type Unity and press Enter.
If no version of Unity is found, then you have selected a version of the SDK with no supported versions of Unity. See the Middleware Version Table for what versions of the SDK are supported by the different versions of Unity for Wii U.
For the CAFE - MW - Unity SDK entry, select the Unity version you want to install and click Show More to display the release notes for that version.
Make note of the serial key in the release notes as well as the supported HostBridge Software version and then click Done. You will need this key when installing Unity.
Click Install. The following packages will automatically be installed as well.
Package | Version |
---|---|
CAFE - HostBridge Software | Version specified in the download description of the Unity for Wii U package. |
CAFE - MULTI License | Latest version |
CAFE - GHS MULTI | Latest version |
The process is automated, but some windows will open and close during installation.
C:\NDI\WiiU
) and run the SetupEnvironment.wsf
file to add the required environment variables.GHS_ROOT
environment variable to point to the GHS MULTI installation. setx GHS_ROOT <GHS MULTI install directory>
setx GHS_ROOT c:\ghs\multi
CONFIDENTIAL