hello everyone .
i really love this games world and coding .
but i am still a noob i have no real game making expierience
so plz can u help how i can learn unity c# coding from 0
i dont want to copy codes without understanding its meaning
i ll really appreciate . and sry for my english
i even don’t know if this the right place to ask
I highly recommend working through the tutorials listed on the unity youtube:
There’s loads of playlists, just work through them, and you’ll find your feet in the Unity editor.
Play, play, play just play with it, the more you play the more you learn, and the more it seems like playing the easier it becomes to learn.
Coding is a giant unruly beast to learn (depends on your mind set), but with Unity it’s broken up into handleable chunks, scripts are like behaviours and behaviours can be re-used, so what you’ll end up doing is stacking up a load of bits of code that you can re-use for many different projects with slight tweaks. Ie player controller, camera rigs, score counter etc.
The best resource I’ve found for learning C# is: Unity C# and Shader Tutorials
Learning to make good games takes many years. Prepare for a long journey.
Expanding on @Richop , you should also take a look here: Unity Learn and here Unity - Manual: Unity User Manual 2022.3 (LTS)