#we can just make a thread
1 messages · Page 1 of 1 (latest)
oh I made one but its fine
oh sorry xd
What do you need?
the part that confuses me is normal C# and the game development C# are two different things right?
or are they connected?
No, they're both C#. However, unity uses their own API which allows you to use certain functions that you wouldn't be able to use in "Normal" C#
Learn normal c# first, and then learn Unity's API.
so until i learn the normal c# i have nothing to do with unity?
No, you can use Unity, it's just easier to start by learning basic C# concepts.
The coding is very likely to confuse you unless you start with the basics.
just follow what they do in the tutorial.
I personally use vs code, but that's because I'm on linux and can't get visual studio. If I was on windows, I would use visual studio
alright thanks for your help
Just remember, it's a learning process. Don't get frustrated, and push through it. You'll get there eventually!