Action

Acquire Object From Pool Action

Pulls one or more objects from a pool and reparents and rebinds them.

Parameters:

Action List

Action Lists let you manage groups of actions. You can set them to run in parallel, series or just a single random action.

Parameters:

Add Target To List Action

Adds the targeted GameObject to a list.

Parameters:

Add Targets To Game Object List Value Action

Adds a value to a list.

Parameters:

Analytics Enable Performance Reporting Action

Enable or disable performance reporting through Unity Analytics.

Parameters:

Analytics First Interaction Action

Send a FirstInteraction event through analytics.

Parameters:

Analytics IA PTransaction Action

Send an IAPTransaction event through Unity Analytics.

Parameters:

Analytics Item Spent Action

Send an ItemSpent event through Unity Analytics.

Parameters:

Analytics Screen Visit Action

Send an ScreenVisit event through Unity Analytics.

Parameters:

Analytics Set User Id Action

Sets the user id or user name for Unity Analytics.

Parameters:

Analytics Store Item Click Action

Send an StoreItemClick event through Unity Analytics.

Parameters:

Analytics Store Opened Action

Send an StoreOpened event through Unity Analytics.

Parameters:

Analytics Tutorial Complete Action

Send an TutorialComplete event through Unity Analytics.

Parameters:

Apply Force Action

Applies an amount of force to the target, potentially every fixed update.

Parameters:

Apply Torque Action

Applies an amount of torque to the target, potentially every fixed update.

Parameters:

Axis Input Action

Forwards input axis events to a camera or player controller.

Parameters:

Calculate Nav Mesh Path Action

Calculates a path along the NavMesh and stores it in a Vector3 List Value.

Parameters:

Calculate Path Action

Calculates a path and stores it in a Vector3 List Value.

Parameters:

Calculate Waypoint Path Action

Calculates a path through waypoints and stores it in a Vector3 List Value.

Parameters:

Change Page Action

Changes the page of a UI Layout Group Data Bind that is set to Paged mode.

Parameters:

Change Quest Stage Action

Changes the current stage of this quest. The previously active stage will be set to inactive. Must be used in a quest.

Parameters:

Change Sort Action

Changes the sorting of a UI Layout Group Data Bind.

Parameters:

Change State Action

Changes the current state of the targeted State Machine.

Parameters:

Clear List Value Action

Clears the list pointed to by targetList.

Parameters:

Clear Navigation Destination Action

Clears the destination of the targeted NavMeshAgent(s).

Parameters:

Clear Particle System Action

Clears all particles from the targeted particle system.

Parameters:

Clear Waypoint Destination Action

Clears the current waypoint path from an agent.

Parameters:

Close And Open UI Action

Closes a UI Screen, and after the close transition is completed, another screen is opened.

Close This UI Screen Action

Closes this UI Screen

Close UI Screen Action

Closes a UI Screen

Complete Quest Action

Immediately mark this Quest as Complete. The Complete Actions from the active Steps, Stage, and Quest will be executed as well.

Conditional Action

Requires a Condition to be childed to it. If the Condition is met, the Actions underneath the Condition will Fire.

Controller Animation Action

Connects an animation parameter to a controller event.

Parameters:

Controller Event Action

Sends an event to a camera or player controller.

Parameters:

Copy Text To Clipboard Action

Copy prefix, text, and postfix to the clipboard.

Parameters:

Create Character Action

Creates a new character for the logged in account.

Parameters:

Create Object Pool Action

Creates a brand new object pool.

Parameters:

Delayed Action

This action will run sub-actions after waiting a specified duration and will delay any sibling actions below it in a serial Action List

Parameters:

Delete Character Action

Deletes a new character from the logged in account.

Parameters:

Delete Pref Action

Delete a specific value from Player Prefs.

Parameters:

Delete Prefs Action

Delete all values from Player Prefs.

Destroy Object Action

Completely removes a GameObject from the scene.

Parameters:

Destroy Object Pool Action

Destroys an object pool.

Parameters:

Dont Destroy On Load Action

