Placing assets in scene

This commit is contained in:
Legonzaur 2023-01-09 15:42:52 +01:00
parent 7852573190
commit 99ceb83739
22 changed files with 6358 additions and 1252 deletions

8
Assets/Materials/TV.meta Normal file
View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 76ea715edaa8a5941aeee577355076e0
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,80 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 8
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_Name: screen
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _BumpMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailAlbedoMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMask:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MetallicGlossMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _OcclusionMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ParallaxMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Ints: []
m_Floats:
- _BumpScale: 1
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0.55
- _GlossyReflections: 1
- _Metallic: 0
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _UVSec: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.026378432, g: 0.03106351, b: 0.029572845, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4f2ddc9306059914fb2324e496d4cca6
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -9,15 +9,13 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: Table
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
m_ValidKeywords:
- _ALPHAPREMULTIPLY_ON
m_ValidKeywords: []
m_InvalidKeywords: []
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 3000
stringTagMap:
RenderType: Transparent
m_CustomRenderQueue: -1
stringTagMap: {}
disabledShaderPasses: []
m_SavedProperties:
serializedVersion: 3
@ -63,20 +61,20 @@ Material:
- _BumpScale: 1
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 10
- _DstBlend: 0
- _GlossMapScale: 1
- _Glossiness: 0
- _Glossiness: 0.312
- _GlossyReflections: 1
- _Metallic: 0
- _Mode: 3
- _Metallic: 0.642
- _Mode: 0
- _OcclusionStrength: 1
- _Parallax: 0.02
- _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1
- _SrcBlend: 1
- _UVSec: 0
- _ZWrite: 0
- _ZWrite: 1
m_Colors:
- _Color: {r: 0.6320754, g: 0.6320754, b: 0.6320754, a: 1}
- _Color: {r: 0.7264151, g: 0.7264151, b: 0.7264151, a: 1}
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []

View File

