Brendan Duncan
Brendan Duncan
Brendan is a senior software engineer working on graphics and the web platform for Unity Technologies, where he combines his love of creativity and technology. Before Unity, Brendan has 20+ years working in animation studios such as Disney, and technology companies such as Google.
JS GameDev Summit 2022JS GameDev Summit 2022
32 min
Extending Unity WebGL With Javascript
Unity can build games to run in a web browser using tools like Emscripten, Web Assembly, and WebGL. It provides integration with the browser, using browser APIs to simulate native APIs. Sometimes it is useful to interface with the browser in ways that Unity does not natively provide support for. In this talk, I will discuss how Unity builds games for the web, and how to extend Unity using Javascript to enable support for features not otherwise provided.