Sets a GameObject to not be destroyed on a scene change.

Parameters:

Drag And Drop Action

Enable a Drag and Drop behavior on the target. Child actions will be executed when dragging starts, and child stop actions will be executed when it stops.

Parameters:

Emit Particles Action

Immediately causes the targeted particle system to emit count particles.

Parameters:

Enable Gravity Action

Sets the gravity status of the target(s).

Parameters:

Enable Particle Colliders Action

Enables or disables particle colliders in the targeted particle system.

Parameters:

Enable Particle Triggers Action

Enables or disables particle triggers in the targeted particle system.

Parameters:

Enable State Machine Action

Starts a targeted State Machine.

Parameters:

Enter Area Action

Immediately enter a new area.

Parameters:

Face Target Action

Rotates the target object towards the face target object.

Parameters:

Fade Screen Action

Fades the screen either in or out to a specified color or Texture.

Parameters:

Filter List Value Action

Filters the list pointed to by sourceList based on child Conditions and saves the output in targetList.

Parameters:

Fire Event Action

Fires an event defined in the Event Manager.

Parameters:

Focus Input Field Action

Focuses a Input Field component.

Parameters:

Frame Delayed Action

This action will run sub-actions after waiting a specified number of frames and will delay any sibling actions below it in a serial Action List

Parameters:

Get Characters Action

Retrieves the list of characters for the logged in account.

Parameters:

Get Child By Name Action

Searches a targeted GameObject's immediate children for a GameObject with a specified name, and stores the result in a ValueHolder

Parameters:

Get List Length Action

Gets the length of the list pointed to by targetList and saves it in storeIn.

Parameters:

Get Page Count Action

Gets the page count of a UI Layout Group Data Bind that is set to Paged mode.

Parameters:

Get Particles Action

Store the particles in a list.

Parameters:

Get Pref Action

Retrieve a value from Player Prefs and save it to Store In.

Parameters:

Get Targets From List Action

Returns a List of Targets from a GameObject List.

Parameters:

Grant Quest Action

Check the Grant Conditions of the specified Quest, and if successful, it will grant the Quest to the player.

Parameters:

Instanced Action

Spawns a prefab with an Action attached to it and runs that Action.

Parameters:

Load Asset Bundle Action

Load a specified asset bundle. The Action will complete when the bundle is loaded.

Parameters:

Load Multiple State Machines Action

Loads all State Machines stored in a specified Storage Level.

Parameters:

Load Quest Action

Add a quest (or quests) to the list of loaded quests based on a prefab.

Parameters:

Load Scene Action

Loads a scene from scene name or build index. Using the scene name 'current' will load the current scene. Using the scene name 'next' or 'previous' will load the next and previous scene by build index.

Parameters:

Load State Machine Action

Loads a single State Machine stored in a specified Storage Level using a specified Storage Key.

Parameters:

Log Action

Creates a console log entry for debugging.

Parameters:

Log In Action

Logs in to an account with the supplied credentials.

Parameters:

Looping Action

Will loop any number of Actions a number of times depending on the parameters.

Parameters:

Modify Bool Value Action

Modifies a Bool to toggle it's value.

Parameters:

Modify Color Value Action

Modifies a Color based on a specified amount and sets the modified Color to the target.

Parameters:

Modify Float Value Action

Modifies a Float based on a specified amount and sets the modified Float to the target.

Parameters:

Modify Integer Value Action

Modifies an Integer based on a specified amount and sets the modified Integer to the target.

Parameters:

Modify String Value Action

Modifies a String based on a specified operation and sets the modified String to the target.

Parameters:

Modify Vector2 Value Action

Modifies a Vector2 based on a specified amount and sets the modified Vector2 to the target.

Parameters:

Modify Vector3 Value Action

Modifies a Vector3 based on a specified amount and sets the modified Vector3 to the target.

Parameters:

Mouse Drag Action

Moves the target(s) to the current cursor position.

Parameters:

Move Action

Moves the targeted object(s).

Parameters:

Move Texture Action

