Search Issue Tracker
By Design
Votes
0
Found in [Package]
2.1.0
Issue ID
1299224
Regression
No
[Package][Adaptive Performance] - Logging appears if not enabled every time you exit playmode
Having the Adaptive Performance Package installed but not enabled gives you constant logging when exiting play mode. This can be quite annoying.
Expected: Seeing this the first time you enter play mode could be fine but it shouldn't continually appear in the log after. Perhaps there is a better way to visualize that Adaptive performance is on?
Steps to reproduce
- Create a new project in Unity 2021.1.a10
- Install the Adaptive Performance Package (Via the package manager or project settings)
- Enter play mode
- Exit play mode
Notice issue >> [Adaptive Performance] No Provider was configured for use. Make sure you added at least one Provider in the Adaptive Performance Settings.
UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer:Initialize () (at Library/PackageCache/com.unity.adaptiveperformance@2.1.0/Runtime/Core/AdaptivePerformanceInit.cs:51)
Tested: 2021.1.0a10, 2021.1.0a9, 2020.2.0f1
Note: When testing 2020.2.0f1 I get a different error that constantly spews to the console in play mode. Logged as https://fogbugz.unity3d.com/f/cases/1299452/
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This is by design, as Adaptive Performance is not useful without a provider installed. A user should be aware of that to avoid having issues as it's a runtime check.