damnedpie
damnedpie
I managed to solve this issue for my game. The main (and in my tests, the only) reason for this sound delay issue to occur are thread locks. When you...
The plugin was getting me a big crashrate no matter what I did on both Godot 3.4.3 and 3.4.4. Recompiling it didn't help much as well, so I stopped using...
You are not the only one.
I did a quick workaround for my project just to make my levels work with templates. I extended from BaseTmxMapLoader and overrode 2 methods, here's the full class I ended...
@tommyettinger The code was just a very quick workaround to make Templates work in my little project; "// FIX" comments I added to highlight the difference between current libGDX implementation...