Destroy() vs DestroyImmedidate()
Destroy() - Destroy the object at the end of frame. DestroyImmedidate() - It will not wait for the frame to end. - It will not wait for the frame …
Destroy() - Destroy the object at the end of frame. DestroyImmedidate() - It will not wait for the frame to end. - It will not wait for the frame …