Code: Select all
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
...
Code: Select all
net8.0
net9.0
true
external/facepunch/Facepunch.Steamworks.Posix.dll
external/facepunch/Facepunch.Steamworks.Posix.dll
Code: Select all
using Godot;
using System;
using Steamworks;
public partial class Network : Node
{
public override void _Ready()
{
SteamClient.Init(480);
}
}
Mobile version