rsodre / FulldomeCameraForUnity

Fulldome Camera for Unity 2019
http://fulldomevjs.com/
MIT License
149 stars 15 forks source link

Question about HDRP #6

Closed mrarashiyan closed 4 years ago

mrarashiyan commented 4 years ago

Hi, Thank you for this useful package a have a question: can I use this package with HDRP or LDRP?

rsodre commented 4 years ago

Yes, the master branch is compatible with HDRP. I haven't tried LWRP but should work too. Please tell what happens here if you try.

mrarashiyan commented 4 years ago

Hi there, yup it's working. I used 2019 version on Unity 2018.3.7 . Just had a little change in FullDomeCamera.cs on line 102. I'd commented "if" statement in order to force it to use "cubemapFbo" as main renderer texture Thank you