- Edited
TLDR: Will using C# increase exported file size?
Hello, I'm working with a team that normally release web and mobile games. Publisher usually have strict limit on file-size. The godot's default export is too big we had to recompile the export template to make it small and even then, we still had to reduce some of the assets.
Currently we only using Godot 3 with gdscript, I wanted to suggest to use C# moving forward since we added more programmer and dynamically typed language started to feel difficult to manage. But I'm afraid we will run into other problems doing it, for example the file size. Will using C# increase exported file size?
We already made a mistake moving to godot 4, shared array buffer kick us in the butt and we had to port the game back to godot 3 and it became a mess. I wanted to avoid another mistake.