Unity LiteDevelop with Unity LiteLite LogicNodesOperator nodesNodes that work with numbers, text, or other data.Read time 1 minuteLast updated 2 days agoAddition nodeAdd two or more values together.Subtraction nodeSubtract one value from another.Multiplication nodeMultiply two or more values together.Division nodeDivide one value by another.Remainder nodeGet the remainder of a division operation.Equal nodeCheck if two values are equal.GreaterThan nodeCheck if one value is greater than another.GreaterThanOrEqual nodeCheck if one value is greater than or equal to another.LessThan nodeCheck if one value is less than another.LessThanOrEqual nodeCheck if one value is less than or equal to another.And nodeCheck if multiple conditions are true.Not nodeInvert a Boolean (true or false) value.Or nodeCheck if at least one condition is true.