A lightweight high-performance probe-based real-time Global Illumination for Unity URP. Mobile-readyLuvox Realtime GI is a lightweight dynamic indirect-lighting solution for Unity URP.Based on Precomputed Radiance Transfer principles, Luvox bakes scene data into a probe volume in the Editor and updates the indirect-light response at runtime using the active Directional Light.The result is stable in world space and does not depend on the current camera view. It is designed as a practical and affordable solution for projects that need dynamic ambient lighting without the cost or complexity of a full realtime GI system.Setup is simple:- Add the Luvox Probe Volume and Relight Manager components.- Configure the probe bounds and spacing.- Bake the probe data.- Add the included RelightSubGraph to your Shader Graph.- Connect the Sub Graph output to Emission.Luvox supports URP Forward and Deferred rendering paths, including mobile platforms.The package includes an example scene, probe visualization tools, runtime debugging options and documentation.Mobile support:- Designed with mobile performance in mind.- Sparse probe indexing avoids unnecessary runtime sampling and keeps the system lightweight.- Optional chunk-based updates prioritize nearby probes and spread relighting work across frames.- Tested with over 100,000 probes while maintaining 100+ FPS on a mobile device.Current limitations:- Runtime relighting is driven by one Directional Light.- Point Lights, Spot Lights and emissive materials do not currently update indirect lighting.- Static level geometry is baked in the Editor. Geometry changes require a rebake.- Indoor lighting uses a simplified approximation and may require some tuning.- URP Forward and Deferred rendering support.- Desktop and mobile platform support.- PRT-based world-space indirect lighting with sparse probe indexing.- Optional priority-based 3D chunk updates for larger probe volumes.- Shader Graph integration through the included RelightSubGraph.* **Status:** No AI-generated assets (textures, models, etc.) included.* **Core Logic:** Based on a mature, production-proven commercial PRT (Precomputed Radiance Transfer) solution, originally hand-coded for high-end titles.* **Redesign Process:** This specialized URP version was refactored and simplified using a modern **"Vibe Coding"** workflow. We leveraged AI-assisted coding tools to accelerate the porting of complex commercial logic into a lightweight, user-friendly package without compromising the underlying mathematical integrity.* **Quality Assurance:** All architectural decisions and performance optimizations were manually directed and verified by senior engineers to ensure the final product meets production-grade standards for stability and efficiency.

