Hey Jomo!
I got some new issues for you, actually, for me, and they are two... Hope you're not having tired days.
1. the Dialogs' Position on scaled browser
When I start with the upscaled browser screen (ex: 120%, 150%...), or after requesting fullscreen, the dialogs doesn't appear at the right place, their positions go wrong (appear too lower, or go somewhere far away out of the screen, etc....)
I think this could be critical, 'cause scaling screen could be indispensable option for many projects, including mine... I tried giving Anchor behaviour to the dialog components, but seems it doesn't help. Got any idea to solve this?
(and requesting fullscreen, just makes them disappear.)
2. Pause Scene ID
I think it's not likely to a bug, but troubling me for so long......
For some reason, in my project, the "custom_n" doesn't accept my .csv's Pause Scene ID. When the dialog shows up, dialog_variable's 'dialog_pause_id' never changes (in the inspector.)
I looked over at the template .capx and my project to find a difference or any missing point, but couldn't find any, and now assuming this could be a .csv matter again.
Input:
(the """s are still there, as they worked anyway... until now.)
"""1"""(Param(2)) is the Pause Scene ID.
Output:
(the characters in front of the variable names are just for distinguish)
I tried changing them into text variable then number variable again, adding and subtracting """s, everything I could guess but it beats me. Can you guess what could be wrong...?