keijiro / Dkvfx

An example that shows how to use recorded Depthkit footage with Unity VFX Graph
Other
228 stars 34 forks source link

different videos/assets in one scene #6

Closed vinnie882 closed 4 years ago

vinnie882 commented 4 years ago

Dear Keijiro,

first of all, thank you for your dedication and creativity in creating this effect. I have a question:

Is it possible to stream different videos / assets in one scene? I tried to duplicate the VFX effect, the hap player and the converter und connecting them to each other but it seems that the Hap-Player is always referring to the same converter so that all players in the scene are streaming the same video.

I would love to hear from you. Could not find any usefull adise by googling. Thanks in advance!

Vincent

keijiro commented 4 years ago

In some previous projects, I used multiple streams of Deptkit recordings with Dkvfx, and it worked flawlessly. I recommend setting things up from scratch (not copy-pasting the example).

keijiro commented 4 years ago

I'm closing this issue now. Please feel free to reopen it if you still have a problem with it.

cpkcpkcpk commented 4 years ago

Hi, I'm also having problems using multiple videos in one scene. I have set everything up from scratch, but all the HAP players are referring the same converter, and there is only one set of color and position maps to use in VFX graph.

When you have multiple streams of Depthkit recordings working at the same time, I'm guessing each clip should have it's own color and position maps?

Thanks, Charlie