当前位置:网站首页>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".
边栏推荐
- GCC Rust获批将被纳入主线代码库,或将于GCC 13中与大家见面
- Software Testing Defect Reporting - Definition, Composition, Defect Lifecycle, Defect Tracking Post-Production Process, Defect Tracking Process, Purpose of Defect Tracking, Defect Management Tools
- 打印任务排序 js od华为
- Multiplication, DFS order
- MySQL的安装教程(嗷嗷详细,包教包会~)
- 程序员转正述职报告/总结
- 关于Redis相关内容的基础学习
- FPGA-based vending machine
- [1153] The boundary range of between in mysql
- What are the project management tools like MS Project
猜你喜欢

Basic introduction to ShardingJDBC

Static route analysis (the longest mask matching principle + active and standby routes)

Multiplication, DFS order

Manchester City confuses fans with smart scarf that detects emotions

Drools WorkBench的简介与使用

MySQL stored procedure

12张图带你彻底搞懂服务限流、熔断、降级、雪崩

leetcode-399:除法求值

rpm install postgresql12

Between two orderly array of additive and Topk problem
随机推荐
类似 MS Project 的项目管理工具有哪些
coldfusion文件读取漏洞(CVE-2010-2861)
GCC Rust is approved to be included in the mainline code base, or will meet you in GCC 13
Arbitrum 专访 | L2 Summer, 脱颖而出的 Arbitrum 为开发者带来了什么?
My first understanding of MySql, and the basic syntax of DDL and DML and DQL in sql statements
C language applet -- common classic practice questions
基于FPGA的图像实时采集
Set the browser scrollbar style
Can an inexperienced college graduate switch to software testing?my real case
《MySQL数据库进阶实战》读后感(SQL 小虚竹)
Nacos
进程间通信学习笔记
Introduction and use of Drools WorkBench
内网渗透——提权
[1154] How to convert string to datetime
Drools基本介绍,入门案例,基本语法
静态路由解析(最长掩码匹配原则+主备路由)
Drools basic introduction, introductory case, basic syntax
力扣刷题之爬楼梯(7/30)
How to expose Prometheus metrics in go programs