Question by
Klavakrapstis · Mar 14, 2018 at 02:16 PM ·
facebooksdk
Facebook SDK
Unity version 2017.3
I am developing same project on Mac and Windows. I added Facebook SDK on OSX and it works But when i open project on windows it has errors
Assets/Facebook/Editor/android/ManifestMod.cs(29,20): error CS0234: The type or namespace name `Unity' does not exist in the namespace `UnityEditor.Facebook'. Are you missing an assembly reference?
Assets/Facebook/Editor/FacebookPostprocess.cs(25,20): error CS0234: The type or namespace name `Unity' does not exist in the namespace `UnityEditor.Facebook'. Are you missing an assembly reference?
How to fix it?
Comment
You should probably look at the Unity section of the Facebook SD$$anonymous$$ docs.
Your answer