简体   繁体   English

我导入 fizzy steam works 并出现错误

[英]I import fizzy steam works and get errors

When I import fizzy steam works I get these 2 errors当我导入 fizzy steam works 时,出现这 2 个错误

Assets\Mirror\Runtime\Transport\FizzySteamworks\LegacyServer.cs(27,71): error CS7036: There is no argument given that corresponds to the required formal parameter 'arg3' of 'Action<int, TransportError, string>.Invoke(int, TransportError, string)' Assets\Mirror\Runtime\Transport\FizzySteamworks\LegacyServer.cs(27,71): error CS7036: 没有给定的参数对应于 'Action<int, TransportError, string>.Invoke(整数,传输错误,字符串)'

and

Assets\Mirror\Runtime\Transport\FizzySteamworks\NextServer.cs(42,71): error CS7036: There is no argument given that corresponds to the required formal parameter 'arg3' of 'Action<int, TransportError, string>.Invoke(int, TransportError, string)' Assets\Mirror\Runtime\Transport\FizzySteamworks\NextServer.cs(42,71): error CS7036: 没有给定的参数对应于 'Action<int, TransportError, string>.Invoke(整数,传输错误,字符串)'

please help请帮忙

I tried importing steam works foundation because I saw that it fixed it somewhere on a forrum我尝试导入 Steam Works Foundation,因为我看到它在某个论坛上修复了它

Are you using the last steamworks.NET?您使用的是最新的 steamworks.NET 吗? The latest version of FizzySteamworks is 5.1 and you are using 4.4.1, maybe update it and you'll be free of those errors FizzySteamworks 的最新版本是 5.1,您使用的是 4.4.1,也许更新它,您就不会出现这些错误

I faced with the same error and I just changed Invoke method name to DynamicInvoke method.我遇到了同样的错误,只是将 Invoke 方法名称更改为 DynamicInvoke 方法。 For now it seems like working fine in my project.现在看来在我的项目中工作正常。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Unity&Steam VR启动错误 - Unity & Steam VR Startup Errors 为什么我会统一收到此错误? - Why do i get this errors in unity? 如何将steam游戏导出到统一package - How do I export a steam game into a unity package 我在 Unity 中,我导入了一个新的应用程序 sdk,我收到此错误:清单合并失败并出现错误 - I am in Unity and I imported a new appodeal sdk and I get this error: Manifest merger failed with errors 导入 Mapbox sdk 时不断出错 - keep getting errors when import Mapbox sdk 当我遇到障碍物或坠地时尝试让游戏重新开始时出现错误 - Getting errors when i try to get game to restart when i hit an obstacle or fall of ground 我如何得到这个错误? 我希望我的角色随 wasd 一起移动,它会打印 100 个错误 - How do I get this error? I want my character to move with wasd and it prints 100 errors 每当我在 Windows 中的 Unity 中创建新项目时,都会出现以下错误 - Whenever I create a new project in Unity in Windows, I get the following errors 如何获取我在 Unity 中单击的像素的颜色? 是否有适用于浮点数的 GetPixel 替代方案? - How to get color of the pixel I clicked on in Unity? Is there a GetPixel alternative that works with floats? 即使我更改了steam_appid.txt文件,在Unity Editor上使用Steamworks.NET也会始终返回游戏ID 480 - Using Steamworks.NET on Unity Editor always return game ID 480 even if I change the steam_appid.txt file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM