Answers for "The type or namespace name 'Notifications' does not exist in the namespace 'Unity' (are you missing an assembly reference?)"

C#
0

The type or namespace name 'Notifications' does not exist in the namespace 'Unity' (are you missing an assembly reference?)

//add to Packages/manifest.json and it helped!
"com.unity.mobile.notifications": "1.0.4-preview.6",
Posted by: Guest on January-28-2022

Code answers related to "The type or namespace name 'Notifications' does not exist in the namespace 'Unity' (are you missing an assembly reference?)"

C# Answers by Framework

Browse Popular Code Answers by Language