Introduction
The Action Sequence component allows you to create a list of actions to be run on the attached Game Object or the supplied "Remote Target". The sequence is a list of plug-ins run in order from first to last and can be extended to fit your needs.
#
Component FieldsName | Description |
---|---|
Play On Start | If checked this will cause the Action Sequence to play during the OnStart method (if not already playing). |
Play On Enable | If checked this will cause the Action Sequence to play during the OnEnable method (if not already playing). |
Remote Target | Many plug-ins allow you to run the action against a remote target, this field defines what that target is. |
#
ButtonsAdd Plugin - Adds a new plug-in instance to the sequence
Import - Imports a sequence from a json
file.
Export - Exports the existing sequence to a json
file.