Recent content by WalterMan

  1. WalterMan

    Hacking Homebrew Tutorial How to make a game in Unity Engine for Nintendo Wii on Windows WITHOUT the SDK for newbies

    I was able to get it to build! Thanks for the all the help! I'm curious to see what the limits are for this and with the Wii. Maybe online multiplayer?? I'm getting ahead of myself. Anyways I took a quick video, should probably test on real hardware as well but idk why it wouldn't work.
  2. WalterMan

    Hacking Homebrew Tutorial How to make a game in Unity Engine for Nintendo Wii on Windows WITHOUT the SDK for newbies

    I was able to just include in the 'mscorlib.dll' in the project as Manurocker suggested. When building, the progress gets to the very end but one last error is tripping me up: Failed to find 'YOUR_PRODUCT_NAME_HERE'...
  3. WalterMan

    Hacking Homebrew Tutorial How to make a game in Unity Engine for Nintendo Wii on Windows WITHOUT the SDK for newbies

    I saw in a previous post you had these same errors, how were you able to fix them?: ArgumentException: The Assembly mscorlib is referenced by UnityEngine. But the dll is not allowed to be included or could not be found. UnityEditor.AssemblyHelper.AddReferencedAssembliesRecurse (System.String...
  4. WalterMan

    Hacking Homebrew Tutorial How to make a game in Unity Engine for Nintendo Wii on Windows WITHOUT the SDK for newbies

    I see. Is there any tutorial on recreating the playback engine? If so how do we get Unity 3 to use that playback engine? Does it involve modding Unity or using a pro license? Or is this method not available yet to the public? Sorry I'm asking so many questions, I'm just interested in this. For...
  5. WalterMan

    Hacking Homebrew Tutorial How to make a game in Unity Engine for Nintendo Wii on Windows WITHOUT the SDK for newbies

    I wanted to start by saying this is awesome! I'm glad someone finally addressed Unity for the Wii. I was able to successfully inject a simple test project from Unity 2.6.0f7 and run it in dolphin! But after looking at this post it seems like 3.5.6f4 would be the preferred version to get...