Recent content by CompuGeniusPrograms

  1. CompuGeniusPrograms

    Getting Logs from my (Unity) Homebrew Game

    I'm trying to find a way to get my Unity game's logs. I set up an in-game log viewer, but that doesn't help if the game crashes. I looked at the Switch and NX documentation written by Nintendo regarding writing to an SD card, but it says that it's only for development builds and adding...
  2. CompuGeniusPrograms

    Tutorial How to create Nintendo Switch games with Unity.

    I was able to build and run a game on my switch successfully, thank you! I was able to add an in-game debug console so I can view logs on the Switch, but I'm having difficulty forwarding the logs to the SD card. I created a C++ plugin that mounts the SD card and writes to it, but it's crashing...
  3. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    If you're above suggestion works, i'll be more than happy to send you the Unity project. EDIT: Unfortunately, it didn't work.
  4. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    This was the most simple Unity demo scene i could think of. If you can't make this, i'd recommend you learn Unity before attempting anything else.
  5. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    As i've stated in the past, if I try running the CIA on a real device after installing it with FBI, I get the following crash stack trace. Processor: Arm11 (core 0) Exception type: data abort Fault status: Translation - Section Current process: 3DSTest (000400000ff3ff00) Register dump: r0...
  6. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    It didn't work 😞 Expected: Reality:
  7. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    The bottom camera's culling mask IS only set to UI. As for the background - there actual is none, the camera is just set to Single Color
  8. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    I'm pretty sure those don't show up or don't look proper. I will try again and post results. Thanks for your help!
  9. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    If I use no material for the UI elements, they don't show up. I'm at a loss here.
  10. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    I can't figure out a good shader to use with UI elements - I can get the text and button to show up using `Mobile/Particles/Alpha Blended` yet I can't change the color properly. Not only that, but the button does not seem to be properly clickable in Citra (I still cannot get it working...
  11. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    I am able to build. Play mode doesn't accurately show what would happen on the device. Speaking of which, I am only able to run the apps in Citra. If I try running through my homebrewed 3ds, it crashes with errors every time (stack trace posted several posts below). I will try your suggestion to...
  12. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    Wow, thanks! That made the lower screen stop duplicating the top, however a UI sprite that should be showing up on the bottom screen is not. Expected: Result:
  13. CompuGeniusPrograms

    Tutorial How to make 3DS Games with Unity

    Hey, so I'm glad to see this thread is still active. I'm trying to build a super simple game for the 3DS (this issue appears on both the n3DS and o3DS through Citra. On my physical o3DS, it shows the Nintendo logo then crashes - stack trace posted several posts down). The top screen is being...