tuningfork
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...
Hello! Im trying to use Android Performance Tuner in Unity, but on sending data have this error 01-18 09:03:54.184 27895 28078 I TuningFork:Web: Response code: 403 01-18 09:03:54.184 27895 28078...
The addressable scenes do not have an extension in our project, so the scene detection fails on trying to run string replace where the source string ends up being an...
Hey I find having a scene called "System_Audio" fail when I'm trying to update the Addressables Settings scenes in ATP tab here some images: ![Captura de pantalla 2024-03-01 a las...
Anytime we load scene from AssetBundle, APT logs as error `Error Unity SetCurrentAnnotation({ }) result is InvalidAnnotation`. This is caused by Scene.sceneIndex returning -1 https://docs.unity3d.com/ScriptReference/SceneManagement.Scene-buildIndex.html We fixed it for now...
This should also happen on local Android Emulator as well as the Firebase Test Lab. This crash happens on application start with Google Play's virtual (emulated devices). This particular stacktrace...
We are using APT version 1.5.0.60b0ddc9 Unity 2021.3.26f1 and see a lot of crashes coming from the plugin null pointer dereference: SIGSEGV 0x0000000000000018 #00 pc 0x2d350 libunitytuningfork.so (BuildId: 04852f825bd5553cd874f1a06c85fd27ef52a1b5) #01...
Hi I used android performance tuner 1.5.2 version create custom Annotation and record LoadingGroup and LoadingTime like this ```csharp // StartLoadingGroup LoadingTimeMetadata groupMetadata = new LoadingTimeMetadata() { state = LoadingTimeMetadata.LoadingState.FirstRun,...
I have my own Assembly for our C# scripts in Unity (asmdef) and so when I make a change to my source files, Unity should only have to rebuild my...
Hi, we're using Andriod Performance Tuner with Unity, and saw the following crash shown in Google Play Console: ``` backtrace: #00 pc 0x0000000000083860 /apex/com.android.runtime/lib64/bionic/libc.so (abort+176) #01 pc 0x00000000004bb244 /apex/com.android.runtime/lib64/libart.so (art::Runtime::Abort(char...
I'm having issues using the monitoring app, I'm getting the following error: `java.io.IOException: Cleartext HTTP traffic to localhost not permitted` I have already added `android:usesCleartextTraffic="true"` to the main AndroidManifest.xml file....