MBulli / SmartCommandlineArgs

A Visual Studio Extension which aims to provide a better UI to manage your command line arguments
GNU General Public License v2.0
99 stars 35 forks source link

Warning: this interferes with UNREAL ENGINE startup #182

Open fbdesignpro opened 1 month ago

fbdesignpro commented 1 month ago

Hi! Just wanted to document this in case it helps someone: Unreal Engine projects use the command line and this extension, when enabled, caused the solution not to load automatically and other side effects that were really hard to track down.

This isn't an issue with the extension, just the way Unreal Engine works. Disabling the extension has fixed the issue, I haven't tried disabling it through its options. Perhaps the extension could detect Unreal Engine projects automatically.

That being said, this extension is gold, thank you!