Hi there, I think it might be better to add this line to OnDestroyObject to remove any references; `instance.Disable -= ReturnObjectToPool;` Thanks
Hi there,
I think it might be better to add this line to OnDestroyObject to remove any references;
instance.Disable -= ReturnObjectToPool;Thanks