Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: dev19872014 on May 28, 2018, 08:13:07 AM

Title: How to hide public variable in custom action
Post by: dev19872014 on May 28, 2018, 08:13:07 AM
Hey,

How to hide a Public variable in custom action?

I wanna to use a public variable for ParticleSystem.MainModule.

But its show error (Save Action: Unsupported parameter type: UnityEngine.ParticleSystem+MainModule
UnityEngine.Debug:LogError(Object))

I have to use a public variable for access inside other class.
Title: Re: How to hide public variable in custom action
Post by: dev19872014 on May 30, 2018, 04:58:57 AM
bump