My game loads a collection to show the ending screen when the score is 2, however this error keeps popping up. I have had no issues with loading or unloading any other collections, even though they are all done in the exact same way as this collection.
ERROR:GAMEOBJECT: The collection 'ending_something' could not be created since there is already a socket with the same name.
ERROR:GAMEOBJECT: AcquireResources NewCollection RESULT_OUT_OF_RESOURCES
WARNING:RESOURCE: Unable to create resource: /main/collections/ending_something.collectionc: OUT_OF_RESOURCES
ERROR:GAMESYS: The collection /main/collections/ending_something.collectionc could not be loaded.
ERROR:GAMESYS: The collection /main/collections/ending_something.collectionc could not be unloaded since it was never loaded. Message 'unload' sent from main:/controller#main to main:/controller#ending_proxy.
I have checked all of the IDs and none have the same name as âending_somethingâ
I canât understand why this is going wrong, any help would be appreciated!