Relative Content

Tag Archive for androidunity-game-engine

Unity 6 Android build sparkles bug

Unity 6 (6000.0.25f1 LTS)
I discovered this strange bug when I was trying to build my project for an Android device. When I press Play, the whole scene starts flickering, shimmering with strange sparkles. I created a new URP project with just a plane and a cube – the same effect.
Any ideas?

trubels builds in Unity 2022

truble console – CommandinvokationFailure: Gradle build failed.Hello, when I create a project, the Build error error appears Gradle build error. For more information, see the console. OK, the error in the console is below

Can’t build android unity apk && aab

I’m new to unity and I have to build apk and aab files of existing project
But when I try to build I get an error and I can’t understand what’s wrong

Stale imu data after pause unpause cycle in unity deployed to android

Below is a minimum reproducible example. Just create an object in a new scene and attach this script to it. When run on an android device the object will rotate with the phone. If you unfocus refocus, everything still works fine, but if you pause unpause the app (tapping power button on your phone and leaving it asleep for a few seconds), when the app is unpaused, the imu data seems not to update for several seconds (seems proportional to the duration of the pause which makes me think there is a buffer or something that is getting filled up).

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 FAILURE: Build failed with an exception

I am trying to run my unity game in android but it gives following error, please help Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 FAILURE: Build failed with an exception. Where: Build file ‘C:UsersblackFlappy Potato (Flappy Aalu)LibraryBeeAndroidPrjMono2xGradlebuild.gradle’ line: 17 What went wrong: A problem occurred evaluating root project ‘Gradle’. Cannot change dependencies of dependency configuration ‘:classpath’ after it […]

Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 FAILURE: Build failed with an exception

I am trying to run my game in my android device but it gives following error please help Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 FAILURE: Build failed with an exception. Where: Build file ‘C:UsersblackFlappy Potato (Flappy Aalu)LibraryBeeAndroidPrjMono2xGradlebuild.gradle’ line: 17 What went wrong: A problem occurred evaluating root project ‘Gradle’. Cannot change dependencies of dependency configuration ‘:classpath’ after […]