I’m a bit of a noob and need help. I created a character and a tilemap in two different scenes. But whenever I add the character scene to the map scene the character doesn’t spawn where I want him. He like teleports underneath the map. I have to place him high above and to the left for this to not happen. I’m assuming it’s something to do with the character scene but I don’t know what.
#Scene Issue
5 messages · Page 1 of 1 (latest)
Show what you're doing in that script attached to the player.
Oh, actually you probably facing this bug in the engine: https://github.com/godotengine/godot/issues/85705
It's fixed in 4.2.2.
It's likely this issue as it seems like you have the TileMap not at the origin:
okay that makes sense thank you! ill come back if i cant figure it out.