Get Object Property
Get a property on a Unity Object.
Use this when you have an Object reference and want to read one of its accessible properties at runtime.
Parameters
| Parameter | Description |
|---|---|
| Object | The Unity Object to target. |
| Property Path | The path to the property to get. |
| Store Result | Stores the value of the property in a variable. |
Notes
This action works similarly to Get Component Property, but starts from a generic Object reference.
If the Object type is known, the property picker shows matching properties you can read.