keijiro / Dkvfx

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

Best way to use Dkvfx with a modified version of KlakHap #8

Closed sergiobd closed 4 years ago

sergiobd commented 4 years ago

Hi,

I want to introduce slight modifications on KlapHap in order to use them with DkVfx. However, KlakHap is a git-based dependency of Dkvfx, so my changes will be overwritten. When I try to import KlapHap locally, apparently DkVfx does not "see" KlakHap's namespace. What should be the best way of using a modified version of KlakHap with Dkvfx?

keijiro commented 4 years ago

The easiest way is to modify Dkvfx too. Make it depend to your own version of KlakHap.

keijiro commented 4 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.