[U] add PlayFab SDK and SNS login improvements

- Add PlayFabSDK as local package dependency
- Add PlayFabTool.cs for PlayFab API integration
- Implement LoginBySns method in TYSdkFacade
- Add Android SNS login support in SDKManager and UnityBridgeFunc
- Add Build Android With Debug menu option
- Improve exception handling and timeout management

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-29 16:12:17 +08:00
parent 638e6a3327
commit aa5ce1ff5a
226 changed files with 64975 additions and 62 deletions

View File

@@ -13,6 +13,12 @@
"source": "local",
"dependencies": {}
},
"com.playfab": {
"version": "file:../LocalPackages/PlayFabSDK",
"depth": 0,
"source": "local",
"dependencies": {}
},
"com.thinkingdata.analytics": {
"version": "file:com.thinkingdata.analytics@6408c68cf9",
"depth": 0,