playMaker

Author Topic: How to hide public variable in custom action  (Read 1137 times)

dev19872014

  • Playmaker Newbie
  • *
  • Posts: 20
How to hide public variable in custom action
« 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.

dev19872014

  • Playmaker Newbie
  • *
  • Posts: 20
Re: How to hide public variable in custom action
« Reply #1 on: May 30, 2018, 04:58:57 AM »
bump