godotengine / webrtc-native

The official GDNative WebRTC implementation for non-html exports.
MIT License
198 stars 27 forks source link

Rename osx to macos in webrtc.gdextension #72

Closed JonathanPicques closed 1 year ago

JonathanPicques commented 1 year ago

The plugin wouldn't work with Godot beta 5 because it expects a macos key instead of an osx

JonathanPicques commented 1 year ago

Commit that changed that in godot: https://github.com/godotengine/godot/commit/8823eae328547991def3b13ee2919291d29a278b

Faless commented 1 year ago

Thanks!