Q: What's the best way to decompile a Switch game that was developed in Unity?
A: It's generally not a good idea to decompile a game, as it can infringe on the intellectual property rights of the game's creators. Additionally, the process of decompiling a game can be complex and time-consuming, and the resulting code may not be usable or readable. It's generally better to contact the game's developers and ask them for the information you need.
Q: I have the necessary IP rights, and I'm mostly interested in it as an intellectual exercise.
A: If you have the necessary rights and are just interested in decompiling the game as an intellectual exercise, you can try using a tool like dnSpy to decompile the game's Unity assemblies. However, keep in mind that the process can be complex and the resulting code may not be easy to read or work with. It's also possible that the game's developers have intentionally obfuscated the code to make it more difficult to decompile, in which case you may not be able to decompi