Version: Unity 6.6 Alpha (6000.6)
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 buildsA development build includes debug symbols and enables the Profiler. More info
See in Glossary
, 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 compressionA method of storing data that reduces the amount of storage space it requires. See Texture Compression, Animation Compression, Audio Compression, Build Compression.
See in Glossary
formats.

Additional resources

Web performance considerations
Debug Web builds in development