Offsets the texture towards the desired offset value.

Parameters:

Sets the destination of the targeted pathing agent(s).

Parameters:

Notification Dialog Action

Opens a notification dialog.

Parameters:

On Start And Stop Action

Action to run other actions when it starts or finishes. Any actions underneath will be run at start unless they are marked as Stop Actions, in which case they will be run on stop.

Open And Close UI Action

Closes a UI Screen, and after the close transition is completed, another screen is opened.

Open UI Screen Action

Opens a UI Screen

Open Web Page Action

Opens a URL in a browser.

Parameters:

Pause Particle System Action

Pauses or unpauses the targeted particle system.

Parameters:

Play Audio Clip Action

Plays an audio clip or background music from the Audio Service.

Play Particle System Action

Plays the targeted particle system.

Parameters:

Play Sound Action

Plays a specified AudioClip.

Parameters:

Quit Game Action

Instantly quits the application.

Remove Quest Action

Remove an Active Quest without completing it. The active Steps, Stage, and Quest will be set to Inactive.

Parameters:

Remove Targets From Game Object List Value Action

Removes a value from a list.

Parameters:

Reset All Quests Action

Reset all quests to Inactive, regardless of completion state.

Reset Quest Action

Reset all progress on an Active or completed Quest.

Parameters:

Return Object To Pool Action

Returns targeted object(s) back to an object pool.

Parameters:

Rotate Action

Scales the targeted object(s).

Parameters:

Save Prefs Action

Save all Player Prefs to disk immediately.

Save State Machine Action

Saves the targeted State Machine(s).

Parameters:

Scale Action

Scales the targeted object(s).

Parameters:

Scale Texture Action

Scales the texture towards the desired offset value.

Parameters:

Select Character Action

Selects a character to play as.

Parameters:

Set Angular Velocity Action

Sets the angular velocity to a Rigidbody(2D) attached to the target(s).

Parameters:

Set Bool Animation Param Action

Sets a boolean value to a specified parameter on the targeted Animatior(s).

Parameters:

Set Camera Angle Action

Sets the Camera Angle on a Camera Controller.

Parameters:

Set Camera Bob Action

Sets the amount of Bob on a Camera Controller.

Parameters:

Set Camera Distance Action

Sets the Camera Distance on a Camera Controller.

Parameters:

Set Camera Target Action

Sets the Targets on a Camera Controller.

Parameters:

Set Collider Enabled Action

Sets the enabled status of the targeted Collider(s).

Parameters:

Set Color Action

Sets the color to the specified Type in the name.

Parameters:

Set Color Value Action

Sets a color value to another color value.

Set Component Enabled Action

Sets a Component's enabled state.

Parameters:

Set Enabled Action

Sets a GameObject's Active state.

Parameters:

Set Float Animation Param Action

Sets a float value to a specified parameter on the targeted Animatior(s).

Parameters:

Set Game Gravity Action

Sets the gravity for the entire game.

Parameters:

Set Game Object List Value Action

Sets a GameObject List to a GameObject List Value.

Set Game Object Value From Target Action

Sets a GameObject Value to a target.

Parameters:

Set Game Volume Action

Sets the volume for the entire game.

Parameters:

Set Input Axis Action

Forces an axis input to be a specific value.

Parameters:

Set Input Button Action

Forces an input button to be in a specific state.

Parameters:

Set Integer Animation Param Action

Sets a float value to a specified parameter on the targeted Animatior(s).

Parameters:

Set Integer Value Action

Sets an integer value to another value.

Set Interactable Action

Sets whether a control can be interacted with.

Parameters:

Set Kinematic Action

Sets the kinematic status of the target(s).

Parameters:

Set Light Cookie Action

Sets a Light Cookie onto the target(s).

Parameters:

Set Light Flare Action

Sets a Flare object onto a Light object.

Parameters:

Set Light Intensity Action

Sets the intensity of a Light object.

Parameters:

Set Light Range Action

Sets the range of a Light object.

Parameters:

Set Light Spot Angle Action

Sets the spot angle of a Light object.

