There is a system that an engineer on my team is installing only the minimal software required to run Unity3D, due to various reasons.
Unity 2020, a recent version.
He uninstalled Microsoft Visual C++ 2010 redist X64 10.0.40219.
Now, it is throwing an error when launching Unity “The code execution cannot proceed because MSVCR100.dll was not found. Reinstalling the program may fix this problem.”
Does Unity 2020 require the C++ 2010 redistributable? Or what is the minimum version required?
Or is something else going on?