hi, I have a question about the Unity own object pool API. does it support the default checking of multiple releases?
for example, execute the pool.Release(item) twice with the same item, will register it in the pool twice ?.
or do I need to add the customize boolean tag “IsReturned” and mark the value at Rrelease() and Get() moment?