Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
ae4c17f
Test app for quantifying WLT impact.
fast-slow-still Jan 26, 2021
5b9fdcb
Minor update to app.
fast-slow-still Jan 26, 2021
a14c361
Update script to start with enabler colored correctly.
fast-slow-still Jan 26, 2021
9dbb485
Hackery for collecting experimental data.
fast-slow-still Feb 2, 2021
f4b3064
Adjust independent beam spheres.
fast-slow-still Feb 2, 2021
f5b2dd9
Disable screen timeout in Enabler script Start.
fast-slow-still Feb 2, 2021
9eab46b
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Feb 4, 2021
58468e8
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Feb 4, 2021
3d7cbda
Refinements for metrics.
fast-slow-still Feb 10, 2021
4bea347
Merge branch 'androidTest' of https://github.com/fast-slow-still/Mixe…
fast-slow-still Feb 10, 2021
ca3d1eb
Comment out logging.
fast-slow-still Feb 11, 2021
1341c59
SpacePinTest to AR.
fast-slow-still Feb 11, 2021
fb898ec
Merge branch 'androidTest' of https://github.com/fast-slow-still/Mixe…
fast-slow-still Feb 11, 2021
0e0d30c
Remove workaround for XR anchor bug.
fast-slow-still Feb 11, 2021
cc5a948
Merge branch 'androidTest' of https://github.com/fast-slow-still/Mixe…
fast-slow-still Feb 11, 2021
b8d26c6
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Feb 11, 2021
38d1938
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Mar 9, 2021
248ecd4
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Mar 24, 2021
2965f4e
Nasty merge.
fast-slow-still Mar 24, 2021
e495801
Delete log message.
fast-slow-still Mar 24, 2021
ea76283
Merge remote-tracking branch 'upstream/master' into androidTest
fast-slow-still Jun 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assets/WorldLocking.Engine/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public static unsafe bool HasEngine()
byte* versionBuffer = stackalloc byte[versionBufferSize];
int versionSize = FrozenWorld_GetVersion(false, versionBufferSize, versionBuffer);
haveEngine = true;
Debug.Log($"Plugin Found engine size {versionSize}");
}
catch (Exception)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ MonoBehaviour:
type: 2}
diagnosticsSystemProfile: {fileID: 11400000, guid: 478436bd1083882479a52d067e98e537,
type: 2}
enableDiagnosticsSystem: 1
enableDiagnosticsSystem: 0
diagnosticsSystemType:
reference: Microsoft.MixedReality.Toolkit.Diagnostics.MixedRealityDiagnosticsSystem,
Microsoft.MixedReality.Toolkit.Services.DiagnosticsSystem
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ MonoBehaviour:
teleportSystemType:
reference: Microsoft.MixedReality.Toolkit.Teleport.MixedRealityTeleportSystem,
Microsoft.MixedReality.Toolkit.Services.TeleportSystem
enableSpatialAwarenessSystem: 1
enableSpatialAwarenessSystem: 0
spatialAwarenessSystemType:
reference: Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem,
Microsoft.MixedReality.Toolkit.Services.SpatialAwarenessSystem
spatialAwarenessSystemProfile: {fileID: 11400000, guid: 440e33760807afa42bf3688d443f6b3c,
type: 2}
diagnosticsSystemProfile: {fileID: 11400000, guid: 478436bd1083882479a52d067e98e537,
type: 2}
enableDiagnosticsSystem: 1
enableDiagnosticsSystem: 0
diagnosticsSystemType:
reference: Microsoft.MixedReality.Toolkit.Diagnostics.MixedRealityDiagnosticsSystem,
Microsoft.MixedReality.Toolkit.Services.DiagnosticsSystem
Expand Down
Loading