Open-Terraria-API
Open-Terraria-API copied to clipboard
Platform Mismatch
OTAPI.Server.Launcher compiles for AnyCPU but has a dependency on Steamworks.NET which has a ref library that targets AMD64. This causes consuming projects to raise platform mismatch warnings
This is a constraint until Steamworks.NET is compatible with other arches, but realistically a future plan is to create a type of auto-shim generator back in modframework so there's no need for it for servers. this may be soon, as it is a problem for arm64 too.