Open fouman75 opened 2 years ago
We're having this same issue as well. We don't use Performance but use Subversion and I don't think any of those APT_gen folder files are read-only for us. We're also interested in getting an update that fixes this and #18 thanks!
Hello, thanks for reporting the issue! I'm currently investigating it and will get back to you asap :) As for the next APT release, we're planning on having one by the end of June.
Cheers, Erica
Hi,
Plugin version 1.5 Unity version 2020.3.20
Within our main project, when launching Unity, the console shows the following error:
ReleaseAllScriptCaches did not release all script caches!
Here is the relevant part of Editor.log:
I can't reproduce the problem in an empty project. I can confirm that when I completely remove the AndroidPerformanceTuner plugin from the project, the error disappears. Also note that on subsequent script auto refresh within Unity, there is no such error in the console, the tuner generates properly.
As far as we can tell, the error doesn't seem to affect our project other than the plugin doesn't work after Unity starts (plugin setup window is completely empty with a big yellow warning icon top left, no text whatsoever). But after script refresh, setup window is fixed.
Our project is managed with Perforce so I had to mark all the files under /AndroidPerformanceTuner_gen to writable since the plugin regenerates or touches most of the files and we had tons of access denied errors. Not sure how that helps other than I'm wondering if there could be some permissions I missed that only affects Unity' start.
Would anyone have any insights on what could be causing this problem?
I'm also wondering if there is any ETA on the next release as I was checking some of the other issues (like #18) and would be interested in getting those fixes.
Thanks!