Creating a prefab

Hi!
I have a prefab. And I want to create a specific number of this prefab in my game.
How can I do that?

Thank you very much :slight_smile:

You might want to consider a pooling solution if you are regularly instantiating and destroying the same type of objects.

There are several good solutions in the asset store, my favourite is PoolManager by Path-o-logical Games.