简体   繁体   中英

facebook unity sdk 7.0.1 issue

I update the facebook plugin for unity to 7.0.1 but I'm getting a warning "Cannot find Facebook SDK Version" also when I run the project after setting the App Id I'm getting the following error in Assets/Facebook/Scripts/PlatformEditor/EditorFacebookAccessToken.cs:22

You cannot show two modal windows at once UnityEngine.GUI:ModalWindow(Int32, Rect, WindowFunction, String) EditorFacebookAccessToken:OnGUI() (at Assets/Facebook/Scripts/PlatformEditor/EditorFacebookAccessToken.cs:22)

The line on which I'm getting error is

GUI.ModalWindow(
        GetHashCode(), 
        new Rect(windowLeft, windowTop, windowWidth, windowHeight), 
        OnGUIDialog, 
        "Unity Editor Facebook Login");

我遇到同样的问题 ,我不知道,请等待官方 SDK,因为7.x目前处于beta版本

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM