Hello,
I have a script component inside a GameObject, I no longer want to use mid-game (the script). Is it better to disable it or destroy it?
Thanks
If it’s not needed at all from that point onward, then probably better to Destroy it. A disabled monobehaviour will still recieve various callbacks.
4 Likes