Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit fa113fc

Browse files
Dev/spatial awareness (#160)
* Added base camera data provider and updated references to camera system * updated camera settings * renamed default camera system profile * updated name property * updated service configurations * updated serailization * updated serailization * moved Lumin camera data provider profile to it's package * updated default camera data provider profile * updated camera data provider configurations * fixed lumin camera data provider reference * updated reference to wmr profile * Fixed the hand controller visualizations Position should be in local space * updated camera system settings * updated spatial awareness profile settings * removed unused asset file * updated camera system profile serialization * Added Oculus Camera Data Provider * fixed profile runtime platform definitions
1 parent 1845d44 commit fa113fc

5 files changed

+5
-41
lines changed

DefaultProfiles/SpatialAwareness/DefaultMixedRealitySpatialAwarenessSystemProfile.asset

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ MonoBehaviour:
2222
runtimePlatforms:
2323
- reference: XRTK.Definitions.Platforms.UniversalWindowsPlatform, XRTK
2424
- reference: XRTK.Definitions.Platforms.CurrentBuildTargetPlatform, XRTK
25-
profile: {fileID: 11400000, guid: 8e73975fd19e4224b46d0b0fea26349b, type: 2}
25+
profile: {fileID: 0}
2626
- instancedType:
2727
reference: XRTK.Lumin.SpatialObservers.LuminSpatialMeshObserver, XRTK.Lumin
2828
name: Lumin Spatial Observer Data Provider
@@ -31,5 +31,7 @@ MonoBehaviour:
3131
runtimePlatforms:
3232
- reference: XRTK.Definitions.Platforms.LuminPlatform, XRTK.Lumin
3333
- reference: XRTK.Definitions.Platforms.CurrentBuildTargetPlatform, XRTK
34-
profile: {fileID: 11400000, guid: 6cbcb6266beaa724780d064525cf2896, type: 2}
34+
profile: {fileID: 0}
3535
meshDisplayOption: 0
36+
globalMeshObserverProfile: {fileID: 11400000, guid: 6cbcb6266beaa724780d064525cf2896,
37+
type: 2}

DefaultProfiles/SpatialAwareness/DefaultLuminSpatialMeshObserverProfile.asset renamed to DefaultProfiles/SpatialAwareness/DefaultSpatialMeshObserverProfile.asset

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ MonoBehaviour:
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
1212
m_Script: {fileID: 11500000, guid: b98af3642eef5f145831fbb9452531ea, type: 3}
13-
m_Name: DefaultLuminSpatialMeshObserverProfile
13+
m_Name: DefaultSpatialMeshObserverProfile
1414
m_EditorClassIdentifier:
15-
isEditable: 0
1615
startupBehavior: 0
1716
observationExtents: {x: 3, y: 3, z: 3}
1817
isStationaryObserver: 0

DefaultProfiles/SpatialAwareness/DefaultLuminSpatialMeshObserverProfile.asset.meta renamed to DefaultProfiles/SpatialAwareness/DefaultSpatialMeshObserverProfile.asset.meta

File renamed without changes.

DefaultProfiles/SpatialAwareness/DefaultWindowsMixedRealitySpatialMeshObserverProfile.asset

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

DefaultProfiles/SpatialAwareness/DefaultWindowsMixedRealitySpatialMeshObserverProfile.asset.meta

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

0 commit comments

Comments
 (0)