RenderHeads / UnityPlugin-AVProMovieCapture

AVPro Movie Capture is a Unity Plugin for advanced video capture to AVI/MP4/MOV files
https://renderheads.com/products/avpro-movie-capture/
47 stars 8 forks source link

Add HDRP/LWRP support #4

Closed AndrewRH closed 5 days ago

AndrewRH commented 5 years ago

Currently the ApplyToMaterial/ApplyToMesh scripts don't work correctly. This is due to materina.mainTexture not working with HDRP, so it needs to be changed eg:

                //_material.mainTexture = texture;
                _material.SetTexture("_BaseColorMap", texture);

Have to see if anything else needs changing too.

jsd-within commented 5 years ago

Testing the free version of the plugin in HDRP yesterday (6/13/2019) I found that the antialiasing dropdown had no effect and that checking the motion blur checkbox prevented successful export, even at very low resolutions. However, I was able to successfully export without those options turned on.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

MorrisRH commented 5 days ago

Not sure how this issue arrived here as "Apply To Mesh" and "Apply To Material" are both from AVPro Video. Closing.