is it possible that when I open it it is black and nothing shows? Even dragging the .png as explained does not work. I'm using windows
wave16
Recent community posts
Hey Chris, Can you help me with a strange issue that I can't seem to solve? I downloaded the "grid_building_demo_project_4.0.1 (Godot 4.3)" and put "grid_building-4.0.3" and "grid_building_inventory-4.0.1" in the right addon folders to test the demos (specifically the isometric one). I activate the plugins and everything works perfectly except for the saving process. When I click the save button I get an error from the debugger that says "Invalid call to function 'save' in base 'Node (PlaceableInstance)'. Expected 1 arguments. So I go and check and the save method wants a "p_include_uid" as input boolean input, so I don't know how should it work. I didn't modify anything this is the stock code downloaded from Ithc.io.
Edit: I fixed it by removing the input in the save() function inside PlaceableInstance, but I think this needs to be fixed