Skip to content

Developer WebGLAPI

Fabrizio Nunnari edited this page Jul 24, 2019 · 1 revision

Project YALLAH - Developers Manual: Controlling the Behavior of Characters

This module is a work in progress

This document explains how to build a Unity project that exposes the high-level API to javascript code in HTML pages.

High-Level API in WebGL

TODO

Setup and Build

  • add main Unity script
  • add native modules
  • javascript files (setup_public_api.js)
  • prepare an HTML file
  • Build
  • Use example

How does it works

TODO