- 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.
- Building Modern Web Applications Using Angular
- DevOps for Networking
- 樂高機器人設計技巧:EV3結構設計與編程指導
- C#程序設計教程
- Visual C++串口通信技術詳解(第2版)
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Serverless架構
- Spring核心技術和案例實戰
- C語言程序設計
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Machine Learning in Java
- Beginning C++ Game Programming
- MySQL程序員面試筆試寶典
- Java程序設計教程
- Python機器學習與量化投資