- Fixed regression where pack/unpack nodes didn't return any inputs/outputs
This commit is contained in:
@@ -262,6 +262,7 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
}
|
||||
|
||||
outputs = [(type.Name, type)];
|
||||
return;
|
||||
}
|
||||
|
||||
inputs = null;
|
||||
@@ -322,7 +323,9 @@ namespace FlaxEditor.Surface.Archetypes
|
||||
var field = fields[i];
|
||||
outputs[i] = (field.Name, field.ValueType);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
inputs = null;
|
||||
outputs = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user