Search Issue Tracker
Active
Votes
0
Found in
Core-1.0.1
Issue ID
UUM-136453
Regression
No
Adding 15-16 accounts in Play Mode Controls > Test Account Data list spams “Could not retrieve value at path [PublicName/Picture/Achievements/SaveData]” UI Toolkit warnings in Console window
Steps to reproduce:
1. Create new Unity project
2. Install Platform Toolkit package via Package Manager window
3. Open Play Mode Controls window (Window > Platform Toolkit > Play Mode Controls)
4. Add Play Mode Controls Settings
5. Go to Test Account Data
6. In Accounts List press “+” 15-16 times to add items to the list
7. Observe Console window
Actual results: “[UI Toolkit] Could not retrieve the value at path 'PublicName' for source of type 'PlayModeControlsViewModel': the path from the source to the target is either invalid or contains a null value” warnings are spammed in the Console window
Expected results: No warnings are spammed in the Console window
Reproducible with versions: 1.0.0 (6000.3.11f1, 6000.4.0b11, 6000.5.0a8)
Can’t test with versions: 6000.0.70f1 (Package is not supported)
Tested on (OS): macOS Silicon Tahoe 26.3 (M1)
Warnings:
{code:java}
[UI Toolkit] Could not retrieve the value at path 'Picture' for source of type 'PlayModeControlsViewModel': the path from the source to the target is either invalid or contains a null value. (PlayModeControlsWindow)
UnityEditor.RetainedMode:UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElementsEditor/RetainedMode.cs:46)
{code}
{code:java}
[UI Toolkit] Could not retrieve the value at path 'Achievements' for source of type 'PlayModeControlsViewModel': the path from the source to the target is either invalid or contains a null value. (PlayModeControlsWindow)
UnityEditor.RetainedMode:UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElementsEditor/RetainedMode.cs:46)
{code}
{code:java}
[UI Toolkit] Could not retrieve the value at path 'SaveData' for source of type 'PlayModeControlsViewModel': the path from the source to the target is either invalid or contains a null value. (PlayModeControlsWindow)
UnityEditor.RetainedMode:UpdateSchedulers () (at /Users/bokken/build/output/unity/unity/Modules/UIElementsEditor/RetainedMode.cs:46)
{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
Add comment