0

Can someone tech me unity c# ?

18th Aug 2024, 4:27 PM
Gopal Bhatt
Gopal Bhatt - avatar
2 Answers
+ 5
I doubt you'll find an experienced private tutor for free, people charge for their time. There's a lot of tutorials online, try to check them out! Brackeys is a known one that is decent and is easy to follow. Unity themselves officially have lots of tutorials as well. For c# follow along Sololearns course first. Just note that in Unity there is no 'main method' since it is built in, and you'll be using a lot of things from Unity's Libraries ( for e.g., you might see the superclass Monobehavior with methods like void Start() and void Update() instead of public static void main ).
18th Aug 2024, 5:24 PM
Rrestoring faith
Rrestoring faith - avatar
+ 2
Start by learning the basics of C# — the language used for scripting in Unity. Then, get familiar with the Unity interface and try creating a simple project, like a 2D platformer or a small 3D world. Use Unity Learn and the official documentation to understand how components work and how to build games. Keep practicing, experiment with different features, and don’t hesitate to ask the community if you get stuck.
19th Aug 2024, 12:34 PM
Melkon
Melkon - avatar