Unity 中的 Tizen 错误:"Default profile path is not set in the Tizen CLI configuration"

Tizen error in Unity: "Default profile path is not set in the Tizen CLI configuration"

我想在 Inity 中构建 Tizen,但收到错误消息。

'profiles path in tizen CLI configuration does not exist.'

构建失败。 “.tizen-cli-config”文件是在我的桌面上创建的。

我已经设置了re路径,但是收到同样的错误信息。

你能确认你已经创建了证书并且link你的unity项目中的那个证书。

For How to create certificate refer this

并确认您已在设备中启用开发者模式 Check this

还要确认你的unity项目路径没有任何特殊字符。如果任何文件夹(目录)名称具有特殊字符,它将失败。

从统一文档中阅读 Tizen 设置文档。 Link : -Unity Documentation for Tizen Set Up