You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/com.unity.inputsystem/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ however, it has to be formatted properly to pass verification tests.
20
20
- It is now possible to use an empty binding path with a non empty override path.
21
21
- It is now possible to use set an empty override path to disable a binding.
22
22
- It is not possible to query the effectively used path of a binding using `effectivePath`.
23
+
- Actions embedded into MonoBehaviour components can now have their properties edited in the inspector. Previously there was no way to get to the properties in this workflow. There is a gear icon now on the action that will open the action properties.
0 commit comments