Results 5 comments of greay

unfortunately, whatever Highlightr is doing seems to break that, so the links aren't automatically detected. I'm currently working on iOS, but I will need macOS, eventually.

It's pretty easy to reproduce. I made a brand new project, only using Monarch and lowrezjam. Monarch's probably unnecessary, but it's what I'm using for all my GUI/scene transitions. the...

well I can use DefOS to query the scaling factor: local displays = defos.get_displays() local display_id = defos.get_current_display_id() local modes = defos.get_display_modes(display_id) -- pprint(modes[1]) -- Print information about the first...

okay an update: setting "Adjust Reference" to **disabled** in my GUIs 100% fixed the visual sizing issue! the mouse targets are still off, though.

> Which version of the extension are you using? > > This one? https://github.com/defold/extension-rive/releases/tag/3.10.0 *Now* I am, and it solves the issue. I had it set to master (which would've...