I have been developing in C # for so long and I have experience in many languages like Java, Python …
I love video games and want to start developing with Unity.
I have created my first simple 2d game (like Google xD dinosaurs) and now I want to gain some knowledge to develop a 2d fighting game, but I don’t know how to start.
Where can I see a tutorial, or complete videos to develop it? Any course even if it is paid?
There’s plenty of tutorials on Youtube and many courses on Udemy for beginners. If you are specifically looking for a 2D fighting game tutorial I don’t think there’s any, or at least I have never found one. Anyway, 2D fighting games are basically 2D platformers in essence, and there’s plenty of tutorials for those. It’s good that you are knowledgeable on C# already, since fighting games are all about good code. Learn the basics of Input and Colliders for Unity and I’m sure you will eventually figure it out.