Home > other >  Unity3d I downloaded a lot of blue cube is what material?
Unity3d I downloaded a lot of blue cube is what material?

Time:09-21


What are these things?

CodePudding user response:

The default body can use drag and drop directly to the scene

CodePudding user response:

Unity in the official documentation refers to a concept when it introduced GameObjects Prefab, translated into Chinese is casting,
Made in our scenario, such as bullets in battle, the trees in the forests, such game objects will be in the same scene repeated use, as a convenience to modify these objects at the same time, you can use the Prefab these objects, but only need to modify the Prefab can modify the role to all generated by the Prefab objects,

CodePudding user response:

Default, multiple object instance Shared a memory

CodePudding user response:

Commonly known as "prefab", namely "prefabricated body"
  • Related