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
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
shubhamswaraj2021
Aug 19, 2020 05:29
good one <a href="https://www.lyricsauto.com">lyricsauto</a>
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.