How do I catch up on programming terms for game development?

0
9
Asked By CuriousCoder42 On

I'm trying to dive into game development, specifically with Unity and C#. However, I feel lost when it comes to the terminology. In many tutorials, I notice that terms pop up in Visual Studio Code as they type, but I don't have that feature working for me. I'm not sure what the auto-filled suggestions are called or how to access them. Is there anywhere that categorizes programming terms like "public," "using," "void," "int," or "UnityEngine.UI"? I would love a comprehensive resource that breaks down these terms and explains what they do, as I feel like I'm just a beginner struggling to unravel the complexities of the programming language.

1 Answer

Answered By CodeNewbie89 On

It sounds like a good idea to tackle some basic C# tutorials before jumping into game development. You might find those tutorials more helpful if you understand the fundamentals first.

CuriousCoder42 -

Thanks for the suggestion! Do you know of any specific tutorials that could help me compile a list of those programming terms?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.