To update a few plugins, I used the Max Gen plugin builder, and I noticed that it systematically add an underscore as the first letter of the Plugin Name and Plugin Brand (i.e. _MyPlugin instead MyPlugin), and this is visible after uploading to the Dwarf. Is there a workaround ? is it safe to edit the name in the .ttl files ?
uintentional, must be a bug for sure.
likely because a “symbol” (unique C-style object) cannot start with a number so the code adds _ if it finds one. likely something like “isalphanumeric()” instead of “isnumeric()” in there…
for renaming, changing name manually is okay yes. you can even change the filename of the ttl, assuming you change the manifest.ttl to match.