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
- 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
Add comment