tuningfork icon indicating copy to clipboard operation
tuningfork copied to clipboard

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 in...

Results 17 tuningfork issues
Sort by recently updated
recently updated
newest added

## Problem Google Play Console shows all Addressable scenes as `'Scene':'unknown'` ## Why it's happening The index of an Addressable scene increases from 1000, but it's clampped to the count...

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...

Why should I enable QualitySettings.vSyncCount in the unity project if mobile platforms ignore it (at least starting from 2020.3)? https://docs.unity3d.com/ScriptReference/QualitySettings-vSyncCount.html

While trying to import any version of APT into Unity 2022.3, I constantly get this error: `Creating asset at path Assets/AndroidPerformanceTuner_gen/Runtime/Resources/SetupConfig.asset failed` I have tried installing it through: 1. UnityPackage...

Stacktrace ``` backtrace: Unknown #01 pc 0x00000000000546a0 /data/app/~~6QVdmFBKoivyFj_FPzwMaw==/com.DamagedRabbit.NeonLight-A8n33cN4Csva7NPrkNPj7A==/lib/arm64/libunitytuningfork.so (BuildId: 04852f825bd5553cd874f1a06c85fd27ef52a1b5) #02 pc 0x0000000000054540 /data/app/~~6QVdmFBKoivyFj_FPzwMaw==/com.DamagedRabbit.NeonLight-A8n33cN4Csva7NPrkNPj7A==/lib/arm64/libunitytuningfork.so (Unity_TuningFork_init_with_settings+16) (BuildId: 04852f825bd5553cd874f1a06c85fd27ef52a1b5) #03 pc 0x00000000038438c0 /data/app/~~6QVdmFBKoivyFj_FPzwMaw==/com.DamagedRabbit.NeonLight-A8n33cN4Csva7NPrkNPj7A==/lib/arm64/libil2cpp.so (BuildId: 97e8ca7f7d264d9f04de5c470ac6b41c714ef91d) #04 pc 0x0000000003096694 /data/app/~~6QVdmFBKoivyFj_FPzwMaw==/com.DamagedRabbit.NeonLight-A8n33cN4Csva7NPrkNPj7A==/lib/arm64/libil2cpp.so (BuildId: 97e8ca7f7d264d9f04de5c470ac6b41c714ef91d) #05...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 Renovate will begin keeping your dependencies up-to-date only once...

Here's the warning we get when building in Unity 6000.0.45f1: ``` Plugin 'Packages/com.google.android.performancetuner/Runtime/Plugins/Android/arm64-v8a/libunitytuningfork.so' is not 16KB-aligned. This may cause issues on ARM64 devices running Android 15+. More info: https://developer.android.com/guide/practices/page-sizes. ```