Parameters:

Set Light Type Action

Sets the Light type of a Light object.

Parameters:

Set Material Action

Sets a Material to the target(s).

Parameters:

Set Maximum Object Pool Size Action

Sets the maximum size of an object pool.

Parameters:

Set Navigation Destination Action

Sets the destination of the targeted NavMeshAgent(s).

Parameters:

Set Navigation Speed Action

Sets the speed of the targeted NavMeshAgent(s).

Parameters:

Set Parent Action

Sets the target(s) to be parented to the specified parent target.

Parameters:

Set Particle System Time Action

Sets the elapsed time on a particle system.

Parameters:

Set Particles Action

Set the particles from a list.

Parameters:

Set Pref Action

Save a specific value to Player Prefs.

Parameters:

Set Random Float Action

Generates a random float and sets it to the targeted value.

Parameters:

Set Random Game Object Action

Picks a random GameObject from a list and sets it to the targeted value.

Parameters:

Set Random Int Action

Generates a random int and sets it to the targeted value.

Parameters:

Set Random Seed Action

Used to set the seed for Unity's Random class.

Parameters:

Set Random String Action

Picks a random string from a list and sets it to the targeted value.

Parameters:

Set Random Vector3 Action

Generates a random Vector3 and sets it to the targeted value.

Parameters:

Set Rigidbody2 DGravity Scale Action

Sets the gravity scale of the target(s) that have a Rigidbody2D attatched.

Parameters:

Set Scriptable Object Value Action

Sets an scriptable object value to another value.

Set Sound Pitch Action

Sets the pitch of an AudioSource component.

Parameters:

Set Sound Volume Action

Sets the specified volume to the target(s).

Parameters:

Set Targets Action

Sets the new target(s) to a list of Actions and runs the Actions.

Parameters:

Set Time Scale Action

Sets Unity's native time scale to a value from 0.0f to 1.0f.

Parameters: greater lerps it to the target time scale over duration.

Set Top Quest Action

Set a quest to be the top quest.

Parameters:

Set Trigger Animation Param Action

Sets a trigger on a specified parameter on the targeted Animatior(s).

Parameters:

Set UI Context Action

Set the context for a UI element (and its children).

Parameters:

Set UI Image Action

Sets the sprite of a UI Image.

Parameters:

Set UI Slider Position Action

Sets the position of a UI Slider or Scrollbar.

Parameters:

Set UI Text Action

Sets a series of string values to a targeted Text.

Parameters:

Set UI Toggle Action

Sets the isOn value of UI Toggle component.

Parameters:

Set Untyped Value Action

Sets an untyped value to another value.

Set Vector3 Value Action

Sets a Vector3 to a Vector3 Value.

Set Vector3 Value From Target Action

Sets a Vector3 Value to a target.

Parameters:

Set Velocity Action

Sets the velocity to a Rigidbody(2D) attached to the target(s).

Parameters:

Set Waypoint Destination Action

Calculates a path and then sets target agent(s) on that path.

Parameters:

Set Waypoint Path Speed Action

Sets the speed of waypoint path navigation on an agent.

Parameters:

Simulate Particle System Action

Advance the simulation of a particle system by some time.

Parameters:

Sort List Value Action

Sorts the list pointed to by sourceList and saves the result in targetList.

Parameters:

Spawn Action

Spawns an object.

Parameters:

Spawn Objects In Pool Action

Adds more objects to an object pool.

Parameters:

Spawn Row Action

Spawns a set of objects in a row.

Parameters:

Start Timer Action

Starts a Timer Value.

Parameters:

Stop Background Music Action

Stops background music that's playing from the Audio Service.

Stop Particle System Action

Stops the targeted particle system.

Parameters:

Stop Sound Action

Stops the first AudioSource on the target(s)

Parameters:

Stop Timer Action

Stops a Timer Value.

Parameters:

Translate Action

Moves the targeted object(s) on its local axis.

Parameters:

Triggered Action

Requires at least one childed Action and exactly one Trigger. When the Trigger Fires, all childed Actions will run.