@ -65,7 +65,7 @@ Material:
- _Cutoff: 0.5
- _DetailNormalMapScale: 1
- _DstBlend: 10
- _GlossMapScale: 0.287
- _GlossMapScale: 0.5
- _Glossiness: 0.251
- _GlossyReflections: 1
- _Metallic: 0

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 59b9c5033de5c2c488af497ba3b8d5b9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,903 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1 &4992710803060966396
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060764636}
m_Layer: 0
m_Name: TrackingSpace
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060764636
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803060966396}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4992710803060700828}
- {fileID: 4992710803060700824}
- {fileID: 4992710803060700826}
- {fileID: 4992710803060755152}
- {fileID: 4992710803060782920}
- {fileID: 4992710803060769612}
m_Father: {fileID: 4992710803060700830}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4992710803060997872
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060755152}
m_Layer: 0
m_Name: TrackerAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060755152
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803060997872}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 3
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4992710803061180134
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060782920}
m_Layer: 0
m_Name: LeftHandAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060782920
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061180134}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4996794037173266787}
- {fileID: 4997304436433129954}
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 4
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4992710803061182578
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060769612}
m_Layer: 0
m_Name: RightHandAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060769612
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061182578}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4997098627139007887}
- {fileID: 4991750576013915738}
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 5
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4992710803061189304
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060700824}
- component: {fileID: 4992710803062633658}
- component: {fileID: 4992710803060242754}
m_Layer: 0
m_Name: CenterEyeAnchor
m_TagString: MainCamera
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060700824
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189304}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!81 &4992710803062633658
AudioListener:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189304}
m_Enabled: 1
--- !u!20 &4992710803060242754
Camera:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189304}
m_Enabled: 1
serializedVersion: 2
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0.019607844}
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
m_FocalLength: 50
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
near clip plane: 0.1
far clip plane: 1000
field of view: 90
orthographic: 0
orthographic size: 5
m_Depth: 0
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_RenderingPath: -1
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0
m_TargetEye: 3
m_HDR: 0
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
m_StereoSeparation: 0.022
--- !u!1 &4992710803061189306
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060700826}
- component: {fileID: 4976092634158143756}
m_Layer: 0
m_Name: RightEyeAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060700826
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189306}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 2
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!20 &4976092634158143756
Camera:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189306}
m_Enabled: 0
serializedVersion: 2
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
m_FocalLength: 50
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
near clip plane: 0.3
far clip plane: 1000
field of view: 60
orthographic: 0
orthographic size: 5
m_Depth: 0
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_RenderingPath: -1
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0
m_TargetEye: 2
m_HDR: 0
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
m_StereoSeparation: 0.022
--- !u!1 &4992710803061189308
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060700828}
- component: {fileID: 4976092632196499094}
m_Layer: 0
m_Name: LeftEyeAnchor
m_TagString: MainCamera
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060700828
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189308}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060764636}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!20 &4976092632196499094
Camera:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189308}
m_Enabled: 0
serializedVersion: 2
m_ClearFlags: 1
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
m_projectionMatrixMode: 1
m_GateFitMode: 2
m_FOVAxisMode: 0
m_SensorSize: {x: 36, y: 24}
m_LensShift: {x: 0, y: 0}
m_FocalLength: 50
m_NormalizedViewPortRect:
serializedVersion: 2
x: 0
y: 0
width: 1
height: 1
near clip plane: 0.3
far clip plane: 1000
field of view: 60
orthographic: 0
orthographic size: 5
m_Depth: 0
m_CullingMask:
serializedVersion: 2
m_Bits: 4294967295
m_RenderingPath: -1
m_TargetTexture: {fileID: 0}
m_TargetDisplay: 0
m_TargetEye: 1
m_HDR: 0
m_AllowMSAA: 1
m_AllowDynamicResolution: 0
m_ForceIntoRT: 0
m_OcclusionCulling: 1
m_StereoConvergence: 10
m_StereoSeparation: 0.022
--- !u!1 &4992710803061189310
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4992710803060700830}
- component: {fileID: 4992710803050979152}
- component: {fileID: 4992710803050979162}
- component: {fileID: 4962717002126510110}
m_Layer: 0
m_Name: OculusCameraRig
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4992710803060700830
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189310}
m_LocalRotation: {x: -0, y: 0.86602443, z: -0, w: 0.5000018}
m_LocalPosition: {x: -2.178, y: 1, z: 0.189}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 4992710803060764636}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 120, z: 0}
--- !u!114 &4992710803050979152
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189310}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: df9f338034892c44ebb62d97894772f1, type: 3}
m_Name:
m_EditorClassIdentifier:
usePerEyeCameras: 0
useFixedUpdateForTracking: 0
disableEyeAnchorCameras: 0
--- !u!114 &4992710803050979162
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189310}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 7e933e81d3c20c74ea6fdc708a67e3a5, type: 3}
m_Name:
m_EditorClassIdentifier:
useRecommendedMSAALevel: 1
_monoscopic: 0
minRenderScale: 0.7
maxRenderScale: 1
_headPoseRelativeOffsetRotation: {x: 0, y: 0, z: 0}
_headPoseRelativeOffsetTranslation: {x: 0, y: 0, z: 0}
profilerTcpPort: 32419
expandMixedRealityCapturePropertySheet: 0
enableMixedReality: 0
compositionMethod: 0
extraHiddenLayers:
serializedVersion: 2
m_Bits: 0
extraVisibleLayers:
serializedVersion: 2
m_Bits: 0
dynamicCullingMask: 1
externalCompositionBackdropColorRift: {r: 0, g: 1, b: 0, a: 1}
externalCompositionBackdropColorQuest: {r: 0, g: 0, b: 0, a: 0}
capturingCameraDevice: 0
flipCameraFrameHorizontally: 0
flipCameraFrameVertically: 0
handPoseStateLatency: 0
sandwichCompositionRenderLatency: 0
sandwichCompositionBufferedFrames: 8
chromaKeyColor: {r: 0, g: 1, b: 0, a: 1}
chromaKeySimilarity: 0.6
chromaKeySmoothRange: 0.03
chromaKeySpillRange: 0.06
useDynamicLighting: 0
depthQuality: 1
dynamicLightingSmoothFactor: 8
dynamicLightingDepthVariationClampingValue: 0.001
virtualGreenScreenType: 0
virtualGreenScreenTopY: 10
virtualGreenScreenBottomY: -10
virtualGreenScreenApplyDepthCulling: 0
virtualGreenScreenDepthTolerance: 0.2
mrcActivationMode: 0
isInsightPassthroughEnabled: 0
requestBodyTrackingPermissionOnStartup: 0
requestFaceTrackingPermissionOnStartup: 0
requestEyeTrackingPermissionOnStartup: 0
_localDimming: 0
_trackingOriginType: 1
usePositionTracking: 1
useRotationTracking: 1
useIPDInPositionTracking: 1
resetTrackerOnLoad: 0
AllowRecenter: 1
LateControllerUpdate: 1
LateLatching: 0
--- !u!114 &4962717002126510110
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992710803061189310}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5178bc8574ce2bf4388e787a2e2af326, type: 3}
m_Name:
m_EditorClassIdentifier:
opMode: 1
resetHmdPoseOnRelease: 1
resetHmdPoseByMiddleMouseButton: 1
activateKeys: 3201000031010000
pitchKeys: 3401000033010000
--- !u!1 &4992823685839935412
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4991750576013915738}
m_Layer: 0
m_Name: RightControllerAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4991750576013915738
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4992823685839935412}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060769612}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1 &4994113582001034082
GameObject:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
serializedVersion: 6
m_Component:
- component: {fileID: 4997304436433129954}
m_Layer: 0
m_Name: LeftControllerAnchor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4997304436433129954
Transform:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 4994113582001034082}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 4992710803060782920}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!1001 &4992710801993242789
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 4992710803060769612}
m_Modifications:
- target: {fileID: 1581749144712736, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_Name
value: OVRCustomHandPrefab_R
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 120
objectReference: {fileID: 0}
- target: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: e201a24a09e942042b93390d0444d728, type: 3}
--- !u!4 &4997098627139007887 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4766092344323370, guid: e201a24a09e942042b93390d0444d728, type: 3}
m_PrefabInstance: {fileID: 4992710801993242789}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &4992710802021074871
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 4992710803060782920}
m_Modifications:
- target: {fileID: 1732268206786806, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_Name
value: OVRCustomHandPrefab_L
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_RootOrder
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 120
objectReference: {fileID: 0}
- target: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[0]
value:
objectReference: {fileID: 4997193759224223993}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[1]
value:
objectReference: {fileID: 4997255237228463939}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[2]
value:
objectReference: {fileID: 4996937273803933245}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[3]
value:
objectReference: {fileID: 4997130009532077809}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[4]
value:
objectReference: {fileID: 4997213249167535829}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[5]
value:
objectReference: {fileID: 4997183228105106987}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[6]
value:
objectReference: {fileID: 4992094999347313045}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[7]
value:
objectReference: {fileID: 4991793587273803207}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[8]
value:
objectReference: {fileID: 4997235607880577483}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[9]
value:
objectReference: {fileID: 4997208301738151127}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[10]
value:
objectReference: {fileID: 4991919578449385267}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[11]
value:
objectReference: {fileID: 4997058419006865847}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[12]
value:
objectReference: {fileID: 4997024113374715765}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[13]
value:
objectReference: {fileID: 4996888660989228647}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[14]
value:
objectReference: {fileID: 4991946548904487985}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[15]
value:
objectReference: {fileID: 4997199468600137149}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[16]
value:
objectReference: {fileID: 4991709510265924897}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[17]
value:
objectReference: {fileID: 4996981939430060865}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[18]
value:
objectReference: {fileID: 4992033066031410813}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[19]
value:
objectReference: {fileID: 4991943325169782701}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[20]
value:
objectReference: {fileID: 4996966041291588625}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[21]
value:
objectReference: {fileID: 4997264100537807581}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[22]
value:
objectReference: {fileID: 4997023598765409265}
- target: {fileID: 114674612155881938, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
propertyPath: _customBones_V2.Array.data[23]
value:
objectReference: {fileID: 4991867184528126119}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
--- !u!4 &4991709510265924897 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4417149081627286, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4991793587273803207 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4439640941519472, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4991867184528126119 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4222966581868304, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4991919578449385267 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4345738514649220, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4991943325169782701 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4325499800668186, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4991946548904487985 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4319936315435910, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4992033066031410813 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4204096449325514, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4992094999347313045 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4178103343611426, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4996794037173266787 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4927695388962516, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4996888660989228647 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4837604885819856, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4996937273803933245 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4789457035641226, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4996966041291588625 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4897388692554662, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4996981939430060865 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4913291532809462, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997023598765409265 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4875755424105542, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997024113374715765 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4876270575425730, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997058419006865847 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4699508361348608, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997130009532077809 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4771060497142086, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997183228105106987 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4542833751384476, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997193759224223993 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4562126893162318, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997199468600137149 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4559078275043850, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997208301738151127 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4515130557893472, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997213249167535829 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4511282706868578, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997235607880577483 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4524810560304764, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997255237228463939 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4641231825944820, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}
--- !u!4 &4997264100537807581 stripped
Transform:
m_CorrespondingSourceObject: {fileID: 4632502700799338, guid: c6a74181d4000004887343fb87b3c53a, type: 3}
m_PrefabInstance: {fileID: 4992710802021074871}
m_PrefabAsset: {fileID: 0}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6c618d1810b18b345ae5bcf11f31c2bc
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -63,6 +63,14 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: -7511558181221131132, guid: 5ade54c247559a342b46db33bb0c5fdf, type: 3}
propertyPath: m_ReflectionProbeUsage
value: 3
objectReference: {fileID: 0}
- target: {fileID: -7511558181221131132, guid: 5ade54c247559a342b46db33bb0c5fdf, type: 3}
propertyPath: m_Materials.Array.data[2]
value:
objectReference: {fileID: 2100000, guid: 4f2ddc9306059914fb2324e496d4cca6, type: 2}
- target: {fileID: 919132149155446097, guid: 5ade54c247559a342b46db33bb0c5fdf, type: 3}
propertyPath: m_Name
value: smarttv

