Upload Your Unity WebGL Builds

Afrika Prime League hosts your games as static files inside the website project. Each game build must include an index.html at the correct path.

Where to drop the game files

Inside the project folder, place each exported Unity WebGL build here:

public/games-builds/ aft/      (Absolute Fighting Tournament build) racing/   (Racing build) shooter/  (Shooter build)

Each folder must contain:

  • index.html
  • Build/ folder
  • TemplateData/ folder

Recommended Unity WebGL setting for Netlify: Compression Format = Disabled.

Test AFT PageTest Racing PageTest Shooter Page