Reproduction steps:
1. Create a project for the Android platform and open it
2. Manually add the "Addressables for Android" package by adding the line ("com.unity.addressables.android": "1.0.2",) to the project’s manifest.json file
3. Observe the Console Window
Expected result: No compilation errors are thrown
Actual result: Three “error CS1061" compilation errors are thrown from “Library\PackageCache\com.unity.addressables.android\"
Reproducible with: 2023.3.0b4, 2023.3.0b7
Not reproducible with: 2023.2.10f1, 2023.3.0b3
Could not test with: 2021.3.35f1, 2022.3.20f1 (The "Addressables for Android" package is not available for these Editor versions)
Reproducible on: macOS Sonoma 14.3 (Intel), Windows 11 (user’s)
Not reproducible on: No other environment tested
Notes:
- Only the 1.0.2 "Addressables for Android" package version could be tested as it is the only available version for the affected Editor versions
- Does not reproduce with the Addressables package
- Full errors: