Since the DepthKit Unity plugin does not run on the HD Render Pipeline, and the VFX Graph only runs on the HD Render Pipeline, I am shut out of creating powerful effects.
Is there an ETA for Depthkit + HDRP?
Since the DepthKit Unity plugin does not run on the HD Render Pipeline, and the VFX Graph only runs on the HD Render Pipeline, I am shut out of creating powerful effects.
Is there an ETA for Depthkit + HDRP?
Hey Nick, so glad you posted about this. We are actively developing Depthkit integration with the VFX graph for much more flexibility in creating your own aesthetic. What kind of effects do you have in mind?
Hi Jillian,
Seven years ago there was this recording built using three synced kinect point cloud files taken into 3DMax (rendered as Krakatoa particles) .
https://www.onformative.com/work/unnamed-soundsculpture/
Itās become quite famous. What interests me about this is how the particles (vector3 points, if I have it correctly) have a physics characteristicāsimple gravity for example.
Concerning VFX Graph in the HDRPipeline:
I work exclusively in VR and I do not think I can build out any project at 90FPS using the HDRP; perhaps Unityās VR Lightweight Render Pipeline might work. I assume so. In either case, DepthKit has not yet been written for these render pipelines.
I read your posting about DepthKit integration into Unityās shader graph. That looks promising. Iāve never written a shader, and Iām new to programming except for C# in Unity. Iām an artist, theatrical professional, and composer using Unity since 2013.
Concerning my project:
The aesthetics of the depthKit clips fit well in a surreal or futurist scenario. Consequently Iāve written a narrative that might work well in that context. Iād like to have more compelling effects for the ācharactersā in my scenario, additional ways for them to become disembodied. Iām putting the mp4 texture into Adobe AfterEffects today to see what might be possible with the rgb texture only.
Iām anxious to create something substantial, something more than what appears to be āfooling around with the new techā ā if that makes sense.
Thank you for the quick reply.
It means a lot,
Nick
Hey Nick! Thanks so much for sharing. Our new developments with the up coming version of the Depthkit plugin would be perfect for what you are describing. We will keep you updated with all news and developments, stay tuned!
Additonally @NickVenden I recommend you checking out Keijiroās repo here for a taste of what Depthkit will be like in the VFX graph. You can go ahead and get started learning the tool, even though it doesnāt directly support your target platform yet:
@kkukshtel
Thank you for the information.
I imported Keijiroās Unity āSkinnerā package and made some Skinner body/mesh objects with animation. The objects need a skinned mesh componentāwhich is referenced for the runtime fx rendering. (If Iām saying this correctly.)
His instruction: https://github.com/keijiro/Skinner
QUESTION:
Do I have access to the mesh of the DepthKit objects?
If soāand if they are low poly enough or could be decimatedāI could create Keijiroās effects on the DepthKit objects.
@NickVenden For the DKVFX repo you donāt need to use meshes and can use the Depthkit Combined Per Pixel video directly. If youāre using Skinner, as you mentioned it needs an actual mesh, which isnāt provided by Depthkit in Unity right now. Our new SDK is much better about this, but it isnāt exactly the same as just getting a mesh.
For now I recommend using the Dkvfx repo instead of trying to do anything with meshes in Unity.
@kkukshtel
I did not have any success with Keijiro Dkvfx-master
There are Git package dependencies (Git support on Package Manager) and other issues with the repo which, for me, make it impossible to use.
Thank you.
Any luck on using Dkvfx-master ? Iām trying it out for the first time and could use some help, thanks!
@NickVenden I dināt get it working yet but you can clear those errors by changing the manifest file in the Packages folder, see here: https://github.com/keijiro/Dkvfx
Note that the scopedRegisteries need square brackets and a following comma like this ā¦
āscopedRegistriesā:[{
ānameā: āKeijiroā,
āurlā: āhttps://registry.npmjs.comā,
āscopesā: [ ājp.keijiroā ]
}],
Hi all,
Since this is such a popular thread, I wanted to post an exciting update here. We now have full support for Unity VFX Graph (as well as Shader Graph including HDRP & URP) in our Expansion Package for Unity.
Check out the details here: Unity Expansion Package