Commit 02ebaf5
authored
[Input] AssetPostprocessor - check file exists before attempting to read it (InputActionImporter) (#1919)
FIX: Fixed a minor issue when importing InputAction assets that could result in unexpected logging during internal package validation checks.
* [Input] AssetPostprocessor - check file exists before attempting to read it (InputActionImporter)
o Added asset file check / early-out to CheckAndRenameJsonNameIfDifferent
o Was causing failures in release QV Editor / package verification checks
* [Input System] Added CHANGELOG.md entry: Fixed a minor issue when importing InputAction assets that could result in unexpected logging during internal package validation checks.1 parent 1c84f1a commit 02ebaf5
File tree
2 files changed
+4
-0
lines changed- Packages/com.unity.inputsystem
- InputSystem/Editor/AssetImporter
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
377 | 380 | | |
378 | 381 | | |
379 | 382 | | |
| |||
0 commit comments