Do anyone have any C# material? I would like to learn the language so I can start making my games in that language.
What is your current level of experience with scripting/programming?
one year experience
With what languages?
C++, javascript, and VBscript
Thanks. I am going to study right now.
If you know C++ and JS then your best bet is probably just to try and make something. Once you know the basics of the language syntax, using Google to search for answers is going to be fast, and you can post here if you can’t find something. I know this sounds like an easy answer, but I’ve taught 3D scripting and the students that listen to me and do this end up being much more creative much faster. You should only study a text to get going, then its all about references and, as you work on your mini-project, you will come across things you can research online.
For example, make a few sphere colliders and cube then have the cube turn to and move towards the nearest sphere collider, then, when it enters the collider, have it turn around and walk away for x seconds then repeat. Use a coroutine in there and you’ll hit just about every basic Unity concept you’ll need to get going.