mdotstrange / MdotsCustomPlaymakerActions

Custom Playmaker actions I've made/modded for my own projects- scroll down for ReadMe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MdotsCustomPlaymakerActions

This is a dump of my custom Playmaker actions I've made or modded for my own projects- I hope they are useful to some other Playmakers out there ^_^

If you want to tip me for helping you make your own Fsm spaghetti paypal here bitcoin == 17PUcU7tdhhghvwwximtigGGqvp6pcfUzk

I can't guarantee any support on these but if you have questions please post them in the Playmaker forum as I'm always hanging out there Playmaker forums

If you want all the actions just download the "mdsPMActions.unitypackage"

Add Knockback Force

alt text

This applies a knockback force in the direction of the hit- Use the hitpoint from a cast

Animated UV Map

alt text

Animated the Offset on a material

Are game objects facing each other

alt text

Determines whether two game objects are facing each other

Array Clear Delete

alt text

Deletes all items from an array leaving it empty

Array Remove

alt text

Removes an object from an array

Box Cast

alt text

Casts a physics box and retrieves hit info

Button AutoScroll for GamePad

alt text

Use with a vertical list and the buttons will scroll with gamepad input

Check Sphere

alt text

Casts a checksphere

Debug Quaternion

alt text

Enable Agent Action

alt text

Enables/Disables a navmesh agent component

Enable Event System

alt text

Enables/Disables a ugui event system

Enable Mesh Renderer

alt text

Enables/Disables a mesh renderer

Flip Fsm Bool

alt text

Flips a bool on another Fsm

Float switch 2

alt text

Switches based on "equals"

Front back side to side

alt text

Input a game object or V3 and it will output a V3 at a given direction from the target -useful for getting flanking positions for ai agents

Fsm Bool Test

alt text

Tests a bool on another fsm

Game Object Speed no Y

alt text

Gets game object speed ignoring the Y velocity

Get Box Collider Size

alt text

Get Capsule Collider Height

alt text

Get Collider Type

alt text

Get forward direction

alt text

Gets the forward +Z direction of a game object

Get Light Intensity

alt text

Get Light Range

alt text

Get Sphere Collider Radius

alt text

Get Surface Forward

alt text

Input vars from a cast hit and use the surface fwd to align things to surface

Get Y Distance

alt text

Int Remap

alt text

Same as float remap except with an int var

Inverse Transform Vector

alt text

Is Navmesh Component enabled

alt text

Is Target In Front or Behind

alt text

Knockback Action

alt text

Give it a hitpoint from a cast and an amount and it will knockback a NavmeshAgent, RigidBody or Character Controller

Knockback Position Finder

alt text

Give it cast hit info and it will give you a knockback position

OverlapSphere To Array

alt text

Casts an overlapSphere and stores hit game objects in an array

Physics LineCast 2

alt text

Play Single Audio Random Pitch

alt text

Plays a single audio file while randomizing pitch each time

Play Random Audio From Array

alt text

Plays a random audio file while from an array while randomizing pitch each time (make sure you use an "object" var set to UnityEngine/AudioClip for the variable)

Raycast Ignore Triggers

alt text

Same as normal raycast but has option to ignore colliders set to trigger

Raycast 2 Ignore Triggers

alt text

Same as normal raycast2 but has option to ignore colliders set to trigger

Rotate Around Target

alt text

You can use this to do DarkSouls like targeting when combined with "Smooth Follow Action No Look At" and a LookAt pointing at your target

Rotate to Forward Direction

alt text

Feed this a hitNormal from a cast to align objects to the hit object surface

Rotate to Up Direction

alt text

Feed this a hitNormal from a cast to align objects to the hit object surface

Simple Overlap Box

alt text

Casts an OverlapBox and returns the first object hit (can be used an an alternative to box colliders for melee collisions)

Simple Overlap Capsule Plus

alt text

Casts OverlapCapsule returns hitobject and hitpoint-

  • works will all collider types except mesh and terrain

Simple Overlap Sphere

alt text

Casts an OverlapBox and returns the first object hit

Simple Overlap Sphere Plus

alt text

Casts OverlapSphere returns hitobject and hitpoint-

  • works will all collider types except mesh and terrain

Smooth Follow Action No Look At

alt text

A smooth follow action that does not look at the object its following

Sphere Cast 2

alt text

Subtract Fsm Int

alt text

Transform Vector

alt text

Trigger Event Ignore Game Object

alt text

Works same as Trigger event except will ignore collisions with a game object var

Trigger Event Once Per Object

alt text

Works same as Trigger event except will only allow objects to trigger once each

Trigger Event Store Hit Object

alt text

Works same as Trigger event except stores hit object as gameObject instead of collider

Ugui Set First Selected Game Object

alt text

Flight Path Action

alt text

Does basic flight pathfinding with a rigid body using Raycasts- example flight alt text Rigid Body settings alt text

About

Custom Playmaker actions I've made/modded for my own projects- scroll down for ReadMe


Languages

Language:C# 100.0%