Search Issue Tracker
Fixed in 2021.1.X
Votes
2
Found in
2018.1.0b12
2019.1.11f1
Issue ID
1173311
Regression
Yes
Remote Settings package compilation error
Compilation errors appear after importing Remote Settings package
How to reproduce:
1. Create a new Unity project
2. Open Asset Store
3. Download and import Unity Analytics Remote Settings
Result: Errors appear:
Assets\Editor\RemoteSettings\RemoteSettingsLinker.cs(23,41): error CS0535: 'RemoteSettingsLinker' does not implement interface member 'IPreprocessBuild.OnPreprocessBuild(BuildTarget, string)'
Assets\Editor\RemoteSettings\RemoteSettingsLinker.cs(23,59): error CS0535: 'RemoteSettingsLinker' does not implement interface member 'IProcessScene.OnProcessScene(Scene)'
Regression introduced in: 2018.1.0b12
Reproduced with: 2018.4.5f1, 2019.1.13f1, 2019.2.0f1, 2019.3.0a11.
Not reproduced with: 2017.4.31f1.
Comments (2)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
MarcoQuintellaBR
Nov 11, 2019 20:10
Found a WorkAround for Unity 2019.2.11f1.
Removed references for New Methods Implementation and left the old one. Working fine. No problems noticed until now.