UnityPlugin-AVProMovieCapture icon indicating copy to clipboard operation
UnityPlugin-AVProMovieCapture copied to clipboard

Add HDRP/LWRP support

Open AndrewRH opened this issue 6 years ago • 2 comments

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.

AndrewRH avatar Jun 03 '19 18:06 AndrewRH

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.

jsd-within avatar Jun 14 '19 20:06 jsd-within

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.

stale[bot] avatar Jul 01 '20 19:07 stale[bot]