8000 Remove the use of LocationService because of iOS Build error. · piti6/UnityDebugSheet@967fea5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 967fea5

Browse files
committed
Remove the use of LocationService because of iOS Build error.
1 parent a9ee344 commit 967fea5

File tree

3 files changed

+0
-57
lines changed

3 files changed

+0
-57
lines changed

Assets/UnityDebugSheet/Runtime/Extensions/Unity/InputDebugPage.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ public sealed class InputDebugPage : PropertyListDebugPageBase<Input>
2525
{
2626
nameof(Input.compass),
2727
new SubPageInfo(typeof(CompassDebugPage), x => ((CompassDebugPage)x.page).Setup(Input.compass))
28-
},
29-
{
30-
nameof(Input.location),
31-
new SubPageInfo(typeof(LocationServiceDebugPage),
32-
x => ((LocationServiceDebugPage)x.page).Setup(Input.location))
3328
}
3429
};
3530
}

Assets/UnityDebugSheet/Runtime/Extensions/Unity/LocationServiceDebugPage.cs

Lines changed: 0 additions & 49 deletions
This file was deleted.

Assets/UnityDebugSheet/Runtime/Extensions/Unity/LocationServiceDebugPage.cs.meta

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0