I have found a problem with the InstallVisualizers batch script and it is not in the source repo. I was going to submit a bug report about it but you seem to have that github feature disabled. I don’t think I am allowed to post it on the forums or here.
InstallVisualizers.bat is in fact included in the GitHub distribution. You simply need to unzip the Required_1of2.zip and Required_2of2.zip files into your UnrealEngine folder. These files contain important dependencies including the debug visualizers.
–Mike
I think you miss understood me. I found a bug with the current version of the script and since it is in the ZIP and not the git repo I am unable to submit a PR to fix it. I am wondering where I can submit the fix for it.
Oh. Interesting. Sorry about that.
You can go ahead and attach the file here, or simply paste your suggested fixes and we can make them on our side.
You could also open a PR that “adds” the file, and we will take care of it.
–Mike
Ok, here is the fixed version basically what was happening was if you did not have VS2010 installed it would fall through and tell you it failed because VS2010, VS2012, or VS2013 was not installed.
Thanks. That’s a good change! I’ll integrate it and make sure it’s part of the upcoming 4.1 release.