I’m pretty good at Unity, I’m not very good at scripts so I use ready made scripts. I’m looking for a challenge and I want to learn scripting. But I want to learn boo scripting, I’m not experienced with python or whatsoever but if somebody has tutorials on boo scripting, may they please give them to me. Because all I’m finding is scripting on java script.
boo is a language that also exists outside of unity as such you can search broader.
For unity you will likely not find many if any tutorial as it is definitely the by far least used language of all (and outside of the desktop / web you can’t use it at all, so no boo on iphone etc)
A few months ago I was going to write some bootorials but I have to work to it took a back seat. Maybe later but who knows.
I have seen no boo tutorials which are boo specific so really it’s about learning from other tutorials and just translating as you go… easier than it sounds.
The bootorials on on the main web-site (http://boo.codehaus.org) are good enough to get you started on the simple stuff but if you do not have much understanding of programming then making a practical tranistion between making an if statement and then making a lightswitch in unity might seem abstract.
Now you mentioned not learning python… hmm might be a good idea to change that thinking. I say this becuase there is so much good stuff in the way of quality books and dvds compared to boo. The transition between python and boo isn’t so great so it won’t be time wasted.
For a free lesson in python http://www.youtube.com/watch?v=4Mf0h3HphEA is a good place to get your feet wet… that is if you can tolerate the guys constant use of ‘y’know’, ‘right’ and ‘easyhoss’. Nonetheless the guy is very generous with his time.
http://www.youtube.com/user/asib12#p/c/889271D1ACC1ACA1/0/n9ZJ2eOoxwU is equally as good.
As mentioned no ipad or iphone, however I don’t know whether this is true for android the Xbox and the ps3.
It’s a nice clean simple language, I just wished more people used it.