Search Issue Tracker
Fixed
Fixed in 1.19.11
Votes
0
Found in [Package]
1.19.4
Issue ID
ADDR-2291
Regression
No
FilterValidIPAddresses() IP validation method is called when hosting services are not needed
Reproduction steps:
1. Open the user's attached project
2. Open Packages\\Addressables\\Editor\\HostingServices\\HostingServiceManager.cs script in Visual Studio
3. Set a breakpoint on the FilterValidIPAddresses() method
4. Attach Visual Studio debugger to Unity: Click "Attach To Unity"
5. Enter the play mode in Unity editor
Expected result: Breakpoint doesn't trigger, since Addressables are running in Fast Mode
Actual result: Breakpoint is triggered
Reproducible with: 1.17.15, 1.19.4 (2019.4.29f1, 2020.3.19f1), 1.18.15, 1.19.4 (2021.1.21f1, 2021.2.0b12, 2022.1.0a4)
Not reproducible with: 1.18.15, 1.19.4 (2022.1.0a5, 2022.1.0a10)
Couldn't test with: 1.17.13 (FilterValidIPAddresses() method does not exist)
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note (fix version 1.19.11):
Fixed in 1.19.11 available in 2019.4.0f1 and up