Unity 打包warning:Missing Project ID和Unable to access Unityservices.Please log in,or request ......

这篇具有很好参考价值的文章主要介绍了Unity 打包warning:Missing Project ID和Unable to access Unityservices.Please log in,or request ......。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题说明:

Unity版本:2020.3.36.

从UnityHub创建并打开的项目,Unity 中账号也已经登录,打开Build Setting准备打包时出现警告信息:Unable to access Unityservices.Please log in,or request membership to this project to use these service.

unity请选择一个组织,Unity3D,unity,游戏引擎

  当你点击Build的时候又会弹出提示:Missing Project IDunity请选择一个组织,Unity3D,unity,游戏引擎

解决方案:

打开Project Settings>>Services,先点击Refresh access ,等待刷新完毕点击New Link..

unity请选择一个组织,Unity3D,unity,游戏引擎

 然后在在Organizations选择一个组织,选择组织后,点击Use an existing Unity project ID选在一个已近存在的项目ID(前提是要现在Unity Gaming Service 网站上已经创建的有Project);也可以直接点击右下角Create project ID,注意通过Create project ID直接创建会以Project Settings>>Player>>Product Name中设置的名字来作为Project Name;可以在在Unity Gaming Service中创建好Project在这里选择就行了,选择之后要点击Link project ID就可以了。

 unity请选择一个组织,Unity3D,unity,游戏引擎

 文章来源地址https://www.toymoban.com/news/detail-518955.html

 这个时候在看Build setting中警告信息就没有了,完美解决(*^▽^*)

 

到了这里,关于Unity 打包warning:Missing Project ID和Unable to access Unityservices.Please log in,or request ......的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • error unable to access jarfile 解决方案

    在jenkins shell 排查一个错误时,花了很久。 表象是因为 执行shell 脚本 中的 java -jar xxx.jar 没有成功启动jar 程序。 因为使用了 nohup 来后台启动jar 包,所以jenkins 没有打印出错误 日志。 在去除 nohup 之后,发现是报了error unable to access jarfile 错误导致的。 解决方案:发现是 调用

    2024年02月16日
    浏览(36)
  • 已解决unable to access ‘https://github.com/**‘: SSL certificate problem: unable to get

    错误:unable to access \\\'https://github.com/\\\': SSL certificate problem: unable to get local issuer certificate 这个问题是由于没有配置信任的服务器HTTPS验证。默认,curl被设为不信任任何CAS,就是说,它不信任任何服务器验证。 只需要执行下面命令就可以解决:  

    2024年03月19日
    浏览(42)
  • Unable to import maven project: See logs for details错误的多种解决方法

    今天从 gitlab 上下载完项目后,无法启动项目,留意到右下角的 Evnet Log ,点开如下图所示: 即 Unable to import maven project: See logs for details 。 将 Unable to import maven project: See logs for details 翻译成中文,即是 无法导入maven项目:

    2024年02月09日
    浏览(81)
  • unable to access https://github.com/....解决方法

    git config --global url.\\\"https://\\\".insteadOf git:// 可以把 git:// 替换成 https:// 方便使用 https 协议 相反的,如果想要将https 替换成 git,比如我们平时下载不到github的东西,提示 unable to access https://github.com/.......的时候就可以用 git config --global url.\\\"git://\\\".insteadOf https:// 这个方法来解决,意

    2024年02月13日
    浏览(32)
  • 【Synopsys Bug记录】DC综合报错(显示warning:Unable to resolve reference)

      在综合一个SOC时,发现综合后的门级网表文件缺少了apb系统下的子模块的网表。该SOC已经成功在FPGA上运行了,按理说在设计上是没有问题的。在反复查看综合报告与RTL设计源码后,终于解决了Bug。   查看综合报告,发现以下警告和报错:   首先分析Warning,这个Wa

    2024年01月20日
    浏览(43)
  • git提交或克隆报错fatal: unable to access

    报错信息: 或是: 原因:git在拉取或者提交项目时,中间会有git的http和https代理,但是我们本地环境本身就有SSL协议了,所以取消git的https代理即可,不行再取消http的代理。 解决办法:在项目文件夹的命令行窗口执行下面代码,取消git本身的https代理,使用自己本机的代理

    2024年02月12日
    浏览(38)
  • 【报错fatal: unable to access ‘https://github解决办法】

    把140.82.114.4 github.com添加到C:WindowsSystem32driversetc里的hosts文件的最后一行,然后保存就行 参考来源把命令行里的http改为git重新执行

    2024年02月11日
    浏览(38)
  • 解决fatal: unable to access ‘https://github.com……‘: Failed to connect to

    问题 : git  clone 项目执行时,报错fatal: unable to access…… 解决方法 : 在cmd下执行 ipconfig/flushdns  清理DNS缓存 重新执行 git clone https://github.com/…/.git/’  即可

    2024年02月11日
    浏览(37)
  • Git Clone 出现 “fatal: unable to access ‘Failed to connect to github

    Git Clone 出现 “fatal: unable to access ‘Failed to connect to github.com port : Timed out’” 解决方案 Python 在进行 Git Clone 操作时,有时会遇到 “fatal: unable to access ‘Failed to connect to github.com port : Timed out’” 错误。这个错误通常表示 Git 无法连接到 GitHub 服务器,导致克隆操作失败。以下是

    2024年02月08日
    浏览(38)
  • git上传代码出现的报错问题unable to access...

    解决git上传代码出现的报错: unable to access ‘https://@github.com/BoySHI/vue3_ts.git/’: 执行: 然后再关联一下仓库: 如果上述操作还是没有解决问题: 执行: 一般是这是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错,参考网上解决办法:解除ssl验证后,再次git即可

    2024年02月12日
    浏览(44)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包