unity pipeline compatability

63 views
Skip to first unread message

Aaron Munro

unread,
Jun 20, 2020, 2:55:30 AM6/20/20
to COLIBRI VR
About to jump into Colibri VR and I'm met with indecision. I will be looking at implementing a test case into a URP project. This, however, leads me to a few questions:

  1. Is Colibri VR compatible with all render pipelines (URP, HDRP, etc)
  2. If not, then is the output able to be imported directly into a URP/HDRP project
  3. else, is there a way we can implement this (say with shader graph) to allow us to implement ourself?
Kind regards

Aaron Munro

Greg de Dinechin

unread,
Jun 24, 2020, 4:53:53 AM6/24/20
to COLIBRI VR
Hi Aaron,

Thanks for your interest in the toolkit. I've just tested it with URP and unfortunately it does not seem very compatible :
  1. Too many things break when trying it out, e.g. acquisition with perspective cameras does not work as expected (seems to work fine with omnidirectional ones though), and any rendering algorithm based on command buffers does not work correctly. The scripts probably won't raise errors: however, you will not obtain the expected behaviour. Therefore I would say that no, COLIBRI VR is not currently compatible with URP and HDRP.
  2. Probably not. The main challenge would be to fix the ability to use command buffers for the view-dependent rendering algorithms, so as to be able to use the output from acquisition within a built-in RP project. If this works, we could spend some time on fixing acquisition within URP/HDRP projects.
  3. I don't have much knowledge on shader graph, but yes, I expect that the algorithms could be implemented similarly using this interface. This is likely to take a little time, but it's a good idea to try re-implementing these methods yourself, to fully understand what is going on behind the scenes. For inspiration, you can find the full shader code used in the COLIBRI VR project on GitHub.
Sorry that I don't have better news. I hope you'll find a solution that works for your project!
Kind regards,

Greg
Reply all
Reply to author
Forward
0 new messages