- Install the PlayFab Unity Editor Extensions Asset Package. Then use Editor Extensions to install the PlayFab Unity 3D SDK and configure your Unity Project. PlayFab Editor Extensions is a stand-alone Unity plug-in that streamlines getting started with PlayFab. When a supported SDK is installed, other service menus are available. These menus provide access to SDK configurations. These configuration settings are saved in a combination of places to ensure that the data persists throughout Unity compilations and deployments.
- Install the PlayFab Unity 3D SDK directly without using PlayFab Unity Editor Extensions. When you use this installation method, you configure your Unity Project directly by setting the property values in your code.
Download and install the SDK only
To install the SDK without using the PlayFab Unity Editor Extensions:- Open your Unity project.
- Download the PlayFab Unity3D SDK Asset Package from the PlayFab GitHub repo.
- Navigate to where you downloaded the file, and double-click on the UnityPackage file to open the Import Unity Package dialog in the Unity Editor.
- To import the PlayFab Unity3D SDK into your project, select Import.
Setting the Title ID without using the Editor Extensions
To set the title:- In the Unity Editor Project panel, select the Assets folder.
- Open the Assets > PlayFabSdk > Shared > Public > Resources folder.
- Select the PlayFabSettings Asset.
- In the Inspector window, set the Title ID.
Refer to Secret key Management to find your secret key, also called a developer key to your PlayFab Title.
