Currently experimenting, but I cannot seem to get a factory to work.
I have one spawned inside the collection, and when the collection is enabled, it attempts to ‘create’ using the factory. I’ve confirmed the URL of the factory is correct (changing it provides an error stating it’s wrong). I’ve also confirmed the “prototype” the factory spawns is valid, as I can throw it in the collection and it renders fine (it’s just one sprite).
The error given is “The component could not be found” which is being given from factory.create, with no more details about what the error actually is. Google and searching on here didn’t turn up much help.