I’m trying to figure out if I can make an object vanish.
Most components will recognize a ‘disable’ message, which will stop them from rendering, updating, etc. You can also send the ‘disable’ message to a game object and it will pass it on to all of its components.
2 Likes
You also can remove the object with go.delete()
3 Likes