Commit 6037d4d
authored
FIX: InputActionReference when using FEPM (ISX-1968) (#1949)
When Domain Reloads are disabled, InputActionReference instances continue to reference the "old" InputAction object from the previous PlayMode session.
This fix clears the InputAction reference when exiting PlayMode allowing it to be reloaded in the next session.1 parent f228c14 commit 6037d4d
3 files changed
Lines changed: 22 additions & 0 deletions
File tree
- Packages/com.unity.inputsystem
- InputSystem
- Actions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
202 | 220 | | |
203 | 221 | | |
204 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3662 | 3662 | | |
3663 | 3663 | | |
3664 | 3664 | | |
| 3665 | + | |
| 3666 | + | |
| 3667 | + | |
3665 | 3668 | | |
3666 | 3669 | | |
3667 | 3670 | | |
| |||
0 commit comments