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
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Resolution Note:
Was unable to reproduce with the instructions given.