Godot Version
v4.3.stable.official [77dcf97d8]
Question
I have a custom map resource
I load this resource into a player.gd autoload, when i attempt to get the values from map_slots i get this error:
The weird thing is, when i try to inspect while the game is running on remote, I see the resource loaded on the player node
but if I click it it does not show the variables that are set to @export…
so there must be a problem somewhere, but I can’t tell how to find it… please send help