Metroidvania-System icon indicating copy to clipboard operation
Metroidvania-System copied to clipboard

MetSys.get_current_coords() not working as expected

Open Darmanarnar opened this issue 1 year ago • 2 comments

image

I have a cell with a scene assigned at ( 0 , 0 , 0) using MetSys.get_current_coords() in the room prints: image

all my other rooms are made with the map builder and dont have this issue, I have tried validating and reloading the map data.

Darmanarnar avatar Apr 10 '24 16:04 Darmanarnar

I did some more testing it seems to only happen when loading the map for the first time, after exiting and entering the room again it prints normally.

Darmanarnar avatar Apr 10 '24 16:04 Darmanarnar

I can't reproduce it 🤔 Maybe you are resetting state at wrong time or something. Any chance you could attach some minimal project with this bug?

Also what version are you using? Try downloading the newest ZIP from GitHub, there were some fixes that aren't in the AssetLib yet (make sure to backup your project first).

KoBeWi avatar Apr 10 '24 21:04 KoBeWi