Im using a Dictionary to search and count my array of objects. If an object is located and added to the queue and then is destroyed, the variable will become Missing. If a variable’s status says missing in its assignment, does that mean its considered null?
I’d recommend before destroying the object, to simply remove the object from the Dictionary first, since there’s no use for that reference any more (sorry, this doesn’t really solve the question you asked).