# SDKUtil **Repository Path**: Wnity/sdkutil ## Basic Information - **Project Name**: SDKUtil - **Description**: wechat douyin sdk util - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: unitask - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sdkutil #### 介绍 sdk工具,现在只接了微信小游戏 # 集成到自己的项目 - 把下面的package添加到项目的Packages/manifest.json ``` "com.wnity.zframework.singleton": "https://gitee.com/Wnity/zframework.git?path=Assets/zframework/Singleton", "com.wnity.zframework.coroutineutil": "https://gitee.com/Wnity/zframework.git?path=Assets/zframework/CoroutineUtil", "com.wnity.sdkutil": "https://gitee.com/Wnity/sdkutil.git?path=Assets/SDKUtil", "com.qq.weixin.minigame": "https://github.com/wechat-miniprogram/minigame-tuanjie-transform-sdk.git", ``` # CoroutineWithResult CoroutineWithResult是可使协程也有返回值的功能,从而减少callback的逻辑嵌套,具体看 https://gitee.com/Wnity/coroutine-with-result.git # demo场景 Assets/Demo/wx_wechat.unity
# qq 技术讨论群 951129597