workspace.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select />
  20. </component>
  21. <component name="ChangeListManager">
  22. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="Test Vive Tracker on back">
  23. <change afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj.DotSettings" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs.meta" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs.meta" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Helpers.cs.meta" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs.meta" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assets/Editor/FrontWheelTrackerEditor.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editor/FrontWheelTrackerEditor.cs" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - RigidBody.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - RigidBody.prefab" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - WheelCollider.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - WheelCollider.prefab" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer.prefab" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/Assets/Settings/SampleSceneProfile.asset" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Settings/SampleSceneProfile.asset" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/InteractionSystem/Core/Prefabs/RightRenderModel Slim.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/InteractionSystem/Core/Prefabs/RightRenderModel Slim.prefab" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/AlienHand.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/AlienHand.mat" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/No Name.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/No Name.mat" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/floppyHand.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/floppyHand.mat" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/knuckles_right.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/knuckles_right.mat" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/models_hands_vr_glove.vmat.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/models_hands_vr_glove.vmat.mat" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/vr_glove_color.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/vr_glove_color.mat" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/vr_glove_color_red.mat" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Models/Materials/vr_glove_color_red.mat" afterDir="false" />
  57. <change beforePath="$PROJECT_DIR$/Assets/SteamVR/Prefabs/vr_glove_right.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR/Prefabs/vr_glove_right.prefab" afterDir="false" />
  58. <change beforePath="$PROJECT_DIR$/ProjectSettings/DynamicsManager.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/DynamicsManager.asset" afterDir="false" />
  59. <change beforePath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" afterDir="false" />
  60. <change beforePath="$PROJECT_DIR$/ProjectSettings/URPProjectSettings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/URPProjectSettings.asset" afterDir="false" />
  61. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  62. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  63. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  64. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  65. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  66. <change beforePath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" afterDir="false" />
  67. </list>
  68. <option name="SHOW_DIALOG" value="false" />
  69. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  70. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  71. <option name="LAST_RESOLUTION" value="IGNORE" />
  72. </component>
  73. <component name="Git.Settings">
  74. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  75. </component>
  76. <component name="HighlightingSettingsPerFile">
  77. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  78. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Utilities/PrimitiveValue.cs" root0="SKIP_HIGHLIGHTING" />
  79. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  80. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/526469D5-A48C-43EE-BD9A-F19F8745AFA1/68/360ad80c/PlayerPrefs.cs" root0="SKIP_HIGHLIGHTING" />
  81. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/A8E33794-C006-4F2A-A201-ADE069162226/7e/d8f633a7/EditorGUILayout.cs" root0="SKIP_HIGHLIGHTING" />
  82. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/InputManager.cs" root0="SKIP_HIGHLIGHTING" />
  83. </component>
  84. <component name="IdeDocumentHistory">
  85. <option name="CHANGED_PATHS">
  86. <list>
  87. <option value="$PROJECT_DIR$/Assets/ColliderActivation.cs" />
  88. <option value="$PROJECT_DIR$/Assets/ViveBikeController.cs" />
  89. <option value="$PROJECT_DIR$/Assets/Scripts/BikeReset.cs" />
  90. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/ViveBikeController.cs" />
  91. <option value="$PROJECT_DIR$/Assets/BikeAnimation.cs" />
  92. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" />
  93. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/MovePlayerPosition.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/PersistatePlayerPosition.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" />
  98. <option value="$PROJECT_DIR$/Assets/FrontWheelTracker.cs" />
  99. <option value="$PROJECT_DIR$/Assets/ViveDebugData.cs" />
  100. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  101. <option value="$PROJECT_DIR$/Assets/SeatpostTracker.cs" />
  102. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  103. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/SeatpostTracker.cs" />
  104. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/ForkTracker.cs" />
  105. <option value="$PROJECT_DIR$/Assets/Editor/ForkTrackerEditor.cs" />
  106. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibrateableTracker.cs" />
  107. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  108. <option value="$PROJECT_DIR$/Assets/Editor/FrontWheelTrackerEditor.cs" />
  109. <option value="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs" />
  110. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  111. <option value="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs" />
  112. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  113. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  114. <option value="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" />
  115. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" />
  116. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  117. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  118. </list>
  119. </option>
  120. </component>
  121. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  122. <component name="ProjectLevelVcsManager">
  123. <ConfirmationsSetting value="2" id="Add" />
  124. </component>
  125. <component name="ProjectViewState">
  126. <option name="hideEmptyMiddlePackages" value="true" />
  127. <option name="showLibraryContents" value="true" />
  128. </component>
  129. <component name="PropertiesComponent">
  130. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  131. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.34994584" />
  132. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.30010834" />
  133. <property name="Discover.Launch.Via.Unity" value="true" />
  134. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  135. <property name="WebServerToolWindowFactoryState" value="false" />
  136. <property name="nodejs_package_manager_path" value="npm" />
  137. <property name="settings.editor.selected.configurable" value="preferences.sourceCode.C#" />
  138. <property name="vue.rearranger.settings.migration" value="true" />
  139. </component>
  140. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  141. <configuration name="Attach to Unity Editor &amp; Play" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="UNITY_ATTACH_AND_PLAY" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost" ignored-value-for-modified-check="11696">
  142. <option name="allowRunningInParallel" value="false" />
  143. <option name="listenPortForConnections" value="false" />
  144. <option name="pid" value="11696" />
  145. <option name="selectedOptions">
  146. <set />
  147. </option>
  148. <method v="2" />
  149. </configuration>
  150. <configuration name="Attach to Unity Editor" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="Unity Debug" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost">
  151. <option name="allowRunningInParallel" value="false" />
  152. <option name="listenPortForConnections" value="false" />
  153. <option name="pid" />
  154. <option name="selectedOptions">
  155. <set />
  156. </option>
  157. <method v="2" />
  158. </configuration>
  159. </component>
  160. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  161. <component name="TaskManager">
  162. <task active="true" id="Default" summary="Default task">
  163. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  164. <created>1606388694739</created>
  165. <option name="number" value="Default" />
  166. <option name="presentableId" value="Default" />
  167. <updated>1606388694739</updated>
  168. <workItem from="1606388712651" duration="10566000" />
  169. <workItem from="1607346787506" duration="4055000" />
  170. <workItem from="1607418056368" duration="4074000" />
  171. <workItem from="1607588039382" duration="5023000" />
  172. <workItem from="1608111814180" duration="1242000" />
  173. <workItem from="1608191738071" duration="10660000" />
  174. </task>
  175. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  176. <created>1606399745852</created>
  177. <option name="number" value="00001" />
  178. <option name="presentableId" value="LOCAL-00001" />
  179. <option name="project" value="LOCAL" />
  180. <updated>1606399745852</updated>
  181. </task>
  182. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  183. <created>1607347764330</created>
  184. <option name="number" value="00002" />
  185. <option name="presentableId" value="LOCAL-00002" />
  186. <option name="project" value="LOCAL" />
  187. <updated>1607347764330</updated>
  188. </task>
  189. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  190. <created>1607352302170</created>
  191. <option name="number" value="00003" />
  192. <option name="presentableId" value="LOCAL-00003" />
  193. <option name="project" value="LOCAL" />
  194. <updated>1607352302170</updated>
  195. </task>
  196. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  197. <created>1607420956941</created>
  198. <option name="number" value="00004" />
  199. <option name="presentableId" value="LOCAL-00004" />
  200. <option name="project" value="LOCAL" />
  201. <updated>1607420956941</updated>
  202. </task>
  203. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  204. <created>1607425561838</created>
  205. <option name="number" value="00005" />
  206. <option name="presentableId" value="LOCAL-00005" />
  207. <option name="project" value="LOCAL" />
  208. <updated>1607425561838</updated>
  209. </task>
  210. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  211. <created>1607425594752</created>
  212. <option name="number" value="00006" />
  213. <option name="presentableId" value="LOCAL-00006" />
  214. <option name="project" value="LOCAL" />
  215. <updated>1607425594752</updated>
  216. </task>
  217. <task id="LOCAL-00007" summary="Proper steering calculation">
  218. <created>1607593418906</created>
  219. <option name="number" value="00007" />
  220. <option name="presentableId" value="LOCAL-00007" />
  221. <option name="project" value="LOCAL" />
  222. <updated>1607593418906</updated>
  223. </task>
  224. <option name="localTasksCounter" value="8" />
  225. <servers />
  226. </component>
  227. <component name="TypeScriptGeneratedFilesManager">
  228. <option name="version" value="3" />
  229. </component>
  230. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  231. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  232. <component name="Vcs.Log.Tabs.Properties">
  233. <option name="TAB_STATES">
  234. <map>
  235. <entry key="MAIN">
  236. <value>
  237. <State />
  238. </value>
  239. </entry>
  240. </map>
  241. </option>
  242. <option name="oldMeFiltersMigrated" value="true" />
  243. </component>
  244. <component name="VcsManagerConfiguration">
  245. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  246. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  247. <MESSAGE value="VR Stuff, Bicycle Animations" />
  248. <MESSAGE value="persistate player position and vr bike data display" />
  249. <MESSAGE value="Primitive steering with Vive Tracker" />
  250. <MESSAGE value="Vive Tracker Adjustments" />
  251. <MESSAGE value="Test Vive Tracker on back" />
  252. <MESSAGE value="Proper steering calculation" />
  253. <option name="LAST_COMMIT_MESSAGE" value="Proper steering calculation" />
  254. </component>
  255. <component name="WindowStateProjectService">
  256. <state width="463" height="464" key="DebuggerActiveHint" timestamp="1608205291466">
  257. <screen x="0" y="0" width="1920" height="1040" />
  258. </state>
  259. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  260. <state width="1877" height="314" key="GridCell.Tab.0.bottom" timestamp="1608205442014">
  261. <screen x="0" y="0" width="1920" height="1040" />
  262. </state>
  263. <state width="1877" height="314" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  264. <state width="1877" height="314" key="GridCell.Tab.0.center" timestamp="1608205442014">
  265. <screen x="0" y="0" width="1920" height="1040" />
  266. </state>
  267. <state width="1877" height="314" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  268. <state width="1877" height="314" key="GridCell.Tab.0.left" timestamp="1608205442014">
  269. <screen x="0" y="0" width="1920" height="1040" />
  270. </state>
  271. <state width="1877" height="314" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  272. <state width="1877" height="314" key="GridCell.Tab.0.right" timestamp="1608205442014">
  273. <screen x="0" y="0" width="1920" height="1040" />
  274. </state>
  275. <state width="1877" height="314" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  276. <state width="1877" height="314" key="GridCell.Tab.1.bottom" timestamp="1608205448906">
  277. <screen x="0" y="0" width="1920" height="1040" />
  278. </state>
  279. <state width="1877" height="314" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  280. <state width="1877" height="314" key="GridCell.Tab.1.center" timestamp="1608205448906">
  281. <screen x="0" y="0" width="1920" height="1040" />
  282. </state>
  283. <state width="1877" height="314" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  284. <state width="1877" height="314" key="GridCell.Tab.1.left" timestamp="1608205448906">
  285. <screen x="0" y="0" width="1920" height="1040" />
  286. </state>
  287. <state width="1877" height="314" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  288. <state width="1877" height="314" key="GridCell.Tab.1.right" timestamp="1608205448906">
  289. <screen x="0" y="0" width="1920" height="1040" />
  290. </state>
  291. <state width="1877" height="314" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  292. <state width="1877" height="314" key="GridCell.Tab.2.bottom" timestamp="1608205441888">
  293. <screen x="0" y="0" width="1920" height="1040" />
  294. </state>
  295. <state width="1877" height="314" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  296. <state width="1877" height="314" key="GridCell.Tab.2.center" timestamp="1608205441888">
  297. <screen x="0" y="0" width="1920" height="1040" />
  298. </state>
  299. <state width="1877" height="314" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  300. <state width="1877" height="314" key="GridCell.Tab.2.left" timestamp="1608205441888">
  301. <screen x="0" y="0" width="1920" height="1040" />
  302. </state>
  303. <state width="1877" height="314" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  304. <state width="1877" height="314" key="GridCell.Tab.2.right" timestamp="1608205441888">
  305. <screen x="0" y="0" width="1920" height="1040" />
  306. </state>
  307. <state width="1877" height="314" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  308. <state width="1877" height="314" key="GridCell.Tab.3.bottom" timestamp="1608205441889">
  309. <screen x="0" y="0" width="1920" height="1040" />
  310. </state>
  311. <state width="1877" height="314" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  312. <state width="1877" height="314" key="GridCell.Tab.3.center" timestamp="1608205441889">
  313. <screen x="0" y="0" width="1920" height="1040" />
  314. </state>
  315. <state width="1877" height="314" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  316. <state width="1877" height="314" key="GridCell.Tab.3.left" timestamp="1608205441889">
  317. <screen x="0" y="0" width="1920" height="1040" />
  318. </state>
  319. <state width="1877" height="314" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  320. <state width="1877" height="314" key="GridCell.Tab.3.right" timestamp="1608205441889">
  321. <screen x="0" y="0" width="1920" height="1040" />
  322. </state>
  323. <state width="1877" height="314" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  324. <state x="764" y="193" key="RiderGenerateDialog" timestamp="1608198510148">
  325. <screen x="0" y="0" width="1920" height="1040" />
  326. </state>
  327. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  328. <state x="461" y="164" key="SettingsEditor" timestamp="1607347297764">
  329. <screen x="0" y="0" width="1920" height="1040" />
  330. </state>
  331. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  332. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog" timestamp="1607591027227">
  333. <screen x="0" y="0" width="1920" height="1040" />
  334. </state>
  335. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  336. <state x="552" y="252" key="Vcs.Push.Dialog.v2" timestamp="1607593425704">
  337. <screen x="0" y="0" width="1920" height="1040" />
  338. </state>
  339. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1607593425704" />
  340. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1608204195479">
  341. <screen x="0" y="0" width="1920" height="1040" />
  342. </state>
  343. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1608204195479" />
  344. </component>
  345. <component name="XDebuggerManager">
  346. <breakpoint-manager>
  347. <breakpoints>
  348. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  349. <url>file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs</url>
  350. <line>70</line>
  351. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Animation\BikeAnimation.cs" initialLine="70">
  352. <startOffsets>
  353. <option value="2084" />
  354. </startOffsets>
  355. <endOffsets>
  356. <option value="2151" />
  357. </endOffsets>
  358. </properties>
  359. <option name="timeStamp" value="1" />
  360. </line-breakpoint>
  361. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  362. <url>file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs</url>
  363. <line>126</line>
  364. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Animation\BikeAnimation.cs" initialLine="126">
  365. <startOffsets>
  366. <option value="4048" />
  367. </startOffsets>
  368. <endOffsets>
  369. <option value="4133" />
  370. </endOffsets>
  371. </properties>
  372. <option name="timeStamp" value="3" />
  373. </line-breakpoint>
  374. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  375. <url>file://$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs</url>
  376. <line>77</line>
  377. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Controller\SensorBikeController.cs" initialLine="78">
  378. <startOffsets>
  379. <option value="2237" />
  380. </startOffsets>
  381. <endOffsets>
  382. <option value="2332" />
  383. </endOffsets>
  384. </properties>
  385. <option name="timeStamp" value="6" />
  386. </line-breakpoint>
  387. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  388. <url>file://$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs</url>
  389. <line>29</line>
  390. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Controller\Bicycle\RbBicycleController.cs" initialLine="29">
  391. <startOffsets>
  392. <option value="753" />
  393. </startOffsets>
  394. <endOffsets>
  395. <option value="836" />
  396. </endOffsets>
  397. </properties>
  398. <option name="timeStamp" value="7" />
  399. </line-breakpoint>
  400. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  401. <url>file://$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs</url>
  402. <line>28</line>
  403. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Controller\Bicycle\RbBicycleController.cs" initialLine="28">
  404. <startOffsets>
  405. <option value="715" />
  406. </startOffsets>
  407. <endOffsets>
  408. <option value="740" />
  409. </endOffsets>
  410. </properties>
  411. <option name="timeStamp" value="8" />
  412. </line-breakpoint>
  413. </breakpoints>
  414. </breakpoint-manager>
  415. </component>
  416. </project>