Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: Broken Stylus on July 24, 2022, 01:25:08 PM
-
Just a quick note there for starters. When you import the latest unity package from Facebook and unpack it, take a look at the hierarchy of files. You will see that there are two folders that are selected by default besides the Facebook SDK folder:
- External Dependency Manager (version 1.2.166)
- Play Services Resolver
Chances are that your version of the EDM in your project will be fresher, and the PSR is not only smaller but also redundant. These are contents that typically create conflicts and errors when imported together.
The PSR is the same thing as EDM. The EDM is a renamed PSR in fact and the only reason I can think of why the PSR is still included is because of older projects.
Now, on integrating FB to a PM project, you may wonder if there are any actions available. Thus far, there is a paid plugin that costs around $18 or more, but it has not been updated since 2017, so in other words it's obsolete. But the most basic commands are not complex it seems, and it's possible that anything like init and login would still work.
A slightly more recent extension is this one (https://assetstore.unity.com/packages/tools/integration/playmaker-facebook-141944#description), but was released in 2019 and didn't get any further release.
The true question therefore is that for those who have not used PM to integrated the most basic stuff from FB, how hard do you think it would be to get it to work through PM without having to rely on un umpteenth extension?