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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment