Search Issue Tracker
Fixed in 3.0.3
Votes
3
Found in [Package]
2.3
Issue ID
1047791
Regression
Yes
when enabling Unity Service ads, "The type or namespace name 'ShowResult' could not be found" error is being thrown
To reproduce:
1. Open attached project
2. Go to Window --> Services
3. Enable Ads
Expected result: Ads are enabled, no errors are thrown
Actual result: Ads are enabled, "The type or namespace name 'ShowResult' could not be found" error is thrown.
Reproducible with - 2018.1.0b9; 2018.1.6f1; 2018.2.0b9; 2018.3.0a3
Workaround:
Enable Unity Ads in Service tab and reimport Ads package via Package Manager.
Note: all errors:
Assets/AdForClickBooster.cs(19,32): error CS0246: The type or namespace name `ShowResult' could not be found. Are you missing an assembly reference?
Assets/AdForPerSecBoost.cs(20,35): error CS0246: The type or namespace name `ShowResult' could not be found. Are you missing an assembly reference?
Assets/Scripts/MenuButtonScripts/AdTime.cs(15,32): error CS0246: The type or namespace name `ShowResult' could not be found. Are you missing an assembly reference?
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Safe area ignores navigation bar on Android when targeting level 35 API or higher
- File watcher does not trigger after the AcquireFloatingLease and before the Entitlement check
- HDR Output gets disabled in the Editor when Reflection Probe is enabled during runtime
- The "Build and Run" Menu option tries to build for the selected Build Platform instead of the Active Build Platform
- Font kerning breaks at runtime when multiple UI Documents use different fonts
Add comment