To enable FaceFX support in the Dialogue System, import the package Third Party Support ► FaceFX Support. (FaceFX is required.)
FaceFX copyright © FaceFX, Inc.
Note: Provided in Scripts/Third Party Support/FaceFX
. Requires FaceFX.
Syntax: FaceFX(
animation, audio[, subject])
Description: Plays a FaceFX line. You must first set up your character with FaceFX XML bone pose animations using the provided version of FaceFX's FaceFXControllerScript, and put the corresponding audio under a Resources folder.
Parameters:
Example:
FaceFX(hello,Audio/hello)
(Plays the FaceFX animation "hello" and the audio asset "Audio/hello" located inside a Resources folder.)