Recent content by mcdij

  1. M

    Tutorial How to create Nintendo Switch games with Unity.

    Every time I try to save anything to the switch I get. a game crash. im trying to save the playerprefs using the example file but when it tries to save the application freezes the quits. Anyone manage to save anything on an actual unpatched switch?
  2. M

    Homebrew Question Trouble building for Swich with Unity3D

    What would the process be for patching authoring tools?
  3. M

    Homebrew Question Trouble building for Swich with Unity3D

    Pretty much defies the point of this entire thread doesnt it? I mean on the first page of this thread you are asking me to point you to the unity plugins, which you know, you could have just applied to nintendo and got them from them at the time.
  4. M

    Homebrew Question Trouble building for Swich with Unity3D

    Are there and forums/discord servers etc whre people talk about and get assistance with actually using the (fully setup and working) SDK? I just cant work out how you save/load your play.erprefs using the 9.x SDK and plugin. I get errors trung to run the 15.3 SDK example in unity 2019.3...
  5. M

    Homebrew Question Trouble building for Swich with Unity3D

    Damn it, there is always something lol, i have no idea how to work out the download links for the support plugins. Guess its back to the older version of unity. Atleast I managed to get some useful documentation from the new leaks. Thanks.
  6. M

    Homebrew Question Trouble building for Swich with Unity3D

    I've setup Unity 2022.2.4f1 and the plugin successfully, I've also followed this guide https://gbatemp.net/threads/how-to-create-nintendo-switch-games-with-unity.625751/ to setup the SDK but i Get this error when I try to compile the NSP. Building Library\Bee\artifacts\AppPkg\voxg4\main.npdm...
  7. M

    Homebrew RELEASE NSPack - GUI for hacPack - make your own legal NSPs!

    Hi all Are there any command line switches than can be used to launch NSPack? I would like to setup a batch file that launches NSpack, selects the build NSP option, loads an assels file and automatically selects a prod.keys file. Is this possible? Thanks.
  8. M

    Homebrew Question Trouble building for Swich with Unity3D

    The 9.2 was confirmed to work from Unity 2019.2.11 up to Unity 2020.1.0b8. Was hoping it would run in a later version.
  9. M

    Homebrew Question Trouble building for Swich with Unity3D

    Does anybody know what the latest version of unity the 9.2 SDK works with? Thanks.
  10. M

    Homebrew Question Trouble building for Swich with Unity3D

    Is the nintendo switch videoplayer plugin for unity available on the internet somewhere? (not asking for links and yes I know its available from the official nintendo portal but we are here becuase we do not have access to that :) ) Thanks
  11. M

    Homebrew Question Trouble building for Swich with Unity3D

    OK. managed to find the included media player example and the scripts seem to make sense but I get an error when I try to run it MissingMethodException: Attempted to access a missing method. UnityEngine.Switch.SwitchVideoPlayer..ctor (UnityEngine.Switch.SwitchVideoPlayer+MovieEventDelegate...
  12. M

    Homebrew Question Trouble building for Swich with Unity3D

    Yeah, I just read about t hat. I'm would like to play a video within my app but do not know how to set it up. It doesn't work using the regular VideoPlayer method, can you help me out? Thanks
  13. M

    Homebrew Question Trouble building for Swich with Unity3D

    OK, thanks for the info, ill try and take a look. Is there any way to see/change the renderer in unity? Both the Switch and Unity support Vulcan. Is there any way to set this? Thanks,