File tree Expand file tree Collapse file tree
Editor/Scripts/Interactivity/VisualScriptingExport/UnitExporters/Variables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,15 +28,12 @@ public bool InitializeInteractivityNodes(UnitExporter unitExporter)
2828 var variableType = unitExporter . vsExportContext . variables [ variableIndex ] . Type ;
2929 unitExporter . MapOutFlowConnectionWhenValid ( unit . assigned , Variable_SetNode . IdFlowOut , node ) ;
3030
31- node . Configuration [ "variable" ] . Value = variableIndex ;
32-
3331 valueSocket . MapToInputPort ( unit . input ) ;
3432 flowIn . MapToControlInput ( unit . assign ) ;
3533
3634 bool inputIsLiteral = ! unit . input . hasDefaultValue && unit . input . hasValidConnection &&
3735 ( unit . input . connections . First ( ) . source . unit is Literal
3836 || unit . input . connections . First ( ) . source . unit is Null ) ;
39-
4037
4138 if ( ( inputIsLiteral || ( unit . input . hasDefaultValue && ! unit . input . hasValidConnection && ! unit . input . hasAnyConnection ) ) && unit . output . hasValidConnection )
4239 {
You can’t perform that action at this time.
0 commit comments