Respuesta :

Answer:

True

Explanation:

A prefab allows you to reuse game objects over and over, while their component data remains intact.

A prefab serves as a store for components and values of game objects. This is turn makes the game objects a reusable asset.

In a prefab, there is no need to continuously copy and paste game objects as there are identical copies of the game objects in prefab.

Examples of situations where prefab is used is in:

a) In the creation of a Non Playing Character (NPC) that is found in some computer games. This characters come up at the exact moment that they are needed in games.