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 has no Visual layer_mask #42752

Closed jamie-pate closed 3 years ago

jamie-pate commented 4 years ago

Godot version:

3.2-stable

OS/device including version:

any

Issue description:

layer_mask is always 1 in gridmap multimeshinstances

Steps to reproduce: Create a gridmap, there's no layer property!

Minimal reproduction project:

GridMapLayers.zip

jamie-pate commented 4 years ago

https://godotengine.org/qa/76297/is-it-possible-to-use-camera-layers-cull_mask-with-gridmap

madmiraal commented 4 years ago

Updated the title to be clear that this refers to the Visual layer mask and not the Collision layers and masks.

jamie-pate commented 3 years ago

duplicate of https://github.com/godotengine/godot/issues/40245 ?