Where to start making my first game?

Im pretty fluent in unity, and am trying to learn c#, which I know none of. Where can I start so I can make my first game (starting small)?

If you were fluent in Unity then you should know the website decently well, I would think…
https://unity3d.com/learn/tutorials

A tutorial is a tutorial, making a game is different…

You asked where to start. Start with the tutorials. These will include the basics of C#.

Another good site for that is learncs.org.

Thank you joe

Even if you learn all the C#, you will need to learn the Unity API, which built in classes & methods do what and when to use them. If you already know the Unity interface and editors and such, the tutorials won’t take very long to do and is time well spent.

What… Those tutorials have you make games. How is that different? The Unity learn section has everything you would want. It has the bare bone c# stuff then it also has game tutorials. It literally has everything.

Bet you didn’t even click on the link.

Also check out the extra credits series for some solid advice on first games.