Parameters:

Unload All Asset Bundles Action

Remove and unload all loaded asset bundles.

Parameters:

Unload All Quests Action

Unload all loaded Quests.

Unload Asset Bundle Action

Remove and unload the specified asset bundle.

Parameters:

Unload Quest Action

Unload a loaded Quest.

Parameters:

Unload Scene Action

Unloads a scene from scene name or build index. Using the scene name 'current' will unload the current scene.

Parameters:

Virtual Joystick Controller Action

Sends an event to a camera or player controller.

Parameters:

Waypoint Path To Action

Makes target agent(s) walk along a path between start and end.

Parameters:

Trigger

Animation Event Trigger

Trigger that fires when an Animator fires an Event with a specific payload. Use the Method names 'OnAnimationEventString', 'OnAnimationEventInt', and 'OnAnimationEventFloat' respectively with the Animation Event.

Parameters:

Animation State Trigger

Trigger that fires when one or more an Animators are in a certain state.

Parameters:

Bool Animation Param Trigger

Trigger that fires when a bool parameter on one or more Animator components changes.

Parameters:

Bool Value Trigger

Will fire whenever the bool value on this trigger is toggled.

Parameters:

Change State Trigger

Triggers when the targeted State Machine's state changes to stateName.

Parameters:

Collision Trigger

Triggers when the target collides with the collide target. If collide target is set to none then it will fire on any collision.

Parameters:

Drag And Drop Trigger

Allows target(s) to be a drop target and will trigger on when something is dropped on them. Conditions childed to this trigger will be checked when an item is dropped (with the item as the target) and if they do not succeed, the drop will fail.

Parameters:

Enable Particle Triggers Action

Enables or disables particle triggers in the targeted particle system.

Parameters:

Enter Area Trigger

Fires when the player is in a specific area.

Parameters:

Enter Realm Trigger

Fires when the player is in a specific realm.

Parameters:

Event Trigger

Subscribes the target(s) to a specified Event and Fires when the specified event Fires.

Parameters:

Float Animation Param Trigger

Trigger that fires when a float parameter on one or more Animator components changes.

Parameters:

Float Value Trigger

Triggers if the target value fulfils the comparison type of the comparison value.

Parameters:

Game Object Value Trigger

Triggers if the target value fulfils the comparison type of the comparison value.

Parameters:

Input Axis Trigger

Trigger that fires when movement on the 'axisName' is detected.

Parameters:

Input Button Trigger

Trigger that fires when a specific named input button is pressed or released.

Parameters:

Integer Animaton Param Trigger

Trigger that fires when an integer parameter on one or more Animator components changes.

Parameters:

Integer Value Trigger

Triggers if the target value fulfils the comparison type of the comparison value.

Parameters:

Is Enabled Trigger

Triggers if the Target GameObject's active state changes.

Parameters:

Is Visible Trigger

Triggers if an object becomes visible or invisible.

Parameters:

Keyboard Trigger

Trigger that fires when a specific key (or any key) is pressed or released.

Parameters:

Leave Area Trigger

Fires when the player leaves a specific area.

Parameters:

Leave Realm Trigger

Fires when the player leaves a specific realm.

Parameters:

Log In Trigger

Fires when the player is logged in.

Mouse Button Trigger

Triggers if the chosen Mouse Button is pressed.

Parameters:

Object Pool Size Trigger

Checks the number of objects in a pool.

Parameters:

Particle Count Trigger

Checks the number of currently spawned particles.

Parameters:

Particle System Alive Trigger

Checks if the particle system has active particles or is emitting.

Parameters:

Particle System Emitting Trigger

Checks if the particle system is emitting.

Parameters:

Particle System Playing Trigger

Checks if the particle system is playing.

Parameters:

Particle System Time Trigger

Checks the elapsed time of the particle system.

Parameters:

Particle Trigger

Triggers when a particle enters a trigger.

Parameters:

Player Jump Trigger

Fires if the player is jumping.

Press Trigger

Triggers if the Left Mouse Button is pressed on a target.

