Version: Unity 6.7 Alpha (6000.7)
Language : English
Web performance considerations
Debug Web builds in development

Debug and troubleshoot Web builds

Debug errors and common problems in Unity Web builds.

Visual Studio doesn’t support debugging Unity Web content. Unity Web also doesn’t support source-level debugging, so debugging workflows rely on browser console output, development builds, symbol files, and troubleshooting.

Topic Description
Debug Web builds in development Inspect logs, use development builds, and configure exception support to diagnose problems during development.
Debug production Web builds Use external symbols, JavaScript error handlers, and stack trace mapping to debug deployed Web builds.
Troubleshoot common Web build errors Resolve common Web build problems such as memory exhaustion, server configuration issues, and unsupported compression formats.

Additional resources

Web performance considerations
Debug Web builds in development