playMaker

Author Topic: [ArrayEditor(VariableType.GameObject)]  (Read 1567 times)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
[ArrayEditor(VariableType.GameObject)]
« on: June 16, 2018, 02:39:08 PM »
Hi

I was trying to get the type UnityEngine.UI.Button (which i am still trying to get :) )

But then i noticed that :
Code: [Select]
[ArrayEditor(VariableType.GameObject)]
[ArrayEditor(VariableType.Enum)]
[ArrayEditor(VariableType.Material)]
[ArrayEditor(VariableType.Texture)]
[ArrayEditor(VariableType.Vector2)]

Are not showing the arrays when you want to select an array.

If i create the variable from within the action (New Variable...)
Then i can see the variable.

Except for the enum.
With that one i can't make a new variable.

Tested on Unity 5.6.4f1 and Playmaker 1.9.0p1

I also have submitted a bug report inside unity/playmaker
« Last Edit: June 16, 2018, 02:41:30 PM by djaydino »