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

Assemblydef missing in AndroidPerformanceTuner_gen #3

Closed Volcore closed 3 years ago

Volcore commented 4 years ago

When trying to follow the tutorial here, one issue is that FidelityParams and Annotation classes are generated into the "AndroidPerformancetuner_gen" folder. That folder doesn't have an asmdef, so it can't be easily included.

It can be fixed by manually creating a .asmdef file and adding the protobuf dependecy to it, but that's an extra step that's not mentioned in the tutorial and requires some digging into it.

ktaraymovich commented 3 years ago

.asmdef is automatically created now with other generated files.