Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
1.8.3
Issue ID
ADDR-1622
Regression
Yes
Addressables package throws compile errors when installed in a project with Unity NetCode
How to reproduce:
1. Create and open a Unity Project
2. In the Window -> Package Manager install "Addressables" package
3. Enable preview packages (Edit -> Project Settings -> Package Manager -> Advanced Settings -> Enable Pre-release Packages)
4. Using the Package Manager install "Unity NetCode" package
5. Observe the console
Expected result: Console has no compile errors
Actual result: Console has compile errors
Reproducible with: 1.8.3, 1.11.2 (2019.4.15f1, 2020.1.14f1, 2020.2.0b12, 2021.1.0a6)
Not reproducible with: 1.7.5, 1.12.0 (2019.4.15f1, 2020.1.14f1, 2020.2.0b12, 2021.1.0a6)
Could not test with: 2018.4.29f1 (Unity NetCode not available)
Note:
-"Unity NetCode" package version doesn't seem to have an effect on the compile errors being thrown
-"Unity NetCode" package is hidden in 2021.1 stream's Package Manager. For testing, install "Unity NetCode" in an earlier version and upgrade the project
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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Was unable to reproduce with the instructions given.