Search Issue Tracker
Active
Under Consideration for 6000.2.X
Votes
0
Found in
2022.3.62f1
6000.0.49f1
6000.1.4f1
6000.2.0b2
Issue ID
UUM-107381
Regression
No
[Remote Config] PreparePayloadWithConfigType function is looking for camelCase property names, when the JSON objects are using PascalCase naming
Reproduction steps:
1. Call the “FetchConfigsAsync” function with FilterAttributes
2. Observe the results of the call
Expected result: The FilterAttributes are passed through and the returned data is filtered
Actual result: The FilterAttributes do not pass and the returned data is not filtered
Reproducible with: 4.1.1 (2022.3.62f1, 6000.0.49f1, 6000.1.3f1, 6000.2.0b2)
Reproducible environments: Windows 11 (by reporter)
Not reproducible environments: No other environments tested
Note: The issue is that the created JSON object uses the property names which are PascalCase and the PreparePayloadWithConfigType function is looking for JSON properties that are camelCase
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
Add comment