Sebastian Barth

Results 10 comments of Sebastian Barth

Unity: 2022.2.11f1 (and a LTS of 2021) Tool: 0.1.6 from github URL

I use it together with FishNet which when UNITY_SERVER is set will start the server automatically. With this bug, sadly also for the built client.

Unity: 2022.2.11f1 (and a LTS of 2021) Tool: 0.1.6 from github URL

@nerumo in the HTML, right below the button, there is a visually hidden input with the URL as value. As far as a read, you are supposed to take it...

Thanks for the fast reaction! I totally understand your points and have replaced the new method (now private) with: ``` public static Message Create(ushort tag, byte[] data) ``` I currently...

Offtopic: I often get confused by method semantic and now understood why: Your Get Methods often create new objects with separate state. For instance `Message.GetReader()` does create a new reader...

Offtopic-ish - Ignorable: I am strongly interested in this feature (I am porting Rollback-Netcode from Unity to Godot). I see: 🔗 GHA / 🐧 Linux / Editor w/ Mono (target=editor)...

@Daylily-Zeleen Thanks for the elaboration. Is it a yes to the questions whether tests are failing? This is would be reason for blocking the merge, right?