File diff suppressed because it is too large Load Diff

View File

@ -10,13 +10,13 @@ LightingSettings:
serializedVersion: 4
m_GIWorkflowMode: 1
m_EnableBakedLightmaps: 1
m_EnableRealtimeLightmaps: 0
m_EnableRealtimeLightmaps: 1
m_RealtimeEnvironmentLighting: 1
m_BounceScale: 1
m_AlbedoBoost: 1
m_IndirectOutputScale: 1
m_UsingShadowmask: 1
m_BakeBackend: 1
m_BakeBackend: 2
m_LightmapMaxSize: 1024
m_BakeResolution: 40
m_Padding: 2

View File

@ -0,0 +1,14 @@
%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: 0660e8fc444734757ae6f6c40c2d33a0, type: 3}
m_Name: Mock HMD Loader
m_EditorClassIdentifier:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: b551ff08957b4834292f2f1179e9fb21
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,15 @@
%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: c8bf066bf8a4947a1be502d267edb82f, type: 3}
m_Name: Mock HMD Build Settings
m_EditorClassIdentifier:
renderMode: 0

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4243cf311d27a424bb5509d057b6f1b3
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -191,7 +191,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1927c045052a06d49a9b21fdcaa26db6, type: 3}
m_Name: OculusXRFeature Android
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: OculusXR Feature
version: 0.0.1
featureIdInternal: com.oculus.openxr.feature.oculusxr
@ -410,7 +410,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 7de993716e042c6499d0c18eed3a773c, type: 3}
m_Name: MockRuntime Standalone
m_EditorClassIdentifier:
m_enabled: 0
m_enabled: 1
nameUi: Mock Runtime
version: 0.0.2
featureIdInternal: com.unity.openxr.feature.mockruntime

