Unity LiteDevelop with Unity LiteLite LogicNodesUtility nodesNodes that perform common tasks, for example, math operations, creating vectors, and debugging.Read time 1 minuteLast updated 2 days agoMath nodePerform mathematical operations.Quaternion nodeAdvanced Create a Quaternion value from individual x, y, z, and w components.Vector3 nodeCreate a Vector3 value from individual x, y, and z components.Vector2 nodeCreate a Vector2 value from individual x and y components.Physics nodePerform common physics operations, such as a raycast.Input nodeGet input from the user, such as keyboard or mouse input.Time nodeGet information about the passage of time, such as delta time or the current time.Random nodeGenerate random values, such as random integers or floats within a specified range.Debug nodeOutput a message to the console for debugging purposes.