Commit badaef8
authored
NEW: Added analytics for Input Action Editor Session, Component Editor, Build/Settings (ISX-1546) (#1808)
* Refactored session analytics out of InputAnalytics into InputEditorAnalytics to make a clear cut between mixed and editor only types.
* FIX: Due SettingsProvider bug in Unity focusController may be null due to incorrect function calls to Activate and Deactivate. Hence adding a null check to work around that problem.
* NEW: Added analytics for settings.
* FIX: Variable name shadowing causing compilation failure on Unity 2019.
* FIX: Corrected code to compile correctly when Project-wide Input Actions are not available.
* FIX: Corrected conditional compilation for Unity version supporting Project-wide Input Actions.
* NEW: Added build GUID to build analytics top support group-by
* NEW: Added component editor analytics
* FIX: ISXB-930 InputActionVisualizer and InputControlVisualizer exception on entering play-mode1 parent 78e4e0e commit badaef8
File tree
41 files changed
+2376
-121
lines changed- Assets
- Samples/Visualizers
- Tests
- InputSystem.Editor
- InputSystem
- Packages/com.unity.inputsystem
- InputSystem
- Editor
- Analytics
- UITKAssetEditor
- Commands
- Plugins
- EnhancedTouch
- OnScreen
- PlayerInput
- UI
- Tests/TestFixture
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+2376
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
| 105 | + | |
107 | 106 | | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 | | |
111 | 114 | | |
112 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | | - | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments