godotengine / godot

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

Unable to add exported TileMapLayer property to scene node #98199

Open KevinBatdorf opened 1 month ago

KevinBatdorf commented 1 month ago

Tested versions

System information

Both Mac and PC

Issue description

Attempting to drag&drop a TileMapLayer onto a scene node property won't take.

If I add it to the tscn file directly it's removed on build.

(I'm new to godot so might not be describing this properly)

Steps to reproduce

I'm following a tutorial on udemy. But here's a screenshot

2024-10-12_20-20-01-2b790d375fcde78959c4855dbda0861c

Minimal reproduction project (MRP)

puzzle_course.zip

Nikitf777 commented 1 month ago

Some additions according to my tests:

So it's obvious that the problem is related to the .NET/Mono part of the engine.