UnityC#WebGLWebRTC

→ Code


Crashblox is a multiplayer browser-based game built with Unity. To achieve high performance for a 3D game in the browser, I implemented my own voxel engine. For the multiplayer networking, I wrote my own networking library using WebRTC as the transport layer. This is because the WebRTC allows you to send fast, unordered UDP-like messages in the browser, which is perfect for continuous state updates. I am very proud of Crashblox's netcode, which includes client prediction and rollback.

Crashblox screenshot