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.
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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
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.