I have an issue where an object will be within the area2d collision and trigger a bool, however, if this object is left in the area2d and another object is instantiated elsewhere in the level it will also trigger the bool.
I have 3 different object types and I have set the bool to trigger only when a certain type is spawned but this area2d will trigger with any type of object spawned.
Any ideas?