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 to complete like Destory() function.
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 to complete like Destory() function.