4.4
Is there a way to compile the production template without all the excess modules and pieces not used in my project? Jolt and OpenXR being obvious examples.
I’d like to keep it as trim as possible and simply not include it if I don’t use it.
You’ll need to build the engine yourself. Here’s the documentation about how to compile it. And here’s how to optimize the build for size.
Oooo I like the section under the “custom.py”. I’ll investigate it. Thank you!
Here’s a comparison using the standard scons options (no specific modules)