Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HDRP/LWRP support #2

Open
AndrewRH opened this issue Jun 3, 2019 · 1 comment
Open

Add HDRP/LWRP support #2

AndrewRH opened this issue Jun 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@AndrewRH
Copy link
Contributor

AndrewRH commented Jun 3, 2019

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 AndrewRH added the enhancement New feature or request label Jun 3, 2019
@rilez
Copy link

rilez commented Aug 16, 2019

Hey @AndrewRH thanks for this! Saved me a lot of time having to dig around and find where this was done. Would be great to see this rolled into the main product!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants