I\'m following a tutorial on how to work with Unity3d and I\'ve hit a dead end.
I believe something changed in a newer version of Unity since the tutorial seems to w
with your comment you just made it all clear. When you use the Dynamic Parameter, the value of your input entry is passed to your function. When you choose the Static Parameter, a new input box is shown in the inspector, for you to write the "static parameter" you want to receive.
Not sure yet how this is useful. But it should make clear the difference.