Parameters:

Proximity Trigger

Triggers if any objects get within the specified radius of the target(s).

Parameters:

Quest Active Trigger

Triggers when the specified Quest becomes Active.

Parameters:

Quest Complete Trigger

Triggers when the specified Quest becomes Complete.

Parameters:

Quest Stage Active Trigger

Triggers when the specified Stage of a Quest becomes Active.

Parameters:

Quest Stage Complete Trigger

Triggers when the specified Stage of a Quest becomes Active.

Parameters:

Quest Step Active Trigger

Triggers when the specified Step of a Quest becomes Active.

Parameters:

Quest Step Complete Trigger

Triggers when the specified Step of a Quest becomes Complete.

Parameters:

Quests Loaded Trigger

Triggers when the Quest service finishes loading quest progress.

Raycast Trigger

Fires whenever a Collide Target's collider is hit by the ray between Start and End.

Parameters:

Scene Loaded Trigger

Fires if the named scene is loaded.

Parameters:

Select Character Trigger

Fires when the player selects a character.

Set Trigger Animation Param Action

Sets a trigger on a specified parameter on the targeted Animatior(s).

Parameters:

String Value Trigger

Fires when the condition to compare the string is met.

Parameters:

Swipe Trigger

Fires if the screen is swiped in a specified direction.

Parameters:

Time Scale Changed Trigger

Subscribes the target(s) to a Time.timeScale changes made through

Parameters: CATime and Fires when CATime.timeScale has been updated

Top Quest Trigger

Triggers when the specified Quest becomes the Top Quest.

Parameters:

Trigger List

Combines multiple triggers into one, only firing when the evaluation requirement is met.

Parameters:

Triggered Action

Requires at least one childed Action and exactly one Trigger. When the Trigger Fires, all childed Actions will run.

Parameters:

UI Button Trigger

Triggers when a UI Button is clicked.

Parameters:

UI Image Changed Trigger

Triggers when the sprite value on a UI Image component changes.

Parameters:

UI Slider Position Trigger

Triggers when the target UI Slider's value changes.

Parameters:

UI Text Changed Trigger

Triggers when the text value on a UI text component changes.

Parameters:

UI Toggle Group Trigger

Triggers when a specific Toggle from a Toggle Group is switched on.

Parameters:

UI Toggle Trigger

Triggers when the target UI Toggle changes.

Parameters:

Value Changed Trigger

Subscribes to a value and Fires when it is modified.

Parameters:

Vector3 Value Trigger

Triggers if the target value fulfils the comparison type of the comparison value.

Parameters:

Velocity Changed Trigger

Triggers if the Target's Rigidbody or Rigidbody2D velocity changes on one or more axes and depending on the

Parameters: VelocityEvaluation mode either when the Target's velocity changes by way of Accelerating or Decelerating.

Waypoint Pathing Agent Direction Trigger

Fires when a change of direction from a WaypointPathingAgent matches the specified criteria.

Parameters:

Condition

Animation State Condition

Finds the first Animator attached to the target(s) and compares the animation state(s) to the specified comparison value.

Parameters:

Bool Animation Param Condition

Finds the first Animator attached to the target(s) and compares the specified bool parameter to the specified comparison value.

Parameters:

Bool Value Condition

Checks a bool value.

Parameters:

Chance Condition

Checks the specified percentage against a randomly generated percentage (out of 100%).

Parameters:

Collider2 DBounds Condition

Evaluates whether the target transform's position is within any 2D colliders specified.

Parameters:

Condition List

Evaluates one or more child conditions using the evaluation requirement to determine if the condition passes.

Parameters:

Conditional Action

Requires a Condition to be childed to it. If the Condition is met, the Actions underneath the Condition will Fire.

Confirmation Dialog Condition

Opens a confirmation dialog and returns either true or false depending on the user's actions.

Parameters:

Current State Condition

Checks the target(s) State Machine to see if it's current State matches the specified state name.

Parameters:

Device Type Condition

Checks the device type.

Parameters:

Float Animation Param Condition

