Overriding Action Values in Editor

v1.0

Fields in action classes may be populated with the [CanOverride] or [MustOverride] attributes. In either case, these fields will show up in the Action Executor custom Inspector. You can choose to override these values or leave them to utilize the values set on the Scriptable Object.

This is useful when you need to make small changes to the values, but don't want ot create a new Scriptable Object for the action.

Last updated

Was this helpful?