Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Thank you. 

Current Texture size limit is 512 x 512 px. This limitation is just because of the godot 3.3 version, streaming currently a lot of high res textures frequently (while drawing) is currently a bit slow in godot and i don not have, as far as i know,  directly access to the opengl functions in godot.  

This will be much better with 4.0 and Vulkan ,i hope.

Deleted 207 days ago

Have you tried multi threaded settings and batching? Also you can try to switch to C# mono version of godot

Yes, there is already muli-threading in and I use only C# (I don't like GD Script ^^).

I guess the problem is how godot loads the data to the gpu, allways the full image. You can't upload just an small array without direct openGL access.

i see, well good job anyway :D