I am new to unity and think that boo seems like the best language as it is very simple. Anyone know a good tutorial?
I read the boo primer and wanted to know if there were any good tutorials to learn boo for unity. I would just use unity script reference but there is no support for boo. Is there a way to get to that page?
Answer by AlbertoFdzM · Oct 23, 2017 at 02:13 PM
Boo is going to be deprecated as well as UnityScript (which was built on top of Boo code) due to the lack of use of them (3% of the projects).
I know that those both are easier languages and more readable than C#, I started using UnityScript and then after a few coding, I realize the there was some functionalities missing compared to develop for Unity using C# so I started to learn C# and how to use it with Unity.
If you don't want to break your head learning this language you can try GameMaker, their programming language is very simple and very similar to Boo/UnityScript. If you decide to take the challenge there are plenty of tutorials to start developing with Unity using C#. Check the ones on the official website or Google a bit.
I think I will do that. I wanted to use boo as it seemed easy and it looked way easier to learn but I my progra$$anonymous$$g $$anonymous$$cher just told me that he knows c#. wish i knew that earlier, the boo primer is very long!
Your answer
Follow this Question
Related Questions
Unable to control the mouse on the FPS Microgame tutorial. 0 Answers
Help needed on Space Shooter Tutorial (PlayerObject movement) 0 Answers
[Help] how do I reference/access another script in unity C# 2 Answers
The name `FindObjectOfType' does not exist in the current context 2 Answers
NullReferenceException problems. 0 Answers