keijiro / Dkvfx

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

Multiple instances problem? #19

Closed dvdsmthdvd closed 3 years ago

dvdsmthdvd commented 3 years ago

When I use multiple instances of the player/converter/vfx prefabs, each one updates with the new video. How can I use this with multiple instances and several different videos in the same scene?

keijiro commented 3 years ago

Did you add a pair of color/position render textures for each player? I guess that your players are overwriting the same color/position render textures.

dvdsmthdvd commented 3 years ago

Yes that solved it. Thank you so much for your help!