Код: Выделить всё
E 0:00:02:363 Steamworks.SteamAPIInitResult
...
/usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.11/libsteam_api.so: cannot open shared object file: No such file or directory
/usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.11/liblibsteam_api.so: cannot open shared object file: No such file or directory
/usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.11/libsteam_api: cannot open shared object file: No such file or directory
/usr/lib/dotnet/shared/Microsoft.NETCore.App/9.0.11/liblibsteam_api: cannot open shared object file: No such file or directory
System.DllNotFoundException
:0 @ Steamworks.SteamAPIInitResult
...
Код: Выделить всё
net8.0
net9.0
true
external/facepunch/Facepunch.Steamworks.Posix.dll
external/facepunch/Facepunch.Steamworks.Posix.dll
Код: Выделить всё
using Godot;
using System;
using Steamworks;
public partial class Network : Node
{
public override void _Ready()
{
SteamClient.Init(480);
}
}
Подробнее здесь: https://stackoverflow.com/questions/798 ... bject-file
Мобильная версия