playcanvas-engine
Audited by Runlayer on Mar 9, 2026
Tool passed security scan
Risky tool definition detected
Upload to: - **Netlify**: Drag & drop - **Vercel**: Connect GitHub - **GitHub Pages**: Push to gh-pages branch - **AWS S3**: Static website hosting - **Any web server**: Just upload files **CORS Considerations**: ```javascript // If loading assets from different domain // Server must send CORS headers: Access-Control-Allow-Origin: * ``` --- ### Optimization for Production **Before Publishing**: 1.
Tool passed security scan
Risky tool definition detected
Tool: playcanvas-engine/assets/starter_playcanvas/README.md [2/2] Description: - Check CORS headers on asset server **Poor performance on mobile:** ```javascript // Reduce resolution for mobile if (isMobile()) { app.graphicsDevice.maxPixelRatio = 1; } // Disable shadows light.light.castShadows = false; ``` **Touch controls not working:** ```javascript // Ensure touch device is initialized app.touch = new pc.TouchDevice(canvas); ``` --- ## Next Steps 1.
Risky tool definition detected
Passed Files (10)Click to expand
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan
Tool passed security scan