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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Add comment