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
- Animator state transition preview clips are flickering when zooming in
- [Tile Palette] Sprites not rendering when brush tool "Paint a filled box with active brush" is used for the first time
- Longer Shader Graph Property Reference names breaks VFX Graph Output Particle Node
- "DebugAllocatorMode" option changes when changed in another Editor instance
- UITK Debugger new Classes element is not created with no information or warnings thrown when adding more than one element with the default name
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.