godot-build-options-generator / godot-build-options-generator.github.io

Generate SCons options to compile custom export templates with size optimizations
https://godot-build-options-generator.github.io/
MIT License
32 stars 7 forks source link

Add FBX to options and modules #6

Closed DeeJayLSP closed 1 year ago

DeeJayLSP commented 3 years ago

This should've been added long ago but better late than never.

Calinou commented 3 years ago

As far as I know, the FBX module is editor-only. The website intentionally doesn't expose editor-only modules in the interest of simplicity. Most people will not build custom editor builds in an attempt to make them smaller for distribution.

DeeJayLSP commented 3 years ago

Well, I think custom builds that add new features (such as custom nodes) should be taken into consideration. If someone wants to only test a module unrelated to editor only features they probably won't want to build them too.

I honestly don't see a problem on editor-only features showing on the website, but they should be in a different placement from the non-editor ones.

Calinou commented 1 year ago

Superseded by https://github.com/godot-build-options-generator/godot-build-options-generator.github.io/pull/10.