workspace.xml 41 KB

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