Björn Ritzl
Björn Ritzl
MVP: Select an image as background for the viewport. Not persisted between sessions.
You mean for the editor or for the engine runtime? Our current focus is to add engine support for arm64-macos (ie Apple M1). Next step will be the editor. And...
> Can i try to manually add support? Absolutely. You need to adapt our build system and all tools so that they are able to produce ARM builds. You can...
> mac os 12.5.1 - same problem 😒 Does the editor log provide any information when this happens? https://defold.com/manuals/editor/#editor-logs
I admit I have not followed along fully, especially within that ZBS rabbit hole of an issue which is linked above, but control over the matching of breakpoints to file...
@pkulchenko we have a couple of different builders for the Lua code that ends up in the runtime and this results in file/chunknames like this `=game.foo` and at other times...
@pkulchenko and @rulatir sorry for necroing this old issue, but perhaps some good will come out of it. In my case I would be more helped by a `fixPath(path)` function...
Thanks @dri-richard . We'll try to repro this and figure out a fix.
@tarwich thank you for sharing your use-case for this feature!
Do you know under which circumstances this can happen? It would be nice to be able to reproduce it. I wonder how if it is possible to handle it gracefully...