- HoloLens Beginner's Guide
- Jason Odom
- 105字
- 2021-07-02 23:35:16
Objects
Objects or GameObjects are what make up nearly everything in Unity. The characters, camera, 3D text, and lights are all a very basic-level GameObjects. Everything you see in a Unity-developed project is either GameObjects, or connected to them.
It should be pointed out that some things that you cannot see are GameObjects as well. A common practice is to create empty GameObjects so that we can apply scripts or other components to it. These objects are created to perform a function, such as to keep game scores or to handle network traffic. The one common element that all GameObjects share is the Transform component:

推薦閱讀
- arc42 by Example
- Instant Zepto.js
- Python 3破冰人工智能:從入門到實戰
- Mastering Python Networking
- 移動界面(Web/App)Photoshop UI設計十全大補
- 前端HTML+CSS修煉之道(視頻同步+直播)
- iPhone應用開發從入門到精通
- C++反匯編與逆向分析技術揭秘(第2版)
- Microsoft HoloLens By Example
- Microsoft XNA 4.0 Game Development Cookbook
- Android開發進階實戰:拓展與提升
- 新手學ASP.NET 3.5網絡開發
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發
- Flink原理深入與編程實戰:Scala+Java(微課視頻版)
- Real-time Analytics with Storm and Cassandra