- HoloLens Beginner's Guide
- Jason Odom
- 287字
- 2021-07-02 23:35:20
Prefabs
Imagine that you have been hired to build a holographic corporate team-building exercise for an upcoming weekend event. The idea is to create a scavenger hunt to find a cute robot and you have a large group of mean robots trying to stop everyone. The event is a gamified first-person shooter/scavenger hunt. The winning team will get the real robot to help in their office. It will be fun; let the team get some tension out and repair some troubled relationships in the company. From the word go, you will be using prefabs.
A prefab is a Unity asset type that acts as a blueprint or a template. In our preceding example, something as simple as the bullets for the weapons or as complex as the large collection of really mean robots that are trying to stop the entire company from achieving their goals could also be prefabs.
Fundamentally, a prefab is a hierarchical collection of GameObjects and their associated components. Using a parent/child relationship very similar to the file folder system of a computer. A developer can create a complex object made out of many objects, and then copy that object in memory. This is a process known as instantiation, but can easily be understood as cloning.
The benefit of this process is when you need to create 15 robots for a robot game, at any given time you will get more efficient use of memory. Without instantiation and prefabs, each of those robots will take up their own space in memory and potentially start to bog the system down. With this cloning process, these objects that acquire space of memory and therefore use far less memory.
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- JavaScript全程指南
- 深入理解Bootstrap
- Mastering Adobe Captivate 2017(Fourth Edition)
- 簡單高效LATEX
- 算法精粹:經典計算機科學問題的Java實現
- Java程序設計與實踐教程(第2版)
- Learn React with TypeScript 3
- Mastering JBoss Enterprise Application Platform 7
- 51單片機C語言開發(fā)教程
- 圖數據庫實戰(zhàn)
- Canvas Cookbook
- Apache Camel Developer's Cookbook
- Image Processing with ImageJ
- 零代碼實戰(zhàn):企業(yè)級應用搭建與案例詳解