- Home /
Error: 'WiiU' does not exist in the namespace `UnityEngine`
I have the Wii U SDK, and I tried loading it with a series of the example code for various wii u stuff (nunchuck, rumble, pad screen, etc) and i get a bunch of errors saying:
error CS0234: The type or namespace name
WiiU' does not exist in the namespace
UnityEngine'. Are you missing an assembly reference?
Anybody know how to fix this? I haven't actually changed any code
Comment