Set Object Property
Set a property on a Unity Object.
Use this when you have an Object reference and want to write one of its accessible properties at runtime.
Parameters
| Parameter | Description |
|---|---|
| Object | The Unity Object to target. |
| Property Path | The path to the property to set. |
| Property Value | The value to assign to the property. |
Notes
This action works similarly to Set Component Property, but starts from a generic Object reference.
Only writable properties are valid targets.