Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

How — To Use The Animation Spoofer Plugin

public void SetAnimations(OverrideSet newSet)

spoofer = GetComponent<AnimationSpooferComponent>(); SetAnimations(ninjaMoves); How to use the Animation Spoofer Plugin

void Start()

spoofer.ClearOverrides(); spoofer.AddOverrideSet(newSet); spoofer.Apply(); void Start() spoofer.ClearOverrides()

public AnimationSpooferComponent spoofer; public OverrideSet ninjaMoves; public OverrideSet knightMoves; public AnimationSpooferComponent spoofer