Closed Pitamor closed 4 years ago
Although the sample in this repository only works on HDRP, Dkvfx is compatible with URP.
In other words, you can't use the sample VFX in this repository with URP, but you can create your own VFX on URP with Dkvfx.
Ok, Great. Thank You!
One last question, How do I create a Metadata, color and position files for my HAP File? Is there an explanation somewhere?
Thanks again
בתאריך שבת, 7 בנוב׳ 2020 ב-3:23 מאת Keijiro Takahashi < notifications@github.com>:
Closed #12 https://github.com/keijiro/Dkvfx/issues/12.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keijiro/Dkvfx/issues/12#event-3969419679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP25G2RYRP6EOGFMKB5CDJDSOSOP3ANCNFSM4TNGA32Q .
For metadata, see #3.
For color and position rendertexture, you can create your own ones https://docs.unity3d.com/Manual/class-RenderTexture.html
Note that you should use the same resolution as your exported video file.
Thanks! I did it but unfortunately it's still dont working and it's hard to say why... It looks exactly the same as it looks in the HDRP and I don't have any errors... I'm attaching some pictures that of how it is looks like
Huge Thanks Once again!
בתאריך שבת, 7 בנוב׳ 2020 ב-10:07 מאת Keijiro Takahashi < notifications@github.com>:
For metadata, see #3 https://github.com/keijiro/Dkvfx/issues/3.
For color and position rendertexture, you can create your own ones https://docs.unity3d.com/Manual/class-RenderTexture.html
Note that you should use the same resolution as your exported video file.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keijiro/Dkvfx/issues/12#issuecomment-723416253, or unsubscribe https://github.com/notifications/unsubscribe-auth/AP25G2WSVYEI3YMAXFNDDF3SOT55HANCNFSM4TNGA32Q .
Hi Keijiro,
I'm working on a VR project combining Volumetric Videos. I'm creating my project with the Universal render pipeline and really want to use the VFX graph. I've add the repositories and everything and I'm not getting any errors but it's also don't work...
Thanks a lot an advance