Hello guys! i want to use unity to create an app for board games like the descent app or mansion of madness app where pretty much it is just an Interface with menus to add some things to the game.
i’m wondering where can i start to learn in order to achieve this, i’m pretty decent programming in c# but i don’t know anything about animation i hope somebody can guide me in here to some tutorials or some tips to start with.
I’d just start with some Youtube tutorials, the official tutorials, and the documentation. People are more than happy here to help when you get stuck as long as you’re able to provide specific questions
Worth pointing out that stuff like animation is just visual flair. You can build the systems for a game (especially for something like a board game) without such knowledge. Starting there might be your best bet, then worrying about such visual things.