Search Issue Tracker
Fixed
Fixed in 1.21.14
Votes
0
Found in [Package]
1.21.10
Issue ID
ADDR-3352
Regression
Yes
[Addressables] "Cannot set a redirect limit higher than 128 redirects" errors are logged when Hosting is enabled and HttpRedirectLimit is -1
Reproduction steps:
1. Open the “RedirectLimitStripped“ project
2. Open the “SampleScene” scene
3. Enable Hosting (Window > Asset Management > Addressables > Hosting)
4. Build Addressables Groups using the Default Build Script (Window > Asset Management > Addressables > Groups)
5. Ensure Use Existing Build is selected as the Play Mode Script
6. Enter Play Mode and observe the Console
Expected result: “RedirectLimit: 0” is logged without errors
Actual result: “RedirectLimit: 255“ is logged with “Cannot set a redirect limit higher than 128 redirects“ errors
Reproduced in: 1.21.3, 1.21.10 (2020.3.47f1)
Not reproduced in: 1.21.2 (2020.3.47f1), 1.21.10 (2021.1.0a1, 2021.3.23f1)
Could not test in: 1.21.10 (2022.2.16f1, 2023.1.0b13, 2023.2.0a11) (after reproduction steps the Editor freezes and silently crashes)
Reproduced using: macOS 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
1. Seems to affect only 2020.3
2. HttpRedirectLimit value can be observed in Inspector when selecting Packed Assets in Addressables Groups
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