workspace.xml 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="AutoImportSettings">
  4. <option name="autoReloadType" value="SELECTIVE" />
  5. </component>
  6. <component name="BranchesTreeState">
  7. <expand>
  8. <path>
  9. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  10. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. </path>
  12. <path>
  13. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  14. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. </path>
  16. <path>
  17. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  18. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  19. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  20. </path>
  21. </expand>
  22. <select />
  23. </component>
  24. <component name="ChangeListManager">
  25. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="lean controller">
  26. <change afterPath="$PROJECT_DIR$/Assets/Prefabs/LookStraightHUD.prefab" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/Assets/Prefabs/LookStraightHUD.prefab.meta" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Display/LookStraightDisplay.cs" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Display/LookStraightDisplay.cs.meta" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/CameraTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/CameraTracker.cs" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/ProjectSettings/DynamicsManager.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/DynamicsManager.asset" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  46. </list>
  47. <option name="SHOW_DIALOG" value="false" />
  48. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  49. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  50. <option name="LAST_RESOLUTION" value="IGNORE" />
  51. </component>
  52. <component name="Git.Settings">
  53. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  54. </component>
  55. <component name="HighlightingSettingsPerFile">
  56. <setting file="file://$PROJECT_DIR$/Assets/SteamVR/Plugins/openvr_api.cs" root0="SKIP_HIGHLIGHTING" />
  57. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" root0="FORCE_HIGHLIGHTING" />
  58. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  59. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/1A3A5801-6E2C-4FF1-B975-52B718793608/5a/7e36ae17/DepthOfField.cs" root0="SKIP_HIGHLIGHTING" />
  60. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/ScriptableRendererData.cs" root0="SKIP_HIGHLIGHTING" />
  61. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/BFC774E3-9F15-4E8B-ACC0-AAE5397B53AE/b4/c0ce131f/Mathf.cs" root0="SKIP_HIGHLIGHTING" />
  62. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/F8918D0C-C5FC-41A1-BABA-01B207A4C016/1a/773d1d3a/Physics.cs" root0="SKIP_HIGHLIGHTING" />
  63. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/Passes/PostProcessPass.cs" root0="SKIP_HIGHLIGHTING" />
  64. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/62FFEEB7-EC02-4BEA-B61E-5FBF8D44AC5B/e2/54e16cc4/Math.cs" root0="SKIP_HIGHLIGHTING" />
  65. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  66. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Utilities/PrimitiveValue.cs" root0="SKIP_HIGHLIGHTING" />
  67. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/1A3A5801-6E2C-4FF1-B975-52B718793608/65/0ec761f4/DepthOfFieldModeParameter.cs" root0="SKIP_HIGHLIGHTING" />
  68. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/F352B6B8-9F0F-458F-8952-E62C7DE1DBFE/f4/b5ba078b/VolumeParameter`1.cs" root0="SKIP_HIGHLIGHTING" />
  69. <setting file="file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/VirtualNose.cs" root0="FORCE_HIGHLIGHTING" />
  70. </component>
  71. <component name="IdeDocumentHistory">
  72. <option name="CHANGED_PATHS">
  73. <list>
  74. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  75. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  76. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FrontWheelTrackerLogger.cs" />
  77. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/RouteEventLogger.cs" />
  78. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs" />
  79. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs" />
  80. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs" />
  81. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs" />
  82. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs" />
  83. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs" />
  84. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs" />
  85. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs" />
  86. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs" />
  87. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logable.cs" />
  88. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" />
  89. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs" />
  90. <option value="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" />
  91. <option value="$PROJECT_DIR$/Assets/StreetPartMeta.cs" />
  92. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMeta.cs" />
  93. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMetaTag.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/Calibration/PersistatePlayerPosition.cs" />
  98. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs" />
  99. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs" />
  100. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/Vignetting/DynamicVignetting.cs" />
  101. <option value="$PROJECT_DIR$/Assets/Scripts/SlopeCollider.cs" />
  102. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/ANT/PowerMeterReceiver.cs" />
  103. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  104. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  105. <option value="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Shaders/Stylized Sky.shader" />
  106. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownText.cs" />
  107. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplaycs.cs" />
  108. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplay.cs" />
  109. <option value="$PROJECT_DIR$/Assets/SwitchColliderOnStanding.cs" />
  110. <option value="$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" />
  111. <option value="$PROJECT_DIR$/Assets/Scripts/Wheels/SlopeCollider.cs" />
  112. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs" />
  113. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/VirtualNose.cs" />
  114. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Lean/LeanControllerBehaviour.cs" />
  115. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Lean/PolarLeanController.cs" />
  116. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  117. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Lean/ILeanController.cs" />
  118. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Lean/HmdLeanController.cs" />
  119. <option value="$PROJECT_DIR$/Assets/Scripts/Display/LookStraightDisplay.cs" />
  120. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs" />
  121. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CameraTracker.cs" />
  122. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" />
  123. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  124. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" />
  125. </list>
  126. </option>
  127. </component>
  128. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  129. <component name="ProjectLevelVcsManager">
  130. <ConfirmationsSetting value="2" id="Add" />
  131. </component>
  132. <component name="ProjectViewState">
  133. <option name="hideEmptyMiddlePackages" value="true" />
  134. <option name="showLibraryContents" value="true" />
  135. </component>
  136. <component name="PropertiesComponent">
  137. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  138. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.3272543" />
  139. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14235055" />
  140. <property name="Discover.Launch.Via.Unity" value="true" />
  141. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  142. <property name="WebServerToolWindowFactoryState" value="false" />
  143. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  144. <property name="nodejs_package_manager_path" value="npm" />
  145. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  146. <property name="vue.rearranger.settings.migration" value="true" />
  147. </component>
  148. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  149. <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">
  150. <option name="allowRunningInParallel" value="false" />
  151. <option name="listenPortForConnections" value="false" />
  152. <option name="pid" />
  153. <option name="selectedOptions">
  154. <set />
  155. </option>
  156. <method v="2" />
  157. </configuration>
  158. <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">
  159. <option name="allowRunningInParallel" value="false" />
  160. <option name="listenPortForConnections" value="false" />
  161. <option name="pid" />
  162. <option name="selectedOptions">
  163. <set />
  164. </option>
  165. <method v="2" />
  166. </configuration>
  167. </component>
  168. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  169. <component name="TaskManager">
  170. <task active="true" id="Default" summary="Default task">
  171. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  172. <created>1606388694739</created>
  173. <option name="number" value="Default" />
  174. <option name="presentableId" value="Default" />
  175. <updated>1606388694739</updated>
  176. <workItem from="1606388712651" duration="10566000" />
  177. <workItem from="1607346787506" duration="4055000" />
  178. <workItem from="1607418056368" duration="4074000" />
  179. <workItem from="1607588039382" duration="5023000" />
  180. <workItem from="1608111814180" duration="1242000" />
  181. <workItem from="1608191738071" duration="10660000" />
  182. <workItem from="1608556964379" duration="14561000" />
  183. <workItem from="1608626823380" duration="6475000" />
  184. <workItem from="1608633384360" duration="3597000" />
  185. <workItem from="1609928644105" duration="6587000" />
  186. <workItem from="1610355346577" duration="15843000" />
  187. <workItem from="1610431786853" duration="1170000" />
  188. <workItem from="1610530755101" duration="4080000" />
  189. <workItem from="1611143576284" duration="1554000" />
  190. <workItem from="1611305064694" duration="8917000" />
  191. <workItem from="1612525325840" duration="2419000" />
  192. <workItem from="1612943190960" duration="73000" />
  193. <workItem from="1612943623931" duration="618000" />
  194. <workItem from="1614156263136" duration="4544000" />
  195. <workItem from="1615801269868" duration="4270000" />
  196. <workItem from="1615805576316" duration="97000" />
  197. <workItem from="1615970052613" duration="12089000" />
  198. </task>
  199. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  200. <created>1606399745852</created>
  201. <option name="number" value="00001" />
  202. <option name="presentableId" value="LOCAL-00001" />
  203. <option name="project" value="LOCAL" />
  204. <updated>1606399745852</updated>
  205. </task>
  206. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  207. <created>1607347764330</created>
  208. <option name="number" value="00002" />
  209. <option name="presentableId" value="LOCAL-00002" />
  210. <option name="project" value="LOCAL" />
  211. <updated>1607347764330</updated>
  212. </task>
  213. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  214. <created>1607352302170</created>
  215. <option name="number" value="00003" />
  216. <option name="presentableId" value="LOCAL-00003" />
  217. <option name="project" value="LOCAL" />
  218. <updated>1607352302170</updated>
  219. </task>
  220. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  221. <created>1607420956941</created>
  222. <option name="number" value="00004" />
  223. <option name="presentableId" value="LOCAL-00004" />
  224. <option name="project" value="LOCAL" />
  225. <updated>1607420956941</updated>
  226. </task>
  227. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  228. <created>1607425561838</created>
  229. <option name="number" value="00005" />
  230. <option name="presentableId" value="LOCAL-00005" />
  231. <option name="project" value="LOCAL" />
  232. <updated>1607425561838</updated>
  233. </task>
  234. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  235. <created>1607425594752</created>
  236. <option name="number" value="00006" />
  237. <option name="presentableId" value="LOCAL-00006" />
  238. <option name="project" value="LOCAL" />
  239. <updated>1607425594752</updated>
  240. </task>
  241. <task id="LOCAL-00007" summary="Proper steering calculation">
  242. <created>1607593418906</created>
  243. <option name="number" value="00007" />
  244. <option name="presentableId" value="LOCAL-00007" />
  245. <option name="project" value="LOCAL" />
  246. <updated>1607593418906</updated>
  247. </task>
  248. <task id="LOCAL-00008" summary="HMD logging">
  249. <created>1608628621383</created>
  250. <option name="number" value="00008" />
  251. <option name="presentableId" value="LOCAL-00008" />
  252. <option name="project" value="LOCAL" />
  253. <updated>1608628621383</updated>
  254. </task>
  255. <task id="LOCAL-00009" summary="More logging">
  256. <created>1610361817557</created>
  257. <option name="number" value="00009" />
  258. <option name="presentableId" value="LOCAL-00009" />
  259. <option name="project" value="LOCAL" />
  260. <updated>1610361817557</updated>
  261. </task>
  262. <task id="LOCAL-00010" summary="Start and Finish events">
  263. <created>1610362454731</created>
  264. <option name="number" value="00010" />
  265. <option name="presentableId" value="LOCAL-00010" />
  266. <option name="project" value="LOCAL" />
  267. <updated>1610362454731</updated>
  268. </task>
  269. <task id="LOCAL-00011" summary="fixes">
  270. <created>1610531922101</created>
  271. <option name="number" value="00011" />
  272. <option name="presentableId" value="LOCAL-00011" />
  273. <option name="project" value="LOCAL" />
  274. <updated>1610531922101</updated>
  275. </task>
  276. <task id="LOCAL-00012" summary="Removed logs and added additional steering options">
  277. <created>1611309529519</created>
  278. <option name="number" value="00012" />
  279. <option name="presentableId" value="LOCAL-00012" />
  280. <option name="project" value="LOCAL" />
  281. <updated>1611309529519</updated>
  282. </task>
  283. <task id="LOCAL-00013" summary="DoF and Vive Tracker Update">
  284. <created>1612529432943</created>
  285. <option name="number" value="00013" />
  286. <option name="presentableId" value="LOCAL-00013" />
  287. <option name="project" value="LOCAL" />
  288. <updated>1612529432943</updated>
  289. </task>
  290. <task id="LOCAL-00014" summary="GingerVR">
  291. <created>1614156818036</created>
  292. <option name="number" value="00014" />
  293. <option name="presentableId" value="LOCAL-00014" />
  294. <option name="project" value="LOCAL" />
  295. <updated>1614156818036</updated>
  296. </task>
  297. <task id="LOCAL-00015" summary="lean controller">
  298. <created>1615805516848</created>
  299. <option name="number" value="00015" />
  300. <option name="presentableId" value="LOCAL-00015" />
  301. <option name="project" value="LOCAL" />
  302. <updated>1615805516848</updated>
  303. </task>
  304. <task id="LOCAL-00016" summary="Scene">
  305. <created>1615805584353</created>
  306. <option name="number" value="00016" />
  307. <option name="presentableId" value="LOCAL-00016" />
  308. <option name="project" value="LOCAL" />
  309. <updated>1615805584353</updated>
  310. </task>
  311. <option name="localTasksCounter" value="17" />
  312. <servers />
  313. </component>
  314. <component name="TypeScriptGeneratedFilesManager">
  315. <option name="version" value="3" />
  316. </component>
  317. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  318. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  319. <component name="Vcs.Log.Tabs.Properties">
  320. <option name="TAB_STATES">
  321. <map>
  322. <entry key="MAIN">
  323. <value>
  324. <State />
  325. </value>
  326. </entry>
  327. </map>
  328. </option>
  329. <option name="oldMeFiltersMigrated" value="true" />
  330. </component>
  331. <component name="VcsManagerConfiguration">
  332. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  333. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  334. <MESSAGE value="VR Stuff, Bicycle Animations" />
  335. <MESSAGE value="persistate player position and vr bike data display" />
  336. <MESSAGE value="Primitive steering with Vive Tracker" />
  337. <MESSAGE value="Vive Tracker Adjustments" />
  338. <MESSAGE value="Test Vive Tracker on back" />
  339. <MESSAGE value="Proper steering calculation" />
  340. <MESSAGE value="HMD logging" />
  341. <MESSAGE value="More logging" />
  342. <MESSAGE value="Start and Finish events" />
  343. <MESSAGE value="fixes" />
  344. <MESSAGE value="Removed logs and added additional steering options" />
  345. <MESSAGE value="DoF and Vive Tracker Update" />
  346. <MESSAGE value="GingerVR" />
  347. <MESSAGE value="lean controller" />
  348. <MESSAGE value="Scene" />
  349. <option name="LAST_COMMIT_MESSAGE" value="Scene" />
  350. </component>
  351. <component name="WindowStateProjectService">
  352. <state x="704" y="291" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog" timestamp="1612943194023">
  353. <screen x="0" y="0" width="2048" height="1112" />
  354. </state>
  355. <state x="704" y="291" key="#com.intellij.openapi.updateSettings.impl.PluginUpdateInfoDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1612943194023" />
  356. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  357. <screen x="0" y="0" width="1440" height="900" />
  358. </state>
  359. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  360. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  361. <state width="680" height="497" key="DebuggerActiveHint" timestamp="1611319259442">
  362. <screen x="0" y="0" width="2048" height="1112" />
  363. </state>
  364. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  365. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  366. <state width="680" height="497" key="DebuggerActiveHint/0.0.2048.1112@0.0.2048.1112" timestamp="1611319259442" />
  367. <state width="2005" height="414" key="GridCell.Tab.0.bottom" timestamp="1611319177899">
  368. <screen x="0" y="0" width="2048" height="1112" />
  369. </state>
  370. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  371. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  372. <state width="1877" height="385" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  373. <state width="2005" height="414" key="GridCell.Tab.0.bottom/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  374. <state width="2005" height="414" key="GridCell.Tab.0.center" timestamp="1611319177899">
  375. <screen x="0" y="0" width="2048" height="1112" />
  376. </state>
  377. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  378. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  379. <state width="1877" height="385" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  380. <state width="2005" height="414" key="GridCell.Tab.0.center/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  381. <state width="2005" height="414" key="GridCell.Tab.0.left" timestamp="1611319177899">
  382. <screen x="0" y="0" width="2048" height="1112" />
  383. </state>
  384. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  385. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  386. <state width="1877" height="385" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  387. <state width="2005" height="414" key="GridCell.Tab.0.left/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  388. <state width="2005" height="414" key="GridCell.Tab.0.right" timestamp="1611319177899">
  389. <screen x="0" y="0" width="2048" height="1112" />
  390. </state>
  391. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  392. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  393. <state width="1877" height="385" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  394. <state width="2005" height="414" key="GridCell.Tab.0.right/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  395. <state width="2005" height="414" key="GridCell.Tab.1.bottom" timestamp="1611319236653">
  396. <screen x="0" y="0" width="2048" height="1112" />
  397. </state>
  398. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  399. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  400. <state width="1877" height="385" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  401. <state width="2005" height="414" key="GridCell.Tab.1.bottom/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  402. <state width="2005" height="414" key="GridCell.Tab.1.center" timestamp="1611319236653">
  403. <screen x="0" y="0" width="2048" height="1112" />
  404. </state>
  405. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  406. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  407. <state width="1877" height="385" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  408. <state width="2005" height="414" key="GridCell.Tab.1.center/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  409. <state width="2005" height="414" key="GridCell.Tab.1.left" timestamp="1611319236653">
  410. <screen x="0" y="0" width="2048" height="1112" />
  411. </state>
  412. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  413. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  414. <state width="1877" height="385" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457609" />
  415. <state width="2005" height="414" key="GridCell.Tab.1.left/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  416. <state width="2005" height="414" key="GridCell.Tab.1.right" timestamp="1611319236653">
  417. <screen x="0" y="0" width="2048" height="1112" />
  418. </state>
  419. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  420. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  421. <state width="1877" height="385" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  422. <state width="2005" height="414" key="GridCell.Tab.1.right/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  423. <state width="1877" height="385" key="GridCell.Tab.2.bottom" timestamp="1609933996568">
  424. <screen x="0" y="0" width="1920" height="1040" />
  425. </state>
  426. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  427. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  428. <state width="1877" height="385" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  429. <state width="1877" height="385" key="GridCell.Tab.2.center" timestamp="1609933996568">
  430. <screen x="0" y="0" width="1920" height="1040" />
  431. </state>
  432. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  433. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  434. <state width="1877" height="385" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  435. <state width="1877" height="385" key="GridCell.Tab.2.left" timestamp="1609933996568">
  436. <screen x="0" y="0" width="1920" height="1040" />
  437. </state>
  438. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  439. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  440. <state width="1877" height="385" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  441. <state width="1877" height="385" key="GridCell.Tab.2.right" timestamp="1609933996568">
  442. <screen x="0" y="0" width="1920" height="1040" />
  443. </state>
  444. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  445. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  446. <state width="1877" height="385" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  447. <state width="1877" height="385" key="GridCell.Tab.3.bottom" timestamp="1609933996568">
  448. <screen x="0" y="0" width="1920" height="1040" />
  449. </state>
  450. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  451. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  452. <state width="1877" height="385" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  453. <state width="1877" height="385" key="GridCell.Tab.3.center" timestamp="1609933996568">
  454. <screen x="0" y="0" width="1920" height="1040" />
  455. </state>
  456. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  457. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  458. <state width="1877" height="385" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  459. <state width="1877" height="385" key="GridCell.Tab.3.left" timestamp="1609933996568">
  460. <screen x="0" y="0" width="1920" height="1040" />
  461. </state>
  462. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  463. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  464. <state width="1877" height="385" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  465. <state width="1877" height="385" key="GridCell.Tab.3.right" timestamp="1609933996568">
  466. <screen x="0" y="0" width="1920" height="1040" />
  467. </state>
  468. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  469. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  470. <state width="1877" height="385" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  471. <state x="662" y="317" key="MultipleFileMergeDialog" timestamp="1612528086834">
  472. <screen x="0" y="0" width="2048" height="1112" />
  473. </state>
  474. <state x="662" y="317" key="MultipleFileMergeDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1612528086834" />
  475. <state x="815" y="207" key="RiderGenerateDialog" timestamp="1611921585131">
  476. <screen x="0" y="0" width="2048" height="1112" />
  477. </state>
  478. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1610359053516" />
  479. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  480. <state x="815" y="207" key="RiderGenerateDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1611921585131" />
  481. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  482. <screen x="0" y="0" width="1440" height="860" />
  483. </state>
  484. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  485. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  486. <state x="98" y="98" width="1852" height="916" key="VCS.FileHistoryDialog" timestamp="1615979704751">
  487. <screen x="0" y="0" width="2048" height="1112" />
  488. </state>
  489. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1610365025117" />
  490. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  491. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  492. <state x="98" y="98" width="1852" height="916" key="VCS.FileHistoryDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1615979704751" />
  493. <state x="589" y="269" key="Vcs.Push.Dialog.v2" timestamp="1615805586620">
  494. <screen x="0" y="0" width="2048" height="1112" />
  495. </state>
  496. <state x="414" y="208" key="Vcs.Push.Dialog.v2/0.0.1440.860@0.0.1440.860" timestamp="1610362459013" />
  497. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  498. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1610531923390" />
  499. <state x="589" y="269" key="Vcs.Push.Dialog.v2/0.0.2048.1112@0.0.2048.1112" timestamp="1615805586620" />
  500. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  501. <screen x="0" y="0" width="1440" height="860" />
  502. </state>
  503. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  504. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  505. <screen x="0" y="0" width="1440" height="900" />
  506. </state>
  507. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608634708861" />
  508. <state x="132" y="115" width="1783" height="882" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1615802716504">
  509. <screen x="0" y="0" width="2048" height="1112" />
  510. </state>
  511. <state x="93" y="89" width="1253" height="682" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1610375404608" />
  512. <state x="93" y="93" width="1253" height="713" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608633349176" />
  513. <state x="132" y="115" width="1783" height="882" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1615802716504" />
  514. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1610362264361">
  515. <screen x="0" y="0" width="1440" height="860" />
  516. </state>
  517. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1440.860@0.0.1440.860" timestamp="1610362264361" />
  518. <state x="841" y="469" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1615972821302">
  519. <screen x="0" y="0" width="2048" height="1112" />
  520. </state>
  521. <state x="841" y="469" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2048.1112@0.0.2048.1112" timestamp="1615972821302" />
  522. <state x="400" y="103" width="1140" height="689" key="editAsTableFormatDialogDimension" timestamp="1610533263726">
  523. <screen x="0" y="0" width="1920" height="1040" />
  524. </state>
  525. <state x="300" y="85" width="1140" height="689" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1610362422263" />
  526. <state x="400" y="103" key="editAsTableFormatDialogDimension/0.0.1920.1040@0.0.1920.1040" timestamp="1610533263726" />
  527. <state x="524" y="37" width="1001" height="1037" key="find.popup" timestamp="1614156731422">
  528. <screen x="0" y="0" width="2048" height="1112" />
  529. </state>
  530. <state x="368" y="29" width="703" height="801" key="find.popup/0.0.1440.860@0.0.1440.860" timestamp="1610363676930" />
  531. <state x="491" y="35" width="938" height="969" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610533618773" />
  532. <state x="524" y="37" width="1001" height="1037" key="find.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1614156731422" />
  533. <state x="539" y="255" key="run.anything.popup" timestamp="1611924507844">
  534. <screen x="0" y="0" width="2048" height="1112" />
  535. </state>
  536. <state x="379" y="197" key="run.anything.popup/0.0.1440.860@0.0.1440.860" timestamp="1610374243030" />
  537. <state x="539" y="255" key="run.anything.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1611924507844" />
  538. <state x="665" y="241" width="717" height="725" key="search.everywhere.popup" timestamp="1615979222043">
  539. <screen x="0" y="0" width="2048" height="1112" />
  540. </state>
  541. <state x="478" y="197" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1610362007792" />
  542. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  543. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610538285122" />
  544. <state x="665" y="241" width="717" height="725" key="search.everywhere.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1615979222043" />
  545. </component>
  546. <component name="XDebuggerManager">
  547. <breakpoint-manager>
  548. <breakpoints>
  549. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  550. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  551. <line>103</line>
  552. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  553. <option name="timeStamp" value="17" />
  554. </line-breakpoint>
  555. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  556. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  557. <line>79</line>
  558. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  559. <option name="timeStamp" value="19" />
  560. </line-breakpoint>
  561. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  562. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  563. <line>24</line>
  564. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="23">
  565. <startOffsets>
  566. <option value="559" />
  567. </startOffsets>
  568. <endOffsets>
  569. <option value="598" />
  570. </endOffsets>
  571. </properties>
  572. <option name="timeStamp" value="21" />
  573. </line-breakpoint>
  574. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  575. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  576. <line>32</line>
  577. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="31">
  578. <startOffsets>
  579. <option value="740" />
  580. </startOffsets>
  581. <endOffsets>
  582. <option value="779" />
  583. </endOffsets>
  584. </properties>
  585. <option name="timeStamp" value="22" />
  586. </line-breakpoint>
  587. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  588. <url>file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs</url>
  589. <line>58</line>
  590. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\SicknessReduction\Visual\DoF\DynamicDoF.cs" initialLine="20">
  591. <startOffsets>
  592. <option value="704" />
  593. </startOffsets>
  594. <endOffsets>
  595. <option value="716" />
  596. </endOffsets>
  597. </properties>
  598. <option name="timeStamp" value="23" />
  599. </line-breakpoint>
  600. </breakpoints>
  601. </breakpoint-manager>
  602. <pin-to-top-manager>
  603. <pinned-members>
  604. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  605. </pinned-members>
  606. </pin-to-top-manager>
  607. <watches-manager>
  608. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  609. <watch expression="fields" language="C#" />
  610. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  611. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  612. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  613. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  614. <watch expression="HeaderNames" language="C#" />
  615. </configuration>
  616. </watches-manager>
  617. </component>
  618. </project>