Finds the first Animator attached to the target(s) and compares the specified float parameter to the specified comparison value.

Parameters:

Float Value Condition

Evaluates two floats and runs if the comparison type is met.

Parameters:

Game Object Value Condition

True if the target value fulfils the comparison type of the comparison value.

Parameters:

Has Object Pool Condition

Checks if a pool exists.

Parameters:

Has Page Condition

Check if a UI Layout Group Data Bind in Paged mode has more pages.

Parameters:

Has Pref Condition

Check if a specific value from Player Prefs exists.

Parameters:

Has State Condition

Checks to see if the target(s) contain a State with a specified name.

Parameters:

Has Targets Condition

Checks to see if there are any targets.

Parameters:

In Area Condition

Check if the player is in a specific area.

Parameters:

In Realm Condition

Checks if the player is in a specific realm.

Parameters:

Integer Animation Param Condition

Finds the first Animator attached to the target(s) and compares the specified integer parameter to the specified comparison value.

Parameters:

Integer Value Condition

Evaluates two integers and runs if the comparison type is met.

Parameters:

Is Enabled Condition

Checks to see if the target(s) are enabled or not.

Parameters:

Is Quest Active Condition

Checks if a specified Quest is currently Active.

Parameters:

Is Quest Completed Condition

Checks if a specified Quest has been Completed

Parameters:

Is Quest Stage Active Condition

Checks if a specified Stage on a Quest is currently Active.

Parameters:

Is Quest Stage Completed Condition

Checks if a specified stage on an Active Quest has been Completed.

Parameters:

Is Quest Step Active Condition

Checks if a specified Step on an Active Quest is Active.

Parameters:

Is Quest Step Completed Condition

Checks if a specified Step on an Active Quest has been Completed.

Parameters:

Is Visible Condition

Checks to see whether the target(s) are visible to any Cameras.

Parameters:

Keyboard Condition

Checks to see if the specified key is being pressed in the specified direction.

Parameters:

Logged In Condition

Checks if the player has logged in.

Mouse Button Condition

Checks to see if the specified Mouse Button is being pressed in a specified direction.

Parameters:

Calculates a path along the NavMesh and compares the total distance of the path to the passed in value.

Parameters:

Casts a ray along the NavMesh and succeeds if there is an unobstructed path between the start and end.

Parameters:

Object Pool Size Condition

Checks the number of objects in a pool.

Parameters:

Particle Count Condition

Checks the number of currently spawned particles.

Parameters:

Particle System Alive Condition

Checks if the particle system has active particles or is emitting.

Parameters:

Particle System Emitting Condition

Checks if the particle system is emitting.

Parameters:

Particle System Paused Condition

Checks if the particle system is paused.

Parameters:

Particle System Playing Condition

Checks if the particle system is playing.

Parameters:

Platform Condition

Checks the platform against the current running platform.

Parameters:

Position Condition

Evaluates the target's position and compares it against the specified position.

Parameters:

Proximity Condition

Checks all targets for any other objects in a given radius.

Parameters:

Ray Cast Condition

Checks to see if there are any objects between the target(s) and the destination(s).

Parameters:

Scene Loaded Condition

Checks if the named scene is currently loaded.

Parameters:

Scriptable Object Value Condition

True if the target value fulfils the comparison type of the comparison value.

Parameters:

Selected Character Condition

Checks if the player has selected a character.

String Value Condition

Evaluates two strings and runs if the comparison type is met.

Parameters:

String Value Length Condition

Checks the length of a string against the compasison type condition.

Parameters:

Time Scale Condition

Evaluates a float value and Time.timeScale

Parameters:

UI Slider Condition

UI Condition for slider values.

Parameters:

UI Toggle Condition

UI Condition for a toggle.

Parameters:

UI Toggle Group Condition

UI Condition for a toggle group.

Parameters:

Untyped Value Condition

True if the target value fulfils the comparison type of the comparison value.

Parameters:

Vector3 Value Condition

Evaluates two vectors and runs if the comparison type is met.

Parameters: