Unity LiteDevelop with Unity LiteLite LogicNodesAction nodesNodes that perform an action, for example, move an object, start an animation, etc.Read time 1 minuteLast updated 2 days agoMove By Value nodeMove a GameObject by a specified amount in the x, y, and z directions.Move To Value nodeMove a GameObject to a specific position in the scene.Scale To Value nodeChange the size of a GameObject to a specific value in the x, y, and z directions.Scale By Value nodeChange the size of a GameObject by a specified amount in the x, y, and z directions.Rotate By Value nodeRotate a GameObject by a specified amount in the x, y, and z directions.Rotate To Value nodeRotate a GameObject to a specific rotation in the scene.Set Active nodeEnable or disable a GameObject in the scene.Wait nodePause the flow of your Logic script for a specified amount of time.Set Text nodeChange the text of a UI Text element.Wait Until nodePause the flow of your Logic script until a specified condition is met.Instantiate nodeCreate a new instance of a GameObject in the scene.Destroy nodeRemove a GameObject from the scene.Set variable value nodeChange the value of a variable.Play animation nodePlay a specified animation on a GameObject.Pause animation nodePause a specified animation on a GameObject.Stop animation nodeStop a specified animation on a GameObject.