Platform: Web Browser API integration, LocalStorage persistence, and size optimization define web deployment. NEVER Do (Expert Web Rules) Persistence & Storage - NEVER use FileAccess for persistent saves — Browsers sandbox the filesystem. Standard to is unreliable. Always use for or . - NEVER assume localStorage is permanent — Browsers may purge local storage if space is low. Always implement a cloud-save fallback for production titles. Rendering & Logic - NEVER use the Forward+ renderer — Forward+ requires Vulkan features that are unstable in browsers. Use the Compatibility (WebGL 2.0) rende…