The `-b` flag is a plugin-specific option flag for the C# plugin to define the location of the build output folder. (E.g. the `bin/Release` folder.) Instead, the general `-i` input flag should be used for all input locations, similar to the C++ plugin.
The
-bflag is a plugin-specific option flag for the C# plugin to define the location of the build output folder. (E.g. thebin/Releasefolder.)Instead, the general
-iinput flag should be used for all input locations, similar to the C++ plugin.