Unity ads install error from package manager
When you are trying to install or updating your unity ads sdk from package manager after installing it will showing you two of them error let me talk about the first error if you are showing error in console and saying " Feature `expression bodied members' cannot be used because it is not part of the C# 4.0 language specification" like this G:/games/Unity Games/sample/Library/PackageCache/com.unity.ads@3.4.0/Runtime/Advertisement/Advertisement.cs(25,42): error CS1644: Feature `expression bodied members' cannot be used because it is not part of the C# 4.0 language specification This error is showing to use because you are using Scripting Runtime Version from .NET 3.5 equivalent which is now deprecated so change it to .NET 4.x Equivalent. Steps to change it are as follows 1. Open build setting by navigating file and click on build setting as shown in the picture 2. When build setting dialog box is open click on player setting 3. Now player setting is opened ...