Unity Monetization 3.0-Not recognizing UnityEngine.Monetization when implementing

As the title states, I have downloaded and added Unity Monetization 3.0 to my project. I have disabled the Unity Ads in services and followed the tutorial on implementing the monetization, but it keeps telling me that using UnityEngine.Monetization; namespace does not exist. Even when I copy and paste the text straight from the guide. Has this changed and just not been updated on the guide? If so, what is it I need to do?

2 Likes

been facing the same issue. This is just plainly ridiculous.
" error CS0234: The type or namespace name Monetization' does not exist in the namespace UnityEngine’. Are you missing an assembly reference? "
How on earth is this possible after I’ve imported the latest Unity Monetization 3.0 package l?
Kindly FIX IT!

I’m having the same problem here. Someone was able to fix it?

#EDIT
Following this post, I’m missing the step to download and import the package manually.
Package to download: Unity Monetization Legacy (Please get from Package Manager) | Services | Unity Asset Store

Now everything is working as expected.

1 Like