Description
Multi-GPU Direct Transfer for Unity is a native Windows/Vulkan plugin that splits workloads across GPUs: run compute on your iGPU, render on your dGPU, and stream results straight into Unity RenderTextures. It auto-selects the fastest transfer path (shared memory → staging → CPU), exposes metrics/logging, and ships with a clean C# wrapper, SPIR-V samples, and an example scene.
Customizable? Yes.
Suitable for a particular genre?
It’s genre-agnostic. Ideal wherever GPU compute meets rendering: post-FX, upscaling/super-res, stylized filters, simulation/AI preprocessing, VFX, imaging tools, and editor utilities.
Requirements
Windows 64-bit, Vulkan graphics API enabled, ideally a system with both an iGPU (compute) and a dGPU (render). Falls back gracefully when direct sharing isn’t available.