ドキュメント

サポート

Unity Studio

Open Unity Studio

Unity Studio

Destroy node

Remove a specified GameObject from the scene.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Use the Destroy node to remove objects from your scene during play. When this node runs, it deletes the chosen object and the object no longer exists. Use to clear spawned items, remove effects when they finish, or clean up temporary objects.

Sockets

Socket

Type

Description

All
Any
The object to remove. Once destroyed, the object is gone and you must create it again (for example, with Instantiate) if you need it back.