Crest is an advanced water system implemented in Unity that delivers ocean rendering and simulation for the built-in renderer pipeline.
The system solves the problem of creating realistic, performant water in Unity games by combining displacement textures and sophisticated sampling methods to generate dynamic ocean geometry. It uses a layered approach to wave simulation and rendering, allowing developers to achieve class-leading visual quality while maintaining control over performance characteristics through configurable parameters and level-of-detail systems.
Crest suits projects that require large-scale water environments with realistic wave behavior and visual fidelity. It is designed for developers working with Unity's built-in renderer; separate versions are available for other render pipelines including HDRP and URP. The tool is particularly valuable for open-world games, maritime simulations, and any project where water is a central visual element rather than a secondary detail. Developers should be aware that this repository targets the built-in renderer specifically, and adopting it requires choosing the appropriate version for their rendering pipeline.
The project maintains active community engagement through Discord and social channels. Development includes ongoing refinement of the water simulation and rendering techniques, with documentation and examples available to support integration. The team has released a newer major version while continuing to support the existing codebase, indicating a commitment to both innovation and stability for established projects.