Melissa

Results 203 comments of Melissa

I think you have to do `"rootDir": ".",` instead of `"src"`.

Ah I see, that's why I couldn't get it to build! It would indeed be much better if entire engine recompilation wasn't necessary.

I wrote a very dirty Godot 4 extension in C++ using godot-cpp and part of EIRTeam's fork of libmap: https://github.com/codecat/godot-tbloader This allows importing `.map` files directly on Godot 4 without...

Sorry, those are built from scons indeed, you just have to run `scons target=debug` (or something similar) and copy the files in `bin` to the addon folder in your project,...

I've made a binary of my code available here: https://github.com/codecat/godot-tbloader/releases

I don't think this question has been asked yet, how would this work with search? (Additionally, full text search: #460)

Is there any ETA for when iPlug 2 is going to be released? I'm very much looking forward to it! 👍

I have a similar problem with `cordova-serve-ios` where live reload doesn't properly reload the html on the device, even if I press Cmd+R in the Safari web developer window. This...

I have not found a solution, however it seems to have been happening less often with the ionic webview. I just restart the app whenever it starts behaving strangely and...

I don't think we'll need Bridge.net for Ultralight though.