Unity Collap说:“无法从服务器获得修订”。

发布于 2025-01-27 15:42:22 字数 469 浏览 4 评论 0原文

我尝试为我的Unity项目建立合作

无法从服务器获得修订。

在控制台中我会收到以下错误消息:

[COMPOR] DEADRICATIONMIDDLEWARE :: SERVICEREADONLYERROR:合作服务 被弃用,仅允许阅读操作。

断言在表达式上失败:'m_channelaccessleaseendtime> 0.0'。

是什么原因导致这种情况?

I tried setting up collab for my unity project but when hovering over the collab icon in the top left it says

Cannot get revision from server.

enter image description here

In the console I get the following Error messages:

[Collab] DepricationMiddleware::ServiceReadOnlyError: Collab service
is deprecated, only read operations are allowed.

Assertion failed on expression: 'm_ChannelAccessLeaseEndTime > 0.0'.

What causes this to happen?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

々眼睛长脚气 2025-02-03 15:42:22

如果您正在创建一个新的Unity项目并毫无原因遇到错误,则通过在软件包管理器中删除Unity Collaborate软件包解决了错误。

  • 删除后,请确保重新启动该项目。

If you are creating a new Unity Project and encountering the error without a reason, then by deleting the Unity Collaborate Package in Package Manager the error is solved.

  • After removing it, make sure to Restart the Project.
凉城 2025-02-03 15:42:22

https://stackoverflow.com/posts/73098406/revisision

  1. “ Unity编辑器:窗口 - >软件包经理 - >合作 - >删除
    (软件包管理器可能正在获取/刷新软件包,并永远使用,单击“刷新列表”,然后关闭软件包管理器然后重新打开)

  2. 然后:编辑 - >项目设置 - >服务 - >合作 - >将其关闭
    (从包装管理器中删除协作后出现问题,它仍在服务上启用,我必须双击以从项目设置中的服务选项卡关闭)

  3. 最终:重新启动项目 < /p>

In Addition to Alessandro Crimaldi's answer :

Whether it is an existing Unity Project or new one, here's a solution:

  1. In Unity Editor: Window -> Package Manager -> Collaborate -> Remove
    (Package Manager might be fetching/refreshing packages and takes forever, click refresh list and then close the Package Manager then re-open it)

  2. Then: Edit -> Project Settings -> Services -> Collaborate -> Turn it OFF
    (Appearing issues due to after removing collaborate from package manager it is still enabled on services, I had to double click to turn it off from services tab in project settings)

  3. Finally: Restart the project

大姐,你呐 2025-02-03 15:42:22

Unity Collagn Services已被弃用,将不再支持,您的项目将很快被存档,您将不得不迁移到塑料SCM。

这是您可以从 Unity consonal升级到塑料SCM 的方法。

Unity collab services has been deprecated and will no longer be supported, your project will get archived soon, you will have to migrate to Plastic SCM.

Here's how you can upgrade from Unity Collab to Plastic SCM.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文