Hi, In my builds I get this message in the logs repeatedly:
To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations.```
However, I've tried launching the .exe through cmd with this argument... and this message still appears instead of the full callstack.
I've also tried adding this to the launch options in unity hub but that doesn't help since these mostly occur in build.
Also, I've tried setting `NativeLeakDetectionMode` to `NativeLeakDetectionMode.EnabledWithStackTrace` via a script in Start() in case that has something to do with it, but this option doesn't seem to do anything either.