Releases: facebook/facebook-sdk-for-unity
Releases Β· facebook/facebook-sdk-for-unity
[Deprecated] v17.0.2 release
Updated
The release has been deprecated due to Unity support issues caused by removing βfbβ prefix from previous version, please use other releases.
Changed
- Bumped SDK to 17.0.2
- Removed "fb" prefix of ApplicationId in Android Manifest file
- Fixed Mobile Install Referrer issue
v17.0.1 release
Changed
- Bumped SDK to 17.0.1
- Bumped iOS SDK version to 17.0.1
- Updated privacy manifests
v17.0.0 release
Added
- Native iOS SDK
- Added privacy manifests.
- Native Android SDK
- Supported more integrity use cases.
Changed
- Bumped SDK to 17.0.0
- Bumped iOS SDK version to 17.0.0
- Bumped Android SDK version to 17.0.0
- Bumped Graph API version to 17.0.0
v16.0.2 release
Fixed
- Fixed a bug where user did not remain logged in on subsequent sessions
Changed
- Bumped SDK to 16.0.2
- Bumped Android SDK version to 16.0.1
- Bumped iOS SDK version to 16.0.1
v16.0.0 release
Added
- Windows platform methods
- FB.Windows.CreateReferral
- FB.Windows.GetDataReferral
- Android Cloud
- Android Cloud Unity example
- Subscriptions payments methods
Fixed
- Payments price convertion to double
- Improved mobile orientation enum for Unity example
- Improved mobile Tournaments example
- Changed folder structure for External Dependecy Manager dlls
Changed
- Bumped SDK to 16.0.0
- Bumped Android SDK versions to 16.0.0
- Bumped iOS SDK versions to 16.0.0
- Bumped Graph API version to 16.0
- Updated Windows SDK Dlls
v15.1.0 release
Modified
- Bumped native SDK versions to 15.1.0
- Bumped iOS SDK version to 15.1
- Bumped Android SDK version to 15.1
- Bumped Windows SDK version to 1.0.15
- Bumped Graph API version to 15.0
Fixed
- Android SDK path detection on latest Unity versions.
- Duplicate Event System in Unity SDK example.
- Fixed DLLs configuration in asset importer.
- Fixed ConsoleBase.cs script for Unity 2021 and above.
v14.1.0 release
Added
- Windows platform methods (FB.Windows.SetSoftKeyboardOpen)
Modified
- Bumped native SDK versions to 14.1.0
- Updated Windows platform DLLs
Fixed
- Issue with new Unity Input System and UnitySDK Example.
- Issue with misconfiguration of each DLL when Unity import the package.
- Fixed some example scenes background color
- Fixed Windows platform logging issue
v14.0.0 release
Added
- Windows platform methods (FB.Windows.SetVirtualGamepadLayout, FB.GetUserLocale)
- Windows example (Virtual Gamepad Layout Test, Physical Gamepad Test)
Modified
- Bumped windows SDK versions to 1.0.14
- Bumped native SDK versions to 14.0
- Bumped Graph API version to 14.0
- (Facebook Settings) Client Token is automatically added to Podfile and AndroidManifest.xml
- (Facebook Settings) Client Token is no longer marked as optional in the editor
Fixed
- GraphAPI version
- IAP empty description field
- Podfile creation for iOS platform
v13.2.0 release
Added
- Added tournament APIs for iOS. Android will be added in a subsequent release.
- FB.Mobile.GetTournaments
- FB.Mobile.UpdateTournament
- FB.Mobile.UpdateAndShareTournament
- FB.Mobile.CreateAndShareTournament
Changed
- Bumped native SDK versions to 13.2
- Bumped Graph API version to 13.2
- Bumped minimum supported Unity version to 2019.4.39f1 (iOS only)
v12.0.0 release
Added
-
OIDC support for login
-
Added APIs for Instant Games context dialogs
-
Added Windows platform (Unity standalone build)
- Windows platform methods:
FB.Init
FB.LogInWithReadPermissions
FB.LogInWithPublishPermissions
FB.LogOut
FB.API
FB.GetCatalog
FB.Purchase
FB.GetPurchases
FB.ConsumePurchase
FB.CurrentProfile
FB.LoadRewardedVideo
FB.ShowRewardedVideo
FB.LoadInterstitialAd
FB.ShowInterstitialAd
FB.OpenFriendDialog
FB.GetFriendFinderInvitations
FB.DeleteFriendInvitation
FB.ScheduleAppToUserNotification
FB.PostSessionScoreAsync
FB.CreateTournamentAsync
FB.GetTournament
FB.ShareTournament
FB.PostTournamentScore
FB.UploadImageToMediaLibrary
FB.UploadVideoToMediaLibrary
- Windows platform methods:
-
Current public session properties:
AccessToken
FB.IsInistialized
FB.IsLoggedIn
FB.GraphAPIVersion -
App events:
FB.ActiveApp
FB.LogAppEvent
FB.LogPurchase
Changed
- Bumped native SDK versions to 12.1.0
- Bumped Graph API version to 12.0
Removed
- Removed methods relating to user properties as they have been removed from the native mobile SDK versions
- Removed gameroom support