+ 1
Where do I go from here? learnt c# from this app, what should I do next...
I've learnt the basics from this app and other resources on the internet, but I don't know what I should do next, I want to make some simple games in unity, but I don't know how...I can't turn my knowledge into games.
4 ответов
+ 3
you van find great unity tutorial on youtube or the unity webpage
+ 2
If you want to build Web applications look into html css javascript/jquery and sql. When done those look at entity framework.
+ 1
before entering unity, you can learn the game making basics in c#.
Im talking about fps, game engines, scripts, sprites and such.
And some Object oriented programming would be helpful.
I am still practicing with a graphical version of console invaders and snake :)
Can't recommend you all my books, because I do speak spanish...
but I found this
scottlilly.com/learn-c-by-building-a-simple-rpg-index/
Good luck, and hope to work with you in the future :)
+ 1
Start with trying to model simple games. example flappy bird or snake and then progress to something harder like first person. First person is great to get started with cause it doesn't take long to figure out how to move a transform and make a look script then add in shoot functions and before you know it your a pro.