We always have this auto generated when making build, we did not enable it anywhere, we do not want it to be generated, its creating mess and clutter in project.
How to disable it?
no settings were found to disable it
this package is forcefully installed and enabled, no way to disable it
Unity 6000.0.41 and I started having this too during every build after upgrading from v. 2022.
The most annoying thing is not it’s spawning those weird PerformanceTestRunInfo files every time, I’ll add them to .gitignore, but the fact that it’s slowing down the build significantly and the build screen shows the name of the file during these periods.
The performance package (which those files are part of) is installed as a dependency of Collections package - the core package that’s used by many standard unity packages. How and why one is related to another - a mystery for me