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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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.