Factory prototype dropdown does not show my bullet1.go file

Hi everyone,

I’m trying to assign a prototype to a bulletFactory, but my bullet1.go file does not appear in the available resources dropdown list.

I expected to be able to select bullet1.go as the factory prototype, but it isn’t showing up.

Am I doing something wrong? Is there a specific requirement for a .go file to appear in the prototype selection list?

Thanks in advance for your help.

You’ve created a Collection Factory component which spawns Collection. You want a Factory component to spawn Game Objects.

1 Like

Thank you very much!