Where is the MonoGame Content Builder GUI?

I’ve downloaded the 3.2 installer from monogame.net and installed it, but I can’t see where it has put the GUI for the Content Pipeline tool (I’ve found the command-line MGCB.exe).

I have also cloned out the git repo and built the tip of develop, and run protobuild.exe - no sign of the GUI tool there, either.

Where should it be?

It’s in the Tools/Pipeline directory. You have to compline MonoGame for Windows to have it compiled.
https://github.com/mono/MonoGame/tree/develop/Tools/Pipeline

1 Like

Ah so it is - many thanks :smile: