Writing Custom Actions (C#)
Actions Base Class
public class CustomAction : ActionScriptableBase
{
//[...]Attributes
[CreateAssetMenu(fileName = "YourCustomAction", menuName = "Text Animator/Custom/YourCustomAction")]
[System.Serializable]
public class CustomAction : ActionScriptableBase
{
//[...]DoAction Method
✅ Done!
Last updated