add unity person
This commit is contained in:
@@ -253,4 +253,23 @@ https://tianchi.aliyun.com/dataset/93864
|
||||
SELECT * FROM table_name; # 查询数据
|
||||
.headers on # 显示列名
|
||||
.mode column # 列模式显示
|
||||
.quit # 退出
|
||||
.quit # 退出
|
||||
|
||||
13. Unity 集成时遇到的问题:
|
||||
1. 问题描述:NDK的版本不对,导致编译错误
|
||||
解决方法:
|
||||
- 在 build.gradle 中指定 NDK 版本
|
||||
ndkVersion "23.1.7779620"
|
||||
2. 问题描述:Unity 编译时提示 NDK 路径错误
|
||||
解决方法:
|
||||
- 在 build.gradle 中指定 NDK 路径
|
||||
ndkPath "D:/software/2022.3.62t5/Editor/Data/PlaybackEngines/AndroidPlayer/NDK"
|
||||
|
||||
3. 问题描述:Build file 'D:\code\digital_person\tuanjieLibrary\build.gradle'
|
||||
Could not get unknown property 'tuanjieStreamingAssets' for object of type com.android.build.gradle.internal.dsl.LibraryAndroidResourcesImpl$AgpDecorated.
|
||||
解决方法:
|
||||
- 在项目的顶层的 gradle.properties 中添加 tuanjieStreamingAssets 配置
|
||||
tuanjieStreamingAssets=.unity3d, google-services-desktop.json, google-services.json, GoogleService-Info.plist
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user