Adaptive Performance Installation Error (Unity 2D)
Asked Answered
T

3

6

When trying to build my Unity 2D project, I keep encountering this error:

"No Adaptive Performance provider package installed. Adaptive Performance requires a provider to get information during runtime. Please install a provider such as Adaptive Performance Samsung (Android) from the Adaptive Performance Settings."

I have checked under project settings and package manager and Adaptive Performance 3.0.2 is installed, so I don't know why I keep encountering this error.

I have already tried uninstalling it and reinstalling it.

Any advice would be appreciated.

Tempt answered 21/5, 2022 at 2:55 Comment(1)
I think it asks you to install a provider package.Tanga
E
1

Solution: Install "Samsung Android Provider" through project settings.

  1. Select Edit > Project Settings > Adaptive Performance.
  2. Open the Android Settings tab and, in the Providers section, select Samsung Android Provider.
  3. The installed providers can be managed in Package Manager. enter image description here

Btw:

  1. Adaptive Performance is for mobile device or device emulator. If you only want to build WebGL, just remove "Adaptive Performance" from Package Manager. just like Mr Jernberg's solution in the previous answer.
  2. refer to: https://docs.unity3d.com/Packages/[email protected]/manual/getting-started.html
Esoteric answered 21/10, 2023 at 9:48 Comment(0)
R
0

In "Untity 2021.3.4f1 Personal": "No Adaptive Performance provider package installed"

Current setup: Project settings

This worked for me: Remove it!

That is, remove it. Note! I am working with WebGL as target platform but got this error regardless target type.

(And yes, there are surely some drawbacks with this solution BUT just to get rid of the problem can make anyone a little bit happier...)

Best of luck!

Rope answered 18/7, 2022 at 18:17 Comment(0)
A
0

If you have switched to Android, you would need to install the Samsung provider for adaptive performance. Doing this will enable adaptive performance for android, but you would still get the info of Loader not found and a warning of dismounting unless you also tick and install the provider for desktop as well. I found this was the case by disabling it for desktop and enabling for android and got a warning message that the adaptive performance is disabled, because I was running on Desktop, but got confused initially as was focused on the android settings exclusively.

Atrium answered 21/7 at 0:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.