-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
customized settings from previous version, added mrtk scene system
- Loading branch information
Showing
31 changed files
with
562 additions
and
880 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
...lityToolkit.Generated/CustomProfiles/New MixedRealityControllerVisualizationProfile.asset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 514da61389c049c0bdaf31b7f6970d33, type: 3} | ||
m_Name: New MixedRealityControllerVisualizationProfile | ||
m_EditorClassIdentifier: | ||
isCustomProfile: 1 | ||
renderMotionControllers: 1 | ||
defaultControllerVisualizationType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.MixedRealityControllerVisualizer, | ||
Microsoft.MixedReality.Toolkit.SDK | ||
useDefaultModels: 0 | ||
defaultControllerModelMaterial: {fileID: 2100000, guid: 54322026142964d4084eda2478d9b1a2, | ||
type: 2} | ||
globalLeftControllerModel: {fileID: 0} | ||
globalRightControllerModel: {fileID: 0} | ||
globalLeftHandVisualizer: {fileID: 0} | ||
globalRightHandVisualizer: {fileID: 0} | ||
controllerVisualizationSettings: | ||
- description: Windows Mixed Reality Controller | ||
controllerType: | ||
reference: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input.WindowsMixedRealityController, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality | ||
handedness: 1 | ||
useDefaultModel: 1 | ||
defaultModelMaterial: {fileID: 0} | ||
overrideModel: {fileID: 0} | ||
controllerVisualizationType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.WindowsMixedRealityControllerVisualizer, | ||
Microsoft.MixedReality.Toolkit.SDK | ||
- description: Windows Mixed Reality Controller | ||
controllerType: | ||
reference: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input.WindowsMixedRealityController, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality | ||
handedness: 2 | ||
useDefaultModel: 1 | ||
defaultModelMaterial: {fileID: 0} | ||
overrideModel: {fileID: 0} | ||
controllerVisualizationType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.WindowsMixedRealityControllerVisualizer, | ||
Microsoft.MixedReality.Toolkit.SDK |
5 changes: 3 additions & 2 deletions
5
...xedReality.DotNetWinRT.Editor.asmdef.meta → ...ControllerVisualizationProfile.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
105 changes: 105 additions & 0 deletions
105
Assets/MixedRealityToolkit.Generated/CustomProfiles/New MixedRealityInputSystemProfile.asset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: b71cb900fa9dec5488df2deb180db58f, type: 3} | ||
m_Name: New MixedRealityInputSystemProfile | ||
m_EditorClassIdentifier: | ||
isCustomProfile: 1 | ||
dataProviderConfigurations: | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.WindowsMixedReality.Input.WindowsMixedRealityDeviceManager, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality | ||
componentName: Windows Mixed Reality Device Manager | ||
priority: 0 | ||
runtimePlatform: 8 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.OpenVR.Input.OpenVRDeviceManager, | ||
Microsoft.MixedReality.Toolkit.Providers.OpenVR | ||
componentName: OpenVR Device Manager | ||
priority: 0 | ||
runtimePlatform: 7 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.UnityInput.UnityJoystickManager, | ||
Microsoft.MixedReality.Toolkit | ||
componentName: Unity Joystick Manager | ||
priority: 0 | ||
runtimePlatform: -1 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.UnityInput.UnityTouchDeviceManager, | ||
Microsoft.MixedReality.Toolkit | ||
componentName: Unity Touch Device Manager | ||
priority: 0 | ||
runtimePlatform: -1 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Windows.Input.WindowsSpeechInputProvider, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsVoiceInput | ||
componentName: Windows Speech Input | ||
priority: 0 | ||
runtimePlatform: 25 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Windows.Input.WindowsDictationInputProvider, | ||
Microsoft.MixedReality.Toolkit.Providers.WindowsVoiceInput | ||
componentName: Windows Dictation Input | ||
priority: 0 | ||
runtimePlatform: 25 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.HandJointService, Microsoft.MixedReality.Toolkit | ||
componentName: Hand Joint Service | ||
priority: 0 | ||
runtimePlatform: -1 | ||
deviceManagerProfile: {fileID: 0} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.InputSimulationService, Microsoft.MixedReality.Toolkit.Services.InputSimulation.Editor | ||
componentName: Input Simulation Service | ||
priority: 0 | ||
runtimePlatform: 208 | ||
deviceManagerProfile: {fileID: 11400000, guid: 41478039094d47641bf4e09c20e61a5a, | ||
type: 2} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.InputRecordingService, Microsoft.MixedReality.Toolkit.Services.InputAnimation | ||
componentName: Input Recording Service | ||
priority: 0 | ||
runtimePlatform: -1 | ||
deviceManagerProfile: {fileID: 11400000, guid: d0f5a7f6d1f9f0b4cb6eb35c797a0f04, | ||
type: 2} | ||
- componentType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.InputPlaybackService, Microsoft.MixedReality.Toolkit.Services.InputSimulation.Editor | ||
componentName: Input Playback Service | ||
priority: 0 | ||
runtimePlatform: 208 | ||
deviceManagerProfile: {fileID: 0} | ||
focusProviderType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.FocusProvider, Microsoft.MixedReality.Toolkit.Services.InputSystem | ||
raycastProviderType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.DefaultRaycastProvider, Microsoft.MixedReality.Toolkit.Services.InputSystem | ||
focusQueryBufferSize: 128 | ||
focusIndividualCompoundCollider: 0 | ||
inputActionsProfile: {fileID: 11400000, guid: 723eb97b02944311b92861f473eee53e, | ||
type: 2} | ||
inputActionRulesProfile: {fileID: 11400000, guid: 03945385d89102f41855bc8f5116b199, | ||
type: 2} | ||
pointerProfile: {fileID: 11400000, guid: 48aa63a9725047b28d4137fd0834bc31, type: 2} | ||
gesturesProfile: {fileID: 11400000, guid: bd7829a9b29409045a745b5a18299291, type: 2} | ||
speechCommandsProfile: {fileID: 11400000, guid: e8d0393e66374dae9646851a57dc6bc1, | ||
type: 2} | ||
enableControllerMapping: 1 | ||
controllerMappingProfile: {fileID: 11400000, guid: 39ded1fd0711a0c448413d0e1ec4f7f3, | ||
type: 2} | ||
controllerVisualizationProfile: {fileID: 11400000, guid: 151059ce1226c1646b276c1f176d22a1, | ||
type: 2} | ||
handTrackingProfile: {fileID: 11400000, guid: 7f1e3cd673742f94ca860ac7ae733024, | ||
type: 2} |
8 changes: 8 additions & 0 deletions
8
...ixedRealityToolkit.Generated/CustomProfiles/New MixedRealityInputSystemProfile.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
...RealityToolkit.Generated/CustomProfiles/New MixedRealityToolkitConfigurationProfile.asset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!114 &11400000 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 0} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 7612acbc1a4a4ed0afa5f4ccbe42bee4, type: 3} | ||
m_Name: New MixedRealityToolkitConfigurationProfile | ||
m_EditorClassIdentifier: | ||
isCustomProfile: 1 | ||
targetExperienceScale: 3 | ||
enableCameraSystem: 1 | ||
cameraProfile: {fileID: 11400000, guid: 8089ccfdd4494cd38f676f9fc1f46a04, type: 2} | ||
cameraSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.CameraSystem.MixedRealityCameraSystem, | ||
Microsoft.MixedReality.Toolkit.Services.CameraSystem | ||
enableInputSystem: 1 | ||
inputSystemProfile: {fileID: 11400000, guid: 620065e28aadff044b297a6114bf28b1, type: 2} | ||
inputSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.Input.MixedRealityInputSystem, Microsoft.MixedReality.Toolkit.Services.InputSystem | ||
enableBoundarySystem: 1 | ||
boundarySystemType: | ||
reference: Microsoft.MixedReality.Toolkit.Boundary.MixedRealityBoundarySystem, | ||
Microsoft.MixedReality.Toolkit.Services.BoundarySystem | ||
boundaryVisualizationProfile: {fileID: 11400000, guid: 6d28cce596b44bd3897ca86f8b24e076, | ||
type: 2} | ||
enableTeleportSystem: 1 | ||
teleportSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.Teleport.MixedRealityTeleportSystem, | ||
Microsoft.MixedReality.Toolkit.Services.TeleportSystem | ||
enableSpatialAwarenessSystem: 1 | ||
spatialAwarenessSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.SpatialAwareness.MixedRealitySpatialAwarenessSystem, | ||
Microsoft.MixedReality.Toolkit.Services.SpatialAwarenessSystem | ||
spatialAwarenessSystemProfile: {fileID: 11400000, guid: 97da727944a3d7b4caf42d2273271a24, | ||
type: 2} | ||
diagnosticsSystemProfile: {fileID: 11400000, guid: 478436bd1083882479a52d067e98e537, | ||
type: 2} | ||
enableDiagnosticsSystem: 0 | ||
diagnosticsSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.Diagnostics.MixedRealityDiagnosticsSystem, | ||
Microsoft.MixedReality.Toolkit.Services.DiagnosticsSystem | ||
sceneSystemProfile: {fileID: 11400000, guid: 069efa41032a317409790a6a08435311, type: 2} | ||
enableSceneSystem: 1 | ||
sceneSystemType: | ||
reference: Microsoft.MixedReality.Toolkit.SceneSystem.MixedRealitySceneSystem, | ||
Microsoft.MixedReality.Toolkit.Services.SceneSystem | ||
registeredServiceProvidersProfile: {fileID: 11400000, guid: efbaf6ea540c69f4fb75415a5d145a53, | ||
type: 2} | ||
useServiceInspectors: 1 | ||
renderDepthBuffer: 0 |
8 changes: 8 additions & 0 deletions
8
...tyToolkit.Generated/CustomProfiles/New MixedRealityToolkitConfigurationProfile.asset.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="MSBuildForUnity" value="https://pkgs.dev.azure.com/UnityDeveloperTools/MSBuildForUnity/_packaging/UnityDeveloperTools/nuget/v3/index.json" /> | ||
</packageSources> | ||
</configuration> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.