Recent content by luzifix

  1. L

    Tutorial How to create Nintendo Switch games with Unity.

    I am using the 15.3.0 SDK with 16.0.3 firmware and AMS 1.5.3IE. You also need working signpatchs on your switch. For the installation Tinfoil (Ver. 17.0) with the "Install Unsigned Code" option enabled, worked for me well.
  2. L

    Tutorial How to create Nintendo Switch games with Unity.

    Try it with an empty scene first and work your way forward step by step. I had a similar problem and it was related to file access via the System.IO.File.ReadAllBytes function.
  3. L

    Installing an NSP from the Switch SDK (UE4 game) on a hacked Switch?

    If you still looking for a way to repack the nsp check this out. The tutorial is for unity but I think the repacking part is the same.
  4. L

    Tutorial How to create Nintendo Switch games with Unity.

    I have already found a "good leak" with an sdk for 15.3.2 and Unity 2022.2.4f1 support where everything works fine. The only thing I am currently looking for is a newer version of the Unity editor support that works with 2022.3.x and my 15.3.2 SDK. My question was whether or not your statement...
  5. L

    Tutorial How to create Nintendo Switch games with Unity.

    Does anyone know if this statement is still valid, because I've been searching a lot for the Unity Nintendo Switch support setup for version 2022.3.x over the last few days and only found old stuff. And also the statement "downloads have been moved" on the olebeck/unity github page which collect...
  6. L

    Tutorial How to create Nintendo Switch games with Unity.

    I have the same structure and everything works fine. If you have problems, see the FAQ by Coolsonickirby three posts above.
  7. L

    Tutorial How to create Nintendo Switch games with Unity.

    Hi, I wrote a little post build script to streamline the build process. It will repack the nsp file and optionally launch it directly in Yuzu. For this you need to set two env variables NINTENDO_HECPACK_REPACK_BINARY with the path to the repacker.exe from Slluxx. This will automatically repack...