Playscape sdk and FaceBook sdk issue when used tog

2019-09-19 11:03发布

I upgraded to Unity 5 after I had to integrate FaceBook sdk. FB v7 or higher requires U5. But I have an error in console:

Assets/Plugins/Playscape/Internal/Configuration.cs(7,17): error CS0234: The type or namespace name Editor' does not exist in the namespacePlayscape'. Are you missing an assembly reference?

Then I fallback to Unity 4.6.3 and tried Facebook sdk v 6.2.2 (which supports U4) and get a bunch of warnings. Seems that Playscape uses XCodeEditor-for-Unity and FB does have this too, with some differences in code.

And now I cant build anymore (after FB integration I have a build-time error about some classes was already added). Does Playscape sdk supports for Unity 5? How Can I make Playscape and FB be friends under U4?

1条回答
Evening l夕情丶
2楼-- · 2019-09-19 11:26

This issue is solved with PlayScape SDK 1.17. Please, check it.

查看更多
登录 后发表回答