Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started 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.
-
bump