Pierre-Thomas Meisels
Pierre-Thomas Meisels
Exception should appear in classic console or terminal. We can't do much about this, the stream to where JVM prints is handled by JVM implementation. When calling `void ExceptionDescribe()` JVM...
Hello ! So if I understand correctly, you don't have : ``` ERROR: connect: In Object of type 'PopupDialog': Attempt to connect nonexistent signal 'dialogue_finished' to method 'Node2D.on_dialogue_finish'. At: core/object.cpp:1500....
Hello ! Did you installed godot kotlin android export template ? I think you're using official godot one.
We miss the doc for this I think, we only say where you can find export template. Download android templates here: https://github.com/utopia-rise/godot-kotlin-jvm/releases Then, you have to install them to your...
Sorry for late reply, too busy those days. Can you try to place our export template in your userdir instead of in configuration ? https://docs.godotengine.org/en/stable/development/compiling/compiling_for_android.html#installing-the-templates
Hi @SGtheoneandonly , with scons you can automate it using sys_exec command. We had the same issue with fmod gdnative, here is a piece of script : ``` sys_exec(["install_name_tool", "-change",...
Hi there ! Having demo project in release seems a good idea to me. We plan do it on [fmod addon side](https://github.com/utopia-rise/fmod-gdnative) when unit testing will be done. If @alexfonseka...
Maybe we can add a code sign step in scons. But the problem exists also with libraries provided by fmod.
I think for now it is the best option. It seems even for open source apple requires an organisation to get a certificate. Other thing I don't know is if...
> > unless Apple specifically needs each organization to do so in which case... f*** Apple? > > The difficult part I think is licensing here - there is an...