Help please -> Delete the created portal

Hello!

I accidentally created several objects, how can I delete them?

There are no problems with the removal of the game character (npc), but how to delete the created portal?

[ATTACH]2411._xfImport[/ATTACH]

To print information about closest gameobject you can use .gobject target

The information should contain the gameobject’s guid.

Then you can delete the object by its guid with .gobject delete

Thank you so much :slight_smile: