Alexey Gulev
Alexey Gulev
Workaround: https://forum.defold.com/t/what-to-do-about-scaled-down-df-fonts-losing-color/13808/5?u=agulev
@bspiewak-ms I tried many combinations, but I can't reproduce this crash. Do you have a minimal project where it is reproducible?
I answered here https://forum.defold.com/t/how-to-update-extension-spine-runtime-to-4-2-beta/76325/4?u=agulev > No, I don’t think it will be added any time soon, unless someone decides to implement it (it’s [an open-source extension](https://github.com/defold/extension-spine), so anyone can contribute)...
I've just tested both > ui.txt > computing_cabinet1.spinejson.txt and they work fine using the latest spine. I'm closing this issue for now. feel free to reopen it if you'll be...
with without this symbol it should be path to the string eg `@string/app_id` this symbol makes it possible to put the value itself instead of the reference to the value...
keeping this value in "@string/app_id" is the safest way I think, but isn't so convenient. As I know if we wanna reat it as vulue we should have `\ `...
otherwise parser is looking for `@sting/` here
I added them manually for now, but I keep the ticket and think how to do it configurable or automatically update from time to time rith in the repo using...
could you pls provide a test project?
Need to look into the code, I'll try to find time on the week. Let's try to ping @britzl, maybe he wants to look into it too.