Zack Yang
Zack Yang
Can confirm this issue on Ubuntu 20.10 / Godot 3.2.3 and 3.2.2. Is there a workaround? This seems to make C# / Mono completely unusable.
 Here is the Entry.gd code as well, only changed some print statements to make it more prominent which OS.feature type I'm using: ``` extends Node # Entry point for...
And I used this server binary: 
Yikes this may be a Godot issue: https://github.com/godotengine/godot/issues/38747
Here's my temporary fix for anyone else stumbling into this issue -- basically we detect the name of the executable instead of the feature flag, per the other Godot issue....
Thanks so much for checking I will do a few more attempts. FWIW I'm using Ubuntu on Windows / Bash on Windows.
The Multiplayer Bomberman Demo Project would be very helpful as a reference implementation -- I copied in your addon, and added a Replicator node to the Player.tscn, added a "transform"...
Actually, even base circe now does not work, below are some details from Build.scala file: `scalaVersion := "2.11.12"` resolvers: ``` "clojars" at "https://clojars.org/repo/", "jitpack.io" at "https://jitpack.io"), ```