Recent content by gomus

  1. gomus

    Hacking Unity with WiiU

    Thanks for trying to help.
  2. gomus

    Hacking Unity with WiiU

    Obviously yes. I suppose the problem is that WiiU compiler generating broken code
  3. gomus

    Hacking Unity with WiiU

    Yes and there is nothing useful there. 1755521482 Well I tested the master build and maybe there will be something if i will use development build
  4. gomus

    Hacking Unity with WiiU

    I use unpacked build for testing in Cemu and Cafe SDK Deluxe for building WUP for WiiU. It is a 2D game without complex shaders.
  5. gomus

    Hacking Unity with WiiU

    It's only ±150 MB. The previous ones at least loaded and I could understand at which moment the game crashes in order to fix it in the code. But the current one is doesn't even boot.
  6. gomus

    Hacking Unity with WiiU

    Sadly but the game still crashes Cemu and freezes on the loading screen on WiiU
  7. gomus

    Hacking Unity with WiiU

    Thanks, I'll try. It's just strange to me that the code works on any other platform, but on WiiU the same code causes a crash.
  8. gomus

    Hacking Unity with WiiU

    Hey guys! I've already managed to make two homebrew ports for WiiU using Unity but I had problems like the game crashes when calling a generic method (and only solution for this is to get rid of genericness). Right now I'm trying to port another game made with Unity but it crashes instantly when...
  9. gomus

    Hacking Hardware Homebrew Tutorial Make a Unity game for Wii U

    I fixed this problem, it was because there was a generic method in the code. Now the game works without freezing. But I have a couple of questions. The first is how can I output sound from the gamepad. The second is how can I make a custom game icon, because I have a "dummy" icon.
  10. gomus

    Hacking Hardware Homebrew Tutorial Make a Unity game for Wii U

    I decompiled one old game and port it to WiiU, but when I launch it, in certain places the game freezes and plays a terrible buzzing sound. I have to restart my WiiU to exit the game. Has anyone else had this problem? I have no idea what could be causing this.
  11. gomus

    Hacking Hardware Homebrew Tutorial Make a Unity game for Wii U

    I found this in the log, which is probably why I can’t build. No idea how to fix this.
  12. gomus

    Hacking Hardware Homebrew Tutorial Make a Unity game for Wii U

    I tried all build options, but the result is always the same. I'll try to download another version of the Cafe SDK and see the result, maybe this will somehow help. Edit: I reinstalled cafe sdk and ghs multi, but still have these errors
  13. gomus

    Hacking Hardware Homebrew Tutorial Make a Unity game for Wii U

    When i try to build i get these errors. I suppose there is something wrong with the project because empty unity project doesn't throw these errors. Currently i have no idea how to fix it.