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
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
Add comment