DiligentSamples icon indicating copy to clipboard operation
DiligentSamples copied to clipboard

Unity plugin for Vulkan and Compute Shader

Open ZhaoXiangXML opened this issue 2 years ago • 1 comments

It's nice to have a graphic library that works as Unity plugin.

I'm trying to write a fluid simulation/rendering lib that is supposed to work both as a standalone executable and an Unity plugin, DiligentGraphics looks like where I should build my lib on.

However I have two problems:

  1. It appears there's no Vulkan support in either UnityPlugin or UnitySimulator
  2. It appears there's no Unity plugin + Compute Shader sample

So I'm wondering if there's any change to have them in the near future.

ZhaoXiangXML avatar Jul 24 '23 11:07 ZhaoXiangXML

Hello,

Unity plugin was developed when Unity still did not have Vulkan support. We may add it in the future, but we do not have this in the plans at the moment. Same goes for Unity + compute shader example.

TheMostDiligent avatar Jul 25 '23 06:07 TheMostDiligent