View File

@ -17,6 +17,7 @@ MonoBehaviour:
m_AutomaticRunning: 0
m_Loaders:
- {fileID: 11400000, guid: 642655dfbd2207541b448dd048885b6b, type: 2}
- {fileID: 11400000, guid: b551ff08957b4834292f2f1179e9fb21, type: 2}
--- !u!114 &-3723914424975612702
MonoBehaviour:
m_ObjectHideFlags: 0

View File

@ -14,6 +14,8 @@
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.7.8",
"com.unity.xr.management": "4.3.1",
"com.unity.xr.mock-hmd": "1.3.0-preview.1",
"com.unity.xr.oculus": "3.2.2",
"com.unity.xr.openxr": "1.5.3",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

View File

@ -230,6 +230,24 @@
},
"url": "https://packages.unity.com"
},
"com.unity.xr.mock-hmd": {
"version": "1.3.0-preview.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "4.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.oculus": {
"version": "3.2.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.xr.management": "4.2.0"
},
"url": "https://packages.unity.com"
},
"com.unity.xr.openxr": {
"version": "1.5.3",
"depth": 0,

View File

@ -12,3 +12,4 @@ EditorBuildSettings:
Unity.XR.Oculus.Settings: {fileID: 11400000, guid: 206b6589c03a4e5488e5bf816e1ebed7, type: 2}
com.unity.xr.management.loader_settings: {fileID: 11400000, guid: 5b9a3be07e28e164eac545c8a839297f, type: 2}
com.unity.xr.openxr.settings4: {fileID: 11400000, guid: 479e23fa7870f784f80225e69b02577f, type: 2}
xr.sdk.mock-hmd.settings: {fileID: 11400000, guid: 4243cf311d27a424bb5509d057b6f1b3, type: 2}

View File

@ -47,6 +47,61 @@
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "ShapeComponent.ResetSettings",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "UnityEngine.ProBuilder.ProBuilderEditor-isUtilityWindow",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "editor.toolbarIconGUI",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "editor.backFaceSelectEnabled",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "editor.showSceneInfo",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "CollapseVertices.collapseToFirst",
"value": "{\"m_Value\":true}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "editor.showEditorNotifications",
"value": "{\"m_Value\":false}"
},
{
"type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "editor.dragSelectRectMode",
"value": "{\"m_Value\":0}"
},
{
"type": "UnityEngine.ProBuilder.SelectionModifierBehavior, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "editor.rectSelectModifier",
"value": "{\"m_Value\":2}"
},
{
"type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "editor.selectMode",
"value": "{\"m_Value\":8}"
},
{
"type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "editor.lastMeshSelectMode",
"value": "{\"m_Value\":8}"
},
{
"type": "System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "SubdivideEdges.subdivisions",
"value": "{\"m_Value\":1}"
}
]
}

View File

@ -154,7 +154,8 @@ PlayerSettings:
resetResolutionOnWindowResize: 0
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier: {}
applicationIdentifier:
Standalone: com.DefaultCompany.Unity3DTemplate
buildNumber:
Standalone: 0
iPhone: 0
@ -815,7 +816,7 @@ PlayerSettings:
allowUnsafeCode: 0
useDeterministicCompilation: 1
enableRoslynAnalyzers: 1
selectedPlatform: 2
selectedPlatform: 0
additionalIl2CppArgs:
scriptingRuntimeVersion: 1
gcIncremental: 1