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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.