Shapes Lite?
After installing Shapes for our mobile game so that we can get improved line drawing quality, we noticed the build size went up by 3MB, which is quite a bit if you're a mobile or WebGL game. Almost all of the size is due to Shapes files that are in Resources folders for immediately mode usage. "Shapes Assets" takes quarter MB and the rest is mostly all the various shaders and materials. No doubt these shaders will only grow as more features are added to Shapes in the future. It seems like I can probably reduce the size of the Shapes Assets by reducing the detail levels significantly on the various primitives that we don't use (in Shapes Settings). But it would be GREAT to also have a way to select which shapes we actually are using in the game and also which blend modes. Then when we generate the shaders, it wouldn't bother creating or loading materials and shaders for those variations. Then if some future unaware coder on our team did try to use them in immediate mode, Shapes would just use a magenta shader or something obvious to show that the shader wasn't generated. Or even just a warning message and graceful fail would be fine.
As a followup, we manually deleted the materials and shaders that we're not using and that worked, but having this feature would allow us to more easily add Shapes features and primitives to the game in the future. Likewise after reducing the quality of the primitives to save memory, there's not a convenient way to restore the detail levels to the default values if, in the future, we start using one of these other primitives. So having a way to disable certain primitives (but keep the default detail levels) would solve this problem.