When adding the extension to a new project I get the following error on windows:
core/extension/gdextension.cpp:706 - GDExtension library not found: res://addons/steam-multiplayer-peer/win64/steam-multiplayer-peer.debug.x86_64.dll
In the win64 folder the dll is named steam-multiplayer-peer.windows.template_debug.x86_64, renaming the dll in that folder to steam-multiplayer-peer.debug.x86_64 fixes this.
When adding the extension to a new project I get the following error on windows:
In the win64 folder the dll is named
steam-multiplayer-peer.windows.template_debug.x86_64
, renaming the dll in that folder tosteam-multiplayer-peer.debug.x86_64
fixes this.