Streaming Virtual Textures Support

The following is intended for informational purposes only, and may not be incorporated into any contract. No purchasing decisions should be made based on the following materials. Unity is not committing to deliver any functionality, features or code. The development, timing and release of all products, functionality and features are at the sole discretion of Unity, and are subject to change.
If you have accepted to use functional cookies and logged in using your Unity ID at the top right of the page, then sharing feedback is as simple as clicking a card below, selecting a topic’s importance, adding your point of view, and submitting. If you prefer not to accept functional cookies or log in, you will be prompted to enter an email address and validate it, so we know how to reach out when the topic evolves. For more information read the Feedback and privacy terms.
Summary
Streaming Virtual Texturing (SVT) is a feature that reduces GPU memory usage and texture loading times when you have many high-resolution textures in your Scene. It splits textures into tiles and progressively uploads them to GPU memory when needed.
Intended Outcome/Use Case
SVT lets you set a fixed memory cost. The required GPU cache size depends mainly on the frame resolution and not the number or resolution of textures in the Scene for full texture quality. The more high-resolution textures you have in your Scene, the more GPU memory you can save with SVT. This allows you to utilize higher quality textures and set up your Scenes more densely based on the visual requirements of your Scenes.
Asset Bundles support will also be available for SVT to allow runtime patching of your content.
A preview version of SVT is currently available only for HDRP. Please see our Feedback Wanted: Streaming Virtual Texturing forum post and Unity SVT documentation for more details.