Skip to content

Commit

Permalink
fix(SDK): ensure simulator position is correct
Browse files Browse the repository at this point in the history
  > **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.
  • Loading branch information
Christopher-Marcel Böddecker committed Jul 6, 2017
1 parent 7c4db47 commit a42c641
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
12 changes: 0 additions & 12 deletions Assets/VRTK/Examples/ExampleResources/Prefabs/SDKSetups.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ GameObject:
m_Component:
- component: {fileID: 4000013858448892}
- component: {fileID: 114000010035616626}
- component: {fileID: 114177628815396416}
m_Layer: 0
m_Name: Simulator
m_TagString: Untagged
Expand Down Expand Up @@ -6515,17 +6514,6 @@ MonoBehaviour:
PublicKeyToken=null
LeftHandCustomPose: {fileID: 0}
RightHandCustomPose: {fileID: 0}
--- !u!114 &114177628815396416
MonoBehaviour:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1000010728847870}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: c731730425e54447ae6bfcc41d6fe585, type: 3}
m_Name:
m_EditorClassIdentifier:
--- !u!114 &114220405095341134
MonoBehaviour:
m_ObjectHideFlags: 1
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a42c641

Please sign in to comment.