Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: kavery on February 12, 2019, 08:11:28 PM

Title: Asset Store Dissolve Shader - Possible to control parameters?[SOLVED]
Post by: kavery on February 12, 2019, 08:11:28 PM
The shader pack is great, but would be much more useful if i could use PM. Is there a trick to controlling the dissolve and edge parameters? I only get the generic properties when I drag and drop the component into PM.

Title: Re: Asset Store Dissolve Shader - Possible to control parameters?
Post by: Alex Chouls on February 12, 2019, 10:55:31 PM
You should be able to use the Set Material Float (https://hutonggames.fogbugz.com/f/page?W406) action. But you'll need to find the shader parameter names.

This might help:
https://docs.unity3d.com/Manual/MaterialsAccessingViaScript.html
Title: Re: Asset Store Dissolve Shader - Possible to control parameters?
Post by: kavery on February 12, 2019, 10:57:12 PM
Thank you. This rocks!!