Recent content by syelan34

  1. syelan34

    Tutorial How to make 3DS Games with Unity

    Does anyone know how to get gyro input? The manual page says it's supported (version 5.6, Help>Manual N3DS, Input section), but in the scripting reference (page is in the same spot) I can't find anything about it. All the other input modes have documentation, just not this.
  2. syelan34

    Tutorial How to make 3DS Games with Unity

    Yeah, I only realized that recently. Thanks for the help! It works perfectly now 1673208816 There is a bit in the unity app itself (at least in the version I have, that being 5.6)
  3. syelan34

    Tutorial How to make 3DS Games with Unity

    I'm getting issues with the button examples in Unity, I get this error: "The type or namespace "N3DS" does not exist in the namespace "UnityEngine". Are you missing an assembly reference?" It seems like the libraries aren't linked right, is there anything I can do?