Search Issue Tracker
Fixed
Votes
0
Found in [Package]
1.19.4
Issue ID
ADDR-2293
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
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Resolution Note:
Duplicate ticket. Maybe was made by accident? Will be updating resolution/fix info to this ticket https://jira.unity3d.com/browse/ADDR-2291