nklbdev
nklbdev
Thanks a lot for the clarification! Let's continue talking in that issue thread. I'll try to find the problem and fix it within the next week.
I use the Master branch of Godot, which I periodically rebuild. Right now, the Help -> Copy System Info menu item gives me the following data: Godot v4.5.dev (42c7f1442) Windows...
Thanks again! I'll check and add your code tomorrow! The main thing is that there are no conflicts with the client project code when installing the plugin.
When installing a plugin from Godot Asset Library, a user can choose which files to install and avoid conflict. I'll check everything, don't worry!
PotrableCompressedTexture2D had some issues with PNG encoding that I fixed in two pull requests: - https://github.com/godotengine/godot/pull/77712 - https://github.com/godotengine/godot/pull/86835 Before that, you couldn't create and embed this resource in SpriteFrames. You...
Because I was pretty tired from all the different things and work and lost my concentration. I fell into depression. Then it took me a long time to get out...
Thanks for the report, @chronosv2! I'll debug the plugin this evening.
I made a new version of the plugin that uses manually modified mapping and does not require WebPack assembly. Now it is written in pure JS and includes a mapping...