PerformanceTestRunInfo.json Auto Generated

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.
9893604--1428324--upload_2024-6-17_9-30-20.png
How to disable it?

  • no settings were found to disable it
  • this package is forcefully installed and enabled, no way to disable it

11 Likes

Same for me. Unity 6 LTS

3 Likes

Same for me too…

I’m constantly having to remove this set of files. Can we at least get confirmation that its good to add to git ignore?

1 Like

The package is installed as a dependency. It is not clear to me. Documentation is not clear either in this case.

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 :slight_smile:

Unity 6000.0.56f1 and suddenly I started seeing these. Why are they there? I’m not doing any performance testing.

Edit : Figured it out, but I still can’t remove it because it’s used by “Collections” which is used by Scriptable Render Pipeline :frowning:

figured out what/how?