当前位置:网站首页>There is a problem with the multiplayer-hlap package and the solution cannot be upgraded
There is a problem with the multiplayer-hlap package and the solution cannot be upgraded
2022-07-31 01:52:00 【line autumn】
Problem description:
eterministic compilation failed. You can disable Deterministic builds in Player Settings
Library\PackageCache\[email protected]\Editor\Tools\Weaver\AssemblyInfo.cs(22,28): errorCS8357: The specified version string contains wildcards, which are not compatible with determinism. Either remove wildcards from the version string, or disable determinism for this compilation

Problem Analysis:
The first solution is to upgrade the package, if you are using a version before 2020, you can succeed.However, after Unity 2021, a new multiplayer game library has been replaced, and this library is no longer supported; the PlayerGround project itself supports expansion into multiplayer games, and if it is not involved in the project, it will not have any impact.So, just remove and delete it directly.
Problem resolution:
Method 1: Update multiplayer-hlapi, click "Windows"----"Package Manager", drop down and select "In Project" in Packages, find "Multiplayer HLAPI", click the up arrow behind the version to update,Until the version is followed by a green checkmark.
Method 2: If the multiplayer-hlapi cannot be updated, select "Remove", and then see if the project can run, but if not, you can choose to install a lower version of Unity (unity2020 and below).

Note:
If you accidentally remove the multiplayer-hlap package, you can click the "+" in the upper left to import, select "Add package from git URL...", then enter com.unity.multiplayer-hlapi, and then click"Add".
边栏推荐
- Word/Excel 固定表格大小,填写内容时,表格不随单元格内容变化
- 勾股数元组 od js
- VSCode Plugin: Nested Comments
- 12张图带你彻底搞懂服务限流、熔断、降级、雪崩
- 软件测试报告有哪些内容?
- Software Testing Defect Reporting - Definition, Composition, Defect Lifecycle, Defect Tracking Post-Production Process, Defect Tracking Process, Purpose of Defect Tracking, Defect Management Tools
- Manchester City confuses fans with smart scarf that detects emotions
- 最高月薪20K?平均薪资近万...在华为子公司工作是什么体验?
- 系统需求多变如何设计
- 太阳能板最大面积 od js
猜你喜欢

Fiddler抓包模拟弱网络环境测试

Overview of prometheus monitoring

Maximum monthly salary of 20K?The average salary is nearly 10,000... What is the experience of working in a Huawei subsidiary?

内网渗透——提权

pycharm cannot run after renaming (error: can't open file...No such file or directory)

leetcode-399: division evaluation

Drools规则属性,高级语法

VSCode插件:嵌套注释

Can an inexperienced college graduate switch to software testing?my real case
![[WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization](/img/f8/8437783794c2007a74c0a153d85102.png)
[WeChat applet] This article takes you to understand data binding, event binding, event parameter transfer, and data synchronization
随机推荐
MySql installation and configuration super detailed tutorial and simple method of building database and table
The PC side determines the type of browser currently in use
Software Testing Defect Reporting - Definition, Composition, Defect Lifecycle, Defect Tracking Post-Production Process, Defect Tracking Process, Purpose of Defect Tracking, Defect Management Tools
基于FPGA的图像实时采集
leetcode-399: division evaluation
系统需求多变如何设计
验证 XML 文档
Unity界面总体介绍
基于FPGA的售货机
VSCode插件:嵌套注释
Manchester City confuses fans with smart scarf that detects emotions
uniapp使用第三方字体
曼城推出可检测情绪的智能围巾,把球迷给整迷惑了
验证整数输入
Are you still working hard on the limit of MySQL paging?
项目开发软件目录结构规范
ShardingJDBC基本介绍
计算S=a+aa+…+aa…a
太阳能板最大面积 od js
【Map与Set】之LeetCode&牛客练习