C# Tutorials - For Unity

Started by
3 comments, last by Jason Scoon 11 years, 3 months ago

Hi. I've been looking for C# Tutorials everywhere, and cannot seem to be able to find any. Could you please tell me a good, detailed C# Tutorial Series. With Unity if you could. I know how to use Unity, just not how to Script, and I really wish to learn them. Any help is appreciated.

Thanks,

Leikaru

As A Beginning Developer, please don't expect much from me.

[background='Grey']I'm planning a game to make. Want details? Hmm, maybe later.[/background]

Advertisement

If you know how to read code and understand your language syntax and methods it isn't difficult at all to use any tutorial. I am following tutorials that use Unityscript and I transfer all my code as Boo. Sure I get bumps on the road like with 'yield WaitForSeconds' should be StartCoroutine for C# and Boo.

Use google, you will find some, but you will find better tutorials being done in Unityscript because it is a popular choice for beginners.

If you're new to programming I would recommend Javascript (unityscript). It's a lot easier to learn and use.

Unity3D Tutorials with free scripts! https://www.youtube.com/JesseEtzler0

I decided to go ahead an start with UnityScript. Cheers, both of you.

As A Beginning Developer, please don't expect much from me.

[background='Grey']I'm planning a game to make. Want details? Hmm, maybe later.[/background]

As everyone else has recommended, I would go with Javascript in Unityscript to get accustomed to programming. The Walker Boys Studio has extensive information on Unity Development, you would just have to fix a few things to work with Unity 4. Give it a try http://walkerboystudio.com/html/unity_training___free__.html

This topic is closed to new replies.

Advertisement