Skip to content

Commit a42c641

Browse files
author
Christopher-Marcel Böddecker
committed
fix(SDK): ensure simulator position is correct
> **Breaking Changes** The example scenes were using a script to position the simulator rig correctly. This is no longer needed after recent changes to the simulator and therefore the script and its usage in the `SDKSetups` prefab is removed. If users of VRTK used this script previously or broke the prefab link to the `SDKSetups` prefab they need to remove any usage of the script.
1 parent 7c4db47 commit a42c641

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

Assets/VRTK/Examples/ExampleResources/Prefabs/SDKSetups.prefab

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ GameObject:
372372
m_Component:
373373
- component: {fileID: 4000013858448892}
374374
- component: {fileID: 114000010035616626}
375-
- component: {fileID: 114177628815396416}
376375
m_Layer: 0
377376
m_Name: Simulator
378377
m_TagString: Untagged
@@ -6515,17 +6514,6 @@ MonoBehaviour:
65156514
PublicKeyToken=null
65166515
LeftHandCustomPose: {fileID: 0}
65176516
RightHandCustomPose: {fileID: 0}
6518-
--- !u!114 &114177628815396416
6519-
MonoBehaviour:
6520-
m_ObjectHideFlags: 1
6521-
m_PrefabParentObject: {fileID: 0}
6522-
m_PrefabInternal: {fileID: 100100000}
6523-
m_GameObject: {fileID: 1000010728847870}
6524-
m_Enabled: 1
6525-
m_EditorHideFlags: 0
6526-
m_Script: {fileID: 11500000, guid: c731730425e54447ae6bfcc41d6fe585, type: 3}
6527-
m_Name:
6528-
m_EditorClassIdentifier:
65296517
--- !u!114 &114220405095341134
65306518
MonoBehaviour:
65316519
m_ObjectHideFlags: 1

Assets/VRTK/Examples/ExampleResources/Scripts/ExampleSceneSimulatorCameraRigMover.cs

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

Assets/VRTK/Examples/ExampleResources/Scripts/ExampleSceneSimulatorCameraRigMover.cs.meta

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

0 commit comments

Comments
 (0)