Fifut
Fifut
 Click on remove item do nothing Font_size cannot be remove
And sometimes `var resource = ResourceLoader.load(path, "SpriteFrames") as SpriteFrames;` too
I use the assetlib version. I will try the lastest branch.
Unfortunatly, I have the same problem with the last branch version :cry: I use Godot 4.2.2
It seems to work now. I did a clean install of the plugin with the last branch. Thx
Maybe a problem with my API29 emulator?
Unfortunately, I don't have a real device with API 29.
I have the same issue in my project. In Godot 4.2.2, to resolve it, I added `set_tls_options(TLSOptions.client_unsafe())` in my HTTPRequest node. In Godot 4.3, the problem reappeared. The project is...