android / tuningfork

Android Performance Tuner is a library to help developers measure frame rendering time across different devices and game stages. This plugin will help developers integrate Android Performance Tuner into their game.
https://developer.android.com/games/sdk/performance-tuner/unity
Other
53 stars 30 forks source link

Problem after cleaning project #8

Closed Antsurkov closed 2 years ago

Antsurkov commented 3 years ago

During our build pipline, we cleaned project on builder machine using git clean -dfx, so folder Library will be deleted We use advanced annotations and advanced fidelity parameters, but after cleaned project import, these parameters were resetted to default values. Same result you can reach by just reimport project SetupConfig.asset will be changed and advanced annotations and fidelityParameters will be resetted to default values

eristella commented 2 years ago

Hi @Antsurkov, this issue has been fixed in the latest release so please download that.

Cheers!