Why is the code.jar (used in the java applet for webpages) so darn big? It’s 50mb!
Depends on your project, probably because you got some big files in your /src folder.
Maybee you inlcuded the test models and textures?
2 Likes
EmpirePhoenix said:
Maybee you inlcuded the test models and textures?
Durr, thanks.
EmpirePhoenix said:
Maybee you inlcuded the test models and textures?
Is there a way to only include one or two of the test models?
bubby4jj said:
Is there a way to only include one or two of the test models?
Extract them and put them in your own assets.
You can copy & paste from the “Library” node of the project to the “Project Assets” using Ctrl-C and Ctrl-V, so before you remove the library, copy the stuff you need over like that.