Identify the required PlayFab Unity SDK packages
masterThe PlayFab Unity SDK is distributed via several .unitypackage files. The core package is mandatory for all integrations.
- UnitySDK.unitypackage: The core SDK used for accessing the PlayFab Service. This is mandatory for almost all use cases.
- JsonDotNetWrapper.unitypackage: A wrapper that allows you to use
Json.netwith the PlayFab SDK. WhileJson.netis no longer a hard requirement, this package is useful if you want to maintain compatibility with existingJson.netimplementations within the PlayFab JSON wrapper system. - UnityPlayFabPaperTrail.unitypackage: An older, beta demonstration package (circa 2016) that integrates Papertrail logging. Note that this package is out-of-date and its exact capabilities are undocumented.