Recent content by TheVetLegend

  1. TheVetLegend

    Tutorial How to make 3DS Games with Unity

    I'm really curious to know more about this implementation of shadow mapping im Unity, since I'm struggling myself with pseudoshadow casting methods. I personally just made a script and a shader that just flattens a mesh filter/skinned mesh to the ground, deforms it against the light source and...
  2. TheVetLegend

    Homebrew Project Unity for 3ds has reached its maximum activations

    Just use UniHacker v4.5 and patch it. It's on internet archive by tylearymf. Download the .exe, run it, select the unity.exe launcher, then hit patch and done.
  3. TheVetLegend

    Homebrew Homebrew game Unity 3DS skybox works in Citra but not on real hardware

    Kind of late (since you seem found a solution). But I had the same issue with the skybox glitching shards and stuff. The issue to me was that with the skybox example Unity provided, it worked only with objects within the scene that used mobile shaders, and it will glitch with Legacy or Custom...