workspace.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  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="fixes">
  26. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/Assets/Plotting/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Plotting/.idea/workspace.xml" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - RigidBody.prefab" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Prefabs/Player/BikePlayer - RigidBody.prefab" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/Assets/Settings/SampleSceneProfile.asset" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Settings/SampleSceneProfile.asset" afterDir="false" />
  31. </list>
  32. <option name="SHOW_DIALOG" value="false" />
  33. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  34. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  35. <option name="LAST_RESOLUTION" value="IGNORE" />
  36. </component>
  37. <component name="Git.Settings">
  38. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  39. </component>
  40. <component name="HighlightingSettingsPerFile">
  41. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  42. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  43. </component>
  44. <component name="IdeDocumentHistory">
  45. <option name="CHANGED_PATHS">
  46. <list>
  47. <option value="$PROJECT_DIR$/Assets/Plotting/AsyncLogFileWriter.cs" />
  48. <option value="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" />
  49. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogSensorData.cs" />
  50. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogData.cs" />
  51. <option value="$PROJECT_DIR$/Assets/Scripts/GameManager.cs" />
  52. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs" />
  53. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs" />
  54. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs" />
  55. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs" />
  56. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs" />
  57. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs" />
  58. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/EcgDataLogger.cs" />
  59. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" />
  60. <option value="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" />
  61. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  62. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  63. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" />
  64. <option value="$PROJECT_DIR$/Assets/Logs/2020-12-22_124122/log_polar_ecg_data.tsv" />
  65. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  66. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  67. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  68. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" />
  69. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" />
  70. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" />
  71. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  72. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  73. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FrontWheelTrackerLogger.cs" />
  74. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/RouteEventLogger.cs" />
  75. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs" />
  76. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs" />
  77. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs" />
  78. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs" />
  79. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs" />
  80. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs" />
  81. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs" />
  82. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs" />
  83. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs" />
  84. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logable.cs" />
  85. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" />
  86. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs" />
  87. <option value="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" />
  88. <option value="$PROJECT_DIR$/Assets/StreetPartMeta.cs" />
  89. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMeta.cs" />
  90. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMetaTag.cs" />
  91. <option value="$PROJECT_DIR$/Assets/Scripts/SlopeCollider.cs" />
  92. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  93. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Scripts/Calibration/PersistatePlayerPosition.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs" />
  98. </list>
  99. </option>
  100. </component>
  101. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  102. <component name="ProjectLevelVcsManager">
  103. <ConfirmationsSetting value="2" id="Add" />
  104. </component>
  105. <component name="ProjectViewState">
  106. <option name="hideEmptyMiddlePackages" value="true" />
  107. <option name="showLibraryContents" value="true" />
  108. </component>
  109. <component name="PropertiesComponent">
  110. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  111. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.32719395" />
  112. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14247021" />
  113. <property name="Discover.Launch.Via.Unity" value="true" />
  114. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  115. <property name="WebServerToolWindowFactoryState" value="false" />
  116. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  117. <property name="nodejs_package_manager_path" value="npm" />
  118. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  119. <property name="vue.rearranger.settings.migration" value="true" />
  120. </component>
  121. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  122. <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="6944">
  123. <option name="allowRunningInParallel" value="false" />
  124. <option name="listenPortForConnections" value="false" />
  125. <option name="pid" value="6944" />
  126. <option name="selectedOptions">
  127. <set />
  128. </option>
  129. <method v="2" />
  130. </configuration>
  131. <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">
  132. <option name="allowRunningInParallel" value="false" />
  133. <option name="listenPortForConnections" value="false" />
  134. <option name="pid" />
  135. <option name="selectedOptions">
  136. <set />
  137. </option>
  138. <method v="2" />
  139. </configuration>
  140. </component>
  141. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  142. <component name="TaskManager">
  143. <task active="true" id="Default" summary="Default task">
  144. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  145. <created>1606388694739</created>
  146. <option name="number" value="Default" />
  147. <option name="presentableId" value="Default" />
  148. <updated>1606388694739</updated>
  149. <workItem from="1606388712651" duration="10566000" />
  150. <workItem from="1607346787506" duration="4055000" />
  151. <workItem from="1607418056368" duration="4074000" />
  152. <workItem from="1607588039382" duration="5023000" />
  153. <workItem from="1608111814180" duration="1242000" />
  154. <workItem from="1608191738071" duration="10660000" />
  155. <workItem from="1608556964379" duration="14561000" />
  156. <workItem from="1608626823380" duration="6475000" />
  157. <workItem from="1608633384360" duration="3597000" />
  158. <workItem from="1609928644105" duration="6587000" />
  159. <workItem from="1610355346577" duration="15843000" />
  160. <workItem from="1610431786853" duration="1170000" />
  161. <workItem from="1610530755101" duration="4080000" />
  162. </task>
  163. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  164. <created>1606399745852</created>
  165. <option name="number" value="00001" />
  166. <option name="presentableId" value="LOCAL-00001" />
  167. <option name="project" value="LOCAL" />
  168. <updated>1606399745852</updated>
  169. </task>
  170. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  171. <created>1607347764330</created>
  172. <option name="number" value="00002" />
  173. <option name="presentableId" value="LOCAL-00002" />
  174. <option name="project" value="LOCAL" />
  175. <updated>1607347764330</updated>
  176. </task>
  177. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  178. <created>1607352302170</created>
  179. <option name="number" value="00003" />
  180. <option name="presentableId" value="LOCAL-00003" />
  181. <option name="project" value="LOCAL" />
  182. <updated>1607352302170</updated>
  183. </task>
  184. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  185. <created>1607420956941</created>
  186. <option name="number" value="00004" />
  187. <option name="presentableId" value="LOCAL-00004" />
  188. <option name="project" value="LOCAL" />
  189. <updated>1607420956941</updated>
  190. </task>
  191. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  192. <created>1607425561838</created>
  193. <option name="number" value="00005" />
  194. <option name="presentableId" value="LOCAL-00005" />
  195. <option name="project" value="LOCAL" />
  196. <updated>1607425561838</updated>
  197. </task>
  198. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  199. <created>1607425594752</created>
  200. <option name="number" value="00006" />
  201. <option name="presentableId" value="LOCAL-00006" />
  202. <option name="project" value="LOCAL" />
  203. <updated>1607425594752</updated>
  204. </task>
  205. <task id="LOCAL-00007" summary="Proper steering calculation">
  206. <created>1607593418906</created>
  207. <option name="number" value="00007" />
  208. <option name="presentableId" value="LOCAL-00007" />
  209. <option name="project" value="LOCAL" />
  210. <updated>1607593418906</updated>
  211. </task>
  212. <task id="LOCAL-00008" summary="HMD logging">
  213. <created>1608628621383</created>
  214. <option name="number" value="00008" />
  215. <option name="presentableId" value="LOCAL-00008" />
  216. <option name="project" value="LOCAL" />
  217. <updated>1608628621383</updated>
  218. </task>
  219. <task id="LOCAL-00009" summary="More logging">
  220. <created>1610361817557</created>
  221. <option name="number" value="00009" />
  222. <option name="presentableId" value="LOCAL-00009" />
  223. <option name="project" value="LOCAL" />
  224. <updated>1610361817557</updated>
  225. </task>
  226. <task id="LOCAL-00010" summary="Start and Finish events">
  227. <created>1610362454731</created>
  228. <option name="number" value="00010" />
  229. <option name="presentableId" value="LOCAL-00010" />
  230. <option name="project" value="LOCAL" />
  231. <updated>1610362454731</updated>
  232. </task>
  233. <task id="LOCAL-00011" summary="fixes">
  234. <created>1610531922101</created>
  235. <option name="number" value="00011" />
  236. <option name="presentableId" value="LOCAL-00011" />
  237. <option name="project" value="LOCAL" />
  238. <updated>1610531922101</updated>
  239. </task>
  240. <option name="localTasksCounter" value="12" />
  241. <servers />
  242. </component>
  243. <component name="TypeScriptGeneratedFilesManager">
  244. <option name="version" value="3" />
  245. </component>
  246. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  247. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  248. <component name="Vcs.Log.Tabs.Properties">
  249. <option name="TAB_STATES">
  250. <map>
  251. <entry key="MAIN">
  252. <value>
  253. <State />
  254. </value>
  255. </entry>
  256. </map>
  257. </option>
  258. <option name="oldMeFiltersMigrated" value="true" />
  259. </component>
  260. <component name="VcsManagerConfiguration">
  261. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  262. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  263. <MESSAGE value="VR Stuff, Bicycle Animations" />
  264. <MESSAGE value="persistate player position and vr bike data display" />
  265. <MESSAGE value="Primitive steering with Vive Tracker" />
  266. <MESSAGE value="Vive Tracker Adjustments" />
  267. <MESSAGE value="Test Vive Tracker on back" />
  268. <MESSAGE value="Proper steering calculation" />
  269. <MESSAGE value="HMD logging" />
  270. <MESSAGE value="More logging" />
  271. <MESSAGE value="Start and Finish events" />
  272. <MESSAGE value="fixes" />
  273. <option name="LAST_COMMIT_MESSAGE" value="fixes" />
  274. </component>
  275. <component name="WindowStateProjectService">
  276. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  277. <screen x="0" y="0" width="1440" height="900" />
  278. </state>
  279. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  280. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  281. <state width="478" height="402" key="DebuggerActiveHint" timestamp="1608636244835">
  282. <screen x="0" y="0" width="1440" height="900" />
  283. </state>
  284. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  285. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  286. <state width="1877" height="385" key="GridCell.Tab.0.bottom" timestamp="1610538449594">
  287. <screen x="0" y="0" width="1920" height="1040" />
  288. </state>
  289. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  290. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  291. <state width="1877" height="385" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  292. <state width="1877" height="385" key="GridCell.Tab.0.center" timestamp="1610538449593">
  293. <screen x="0" y="0" width="1920" height="1040" />
  294. </state>
  295. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  296. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  297. <state width="1877" height="385" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  298. <state width="1877" height="385" key="GridCell.Tab.0.left" timestamp="1610538449593">
  299. <screen x="0" y="0" width="1920" height="1040" />
  300. </state>
  301. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  302. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  303. <state width="1877" height="385" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  304. <state width="1877" height="385" key="GridCell.Tab.0.right" timestamp="1610538449594">
  305. <screen x="0" y="0" width="1920" height="1040" />
  306. </state>
  307. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  308. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  309. <state width="1877" height="385" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  310. <state width="1877" height="385" key="GridCell.Tab.1.bottom" timestamp="1610538457610">
  311. <screen x="0" y="0" width="1920" height="1040" />
  312. </state>
  313. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  314. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  315. <state width="1877" height="385" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  316. <state width="1877" height="385" key="GridCell.Tab.1.center" timestamp="1610538457610">
  317. <screen x="0" y="0" width="1920" height="1040" />
  318. </state>
  319. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  320. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  321. <state width="1877" height="385" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  322. <state width="1877" height="385" key="GridCell.Tab.1.left" timestamp="1610538457609">
  323. <screen x="0" y="0" width="1920" height="1040" />
  324. </state>
  325. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  326. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  327. <state width="1877" height="385" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457609" />
  328. <state width="1877" height="385" key="GridCell.Tab.1.right" timestamp="1610538457610">
  329. <screen x="0" y="0" width="1920" height="1040" />
  330. </state>
  331. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  332. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  333. <state width="1877" height="385" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  334. <state width="1877" height="385" key="GridCell.Tab.2.bottom" timestamp="1609933996568">
  335. <screen x="0" y="0" width="1920" height="1040" />
  336. </state>
  337. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  338. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  339. <state width="1877" height="385" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  340. <state width="1877" height="385" key="GridCell.Tab.2.center" timestamp="1609933996568">
  341. <screen x="0" y="0" width="1920" height="1040" />
  342. </state>
  343. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  344. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  345. <state width="1877" height="385" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  346. <state width="1877" height="385" key="GridCell.Tab.2.left" timestamp="1609933996568">
  347. <screen x="0" y="0" width="1920" height="1040" />
  348. </state>
  349. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  350. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  351. <state width="1877" height="385" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  352. <state width="1877" height="385" key="GridCell.Tab.2.right" timestamp="1609933996568">
  353. <screen x="0" y="0" width="1920" height="1040" />
  354. </state>
  355. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  356. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  357. <state width="1877" height="385" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  358. <state width="1877" height="385" key="GridCell.Tab.3.bottom" timestamp="1609933996568">
  359. <screen x="0" y="0" width="1920" height="1040" />
  360. </state>
  361. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  362. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  363. <state width="1877" height="385" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  364. <state width="1877" height="385" key="GridCell.Tab.3.center" timestamp="1609933996568">
  365. <screen x="0" y="0" width="1920" height="1040" />
  366. </state>
  367. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  368. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  369. <state width="1877" height="385" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  370. <state width="1877" height="385" key="GridCell.Tab.3.left" timestamp="1609933996568">
  371. <screen x="0" y="0" width="1920" height="1040" />
  372. </state>
  373. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  374. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  375. <state width="1877" height="385" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  376. <state width="1877" height="385" key="GridCell.Tab.3.right" timestamp="1609933996568">
  377. <screen x="0" y="0" width="1920" height="1040" />
  378. </state>
  379. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  380. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  381. <state width="1877" height="385" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  382. <state x="573" y="160" key="RiderGenerateDialog" timestamp="1610359053516">
  383. <screen x="0" y="0" width="1440" height="860" />
  384. </state>
  385. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1610359053516" />
  386. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  387. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  388. <screen x="0" y="0" width="1440" height="860" />
  389. </state>
  390. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  391. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  392. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog" timestamp="1610365025117">
  393. <screen x="0" y="0" width="1440" height="860" />
  394. </state>
  395. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1610365025117" />
  396. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  397. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  398. <state x="552" y="252" key="Vcs.Push.Dialog.v2" timestamp="1610531923390">
  399. <screen x="0" y="0" width="1920" height="1040" />
  400. </state>
  401. <state x="414" y="208" key="Vcs.Push.Dialog.v2/0.0.1440.860@0.0.1440.860" timestamp="1610362459013" />
  402. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  403. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1610531923390" />
  404. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  405. <screen x="0" y="0" width="1440" height="860" />
  406. </state>
  407. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  408. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  409. <screen x="0" y="0" width="1440" height="900" />
  410. </state>
  411. <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" />
  412. <state x="93" y="89" width="1253" height="682" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1610375404608">
  413. <screen x="0" y="0" width="1440" height="860" />
  414. </state>
  415. <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" />
  416. <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" />
  417. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1610362264361">
  418. <screen x="0" y="0" width="1440" height="860" />
  419. </state>
  420. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1440.860@0.0.1440.860" timestamp="1610362264361" />
  421. <state x="400" y="103" width="1140" height="689" key="editAsTableFormatDialogDimension" timestamp="1610533263726">
  422. <screen x="0" y="0" width="1920" height="1040" />
  423. </state>
  424. <state x="300" y="85" width="1140" height="689" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1610362422263" />
  425. <state x="400" y="103" key="editAsTableFormatDialogDimension/0.0.1920.1040@0.0.1920.1040" timestamp="1610533263726" />
  426. <state x="491" y="35" width="938" height="969" key="find.popup" timestamp="1610533618773">
  427. <screen x="0" y="0" width="1920" height="1040" />
  428. </state>
  429. <state x="368" y="29" width="703" height="801" key="find.popup/0.0.1440.860@0.0.1440.860" timestamp="1610363676930" />
  430. <state x="491" y="35" width="938" height="969" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610533618773" />
  431. <state x="379" y="197" key="run.anything.popup" timestamp="1610374243030">
  432. <screen x="0" y="0" width="1440" height="860" />
  433. </state>
  434. <state x="379" y="197" key="run.anything.popup/0.0.1440.860@0.0.1440.860" timestamp="1610374243030" />
  435. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1610538285122">
  436. <screen x="0" y="0" width="1920" height="1040" />
  437. </state>
  438. <state x="478" y="197" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1610362007792" />
  439. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  440. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610538285122" />
  441. </component>
  442. <component name="XDebuggerManager">
  443. <breakpoint-manager>
  444. <breakpoints>
  445. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  446. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  447. <line>103</line>
  448. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  449. <option name="timeStamp" value="17" />
  450. </line-breakpoint>
  451. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  452. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  453. <line>79</line>
  454. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  455. <option name="timeStamp" value="19" />
  456. </line-breakpoint>
  457. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  458. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  459. <line>23</line>
  460. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="23">
  461. <startOffsets>
  462. <option value="504" />
  463. </startOffsets>
  464. <endOffsets>
  465. <option value="543" />
  466. </endOffsets>
  467. </properties>
  468. <option name="timeStamp" value="21" />
  469. </line-breakpoint>
  470. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  471. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  472. <line>31</line>
  473. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="31">
  474. <startOffsets>
  475. <option value="685" />
  476. </startOffsets>
  477. <endOffsets>
  478. <option value="724" />
  479. </endOffsets>
  480. </properties>
  481. <option name="timeStamp" value="22" />
  482. </line-breakpoint>
  483. </breakpoints>
  484. </breakpoint-manager>
  485. <pin-to-top-manager>
  486. <pinned-members>
  487. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  488. </pinned-members>
  489. </pin-to-top-manager>
  490. <watches-manager>
  491. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  492. <watch expression="fields" language="C#" />
  493. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  494. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  495. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  496. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  497. <watch expression="HeaderNames" language="C#" />
  498. </configuration>
  499. </watches-manager>
  500. </component>
  501. </project>