godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
90.34k stars 21.06k forks source link

Gridmap : seperate set_cell_item and update gridmap #38616

Closed CptnRoughnight closed 4 years ago

CptnRoughnight commented 4 years ago

Hi,

I'm working with Gridmap and there is a thing I don't understand. set_cell_item updates the octant of the gridmap for each call. Is there a way to seperate this, to populate the gridmap data and then update the gridmap?

Calinou commented 4 years ago

As the issue template says, this repository no longer accepts feature proposals. If you still need this feature, please create a proposal on the Godot proposals repository and follow the instructions there.