- Unity 3.x Game Development by Example Beginner's Guide
- Ryan Henson Creighton
- 363字
- 2021-04-02 18:34:13
What's another word for "huh"?
Perhaps the most challenging thing about using a language reference as a beginner is that you don't know what you don't know. The language is searchable to the tiniest detail, but if you don't know Unity's particular word for something, you'll still be lost. It's like not knowing how to spell a certain word. You can look it up in a dictionary, but if you don't know how to spell it, you might have trouble looking it up!
If you can't find what you're looking for, your best plan of attack is to bust out the synonyms. Try typing in any word you can think of that's related to what you want to do. If you want to hide or show something, try searching words such as visible, visibility, visual, see, show, appearance, draw, render, hide, disappear, and vanish! Even if it's a long shot, try "POOF!" You never know.

If you've exhausted your vocabulary and you still come up short, you can randomly click on words in the documentation and read about what they do. Another approach is to start scouring the Internet for Unity tutorials. Many developers like to share their code to help beginners like you learn new things. You might not understand what all this code does, but in grazing through it, you could find a line of code that looks like it might do what you're trying to do. Copy it, paste it into your own script, and start playing around. If it breaks your game, then good! You might think that you're not learning anything, but you are: you're learning how to not break your game. One final resource is chat channels, which you can find by using an Internet Relay Chat client, but as a Unity n00b (new user), you have to be careful and respectful of the way you speak to real people who know far more than you do. In most chat channels, there's very little love for new users who don't exhaust existing online resources before asking a question.
Be sure to check the appendix at the back of this book for a great list of Unity resources.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- Rust編程從入門到實(shí)戰(zhàn)
- Java Web及其框架技術(shù)
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- Designing Hyper-V Solutions
- Java性能權(quán)威指南(第2版)
- 嚴(yán)密系統(tǒng)設(shè)計(jì):方法、趨勢(shì)與挑戰(zhàn)
- Ext JS 4 Web Application Development Cookbook
- Java程序設(shè)計(jì)
- Mathematica Data Analysis
- 領(lǐng)域驅(qū)動(dòng)設(shè)計(jì):軟件核心復(fù)雜性應(yīng)對(duì)之道(修訂版)
- Mastering Unity 2D Game Development(Second Edition)
- Azure Serverless Computing Cookbook
- Hands-On Kubernetes on Windows