carenalgas / popochiu

Godot plugin to make point n' click games in a similar way to tools like Adventure Game Studio and Power Quest.
MIT License
154 stars 15 forks source link

Room tab shows additional rows with node names #216

Closed mapedorr closed 2 months ago

mapedorr commented 2 months ago

Bug description

Sometime (I don't have the conditions clear yet) when I open the editor with a PopochiuRoom scene opened, for each Object in the room an additional row is displayed with something that looks like the automatic node name generated by Godot.

image

Steps to reproduce

(not 100% sure)

  1. Create a room with some props, hotspots, a walkable area, and characters.
  2. Close the editor with the scene of the room opened.
  3. Open the editor.
  4. You'll see the scene of the room opened, the Roob tab with the "duplicated" rows, and various error messages in the Output.

Expected vs observed behavior

Environment information (please complete):

Additional context

I'm not sure if having other tabs is what causes the error (e.g., there are 2 more tabs in the screenshot: _graphicinterface and _dialogmenu).