Fifut

Results 9 comments of Fifut

![2023-03-04 20_36_08-Paramètres](https://user-images.githubusercontent.com/68921685/222925459-5e8e7394-5d9c-457f-95fc-53b932bbbcf4.png) 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

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...