workspace.xml 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select />
  20. </component>
  21. <component name="ChangeListManager">
  22. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="HMD logging">
  23. <change afterPath="$PROJECT_DIR$/Assets/Plotting/Pipfile.lock" afterDir="false" />
  24. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  25. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  26. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  27. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/Assets/Logs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Logs.meta" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/Assets/Plotting/.idea/inspectionProfiles/Project_Default.xml" beforeDir="false" />
  30. <change beforePath="$PROJECT_DIR$/Assets/Plotting/.idea/inspectionProfiles/profiles_settings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Plotting/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/Assets/Plotting/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Plotting/.idea/workspace.xml" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/Assets/Plotting/Pipfile.lock.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Plotting/Pipfile.lock.meta" 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/Tracking/CalibratableTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/Assets/SteamVR_Input/ActionSetClasses/SteamVR_Input_ActionSet_bikevr.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR_Input/ActionSetClasses/SteamVR_Input_ActionSet_bikevr.cs" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_Actions.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_Actions.cs" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/actions.json" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/actions.json" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/bindings_vive_controller.json" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/bindings_vive_controller.json" afterDir="false" />
  40. <change beforePath="$PROJECT_DIR$/Packages/packages-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/Packages/packages-lock.json" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/SteamVR_Windows_EditorHelper.csprojAssemblyReference.cache" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/unityProject.vrmanifest" beforeDir="false" afterPath="$PROJECT_DIR$/unityProject.vrmanifest" 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$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Utilities/PrimitiveValue.cs" root0="SKIP_HIGHLIGHTING" />
  60. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  61. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  62. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/InputManager.cs" root0="SKIP_HIGHLIGHTING" />
  63. <setting file="mock:///Dummy.cs" root0="SKIP_HIGHLIGHTING" />
  64. <setting file="mock:///Dummy.cs" root0="SKIP_HIGHLIGHTING" />
  65. </component>
  66. <component name="IdeDocumentHistory">
  67. <option name="CHANGED_PATHS">
  68. <list>
  69. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/ViveBikeController.cs" />
  70. <option value="$PROJECT_DIR$/Assets/BikeAnimation.cs" />
  71. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" />
  72. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs" />
  73. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" />
  74. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/MovePlayerPosition.cs" />
  75. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/PersistatePlayerPosition.cs" />
  76. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" />
  77. <option value="$PROJECT_DIR$/Assets/FrontWheelTracker.cs" />
  78. <option value="$PROJECT_DIR$/Assets/ViveDebugData.cs" />
  79. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  80. <option value="$PROJECT_DIR$/Assets/SeatpostTracker.cs" />
  81. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  82. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/SeatpostTracker.cs" />
  83. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/ForkTracker.cs" />
  84. <option value="$PROJECT_DIR$/Assets/Editor/ForkTrackerEditor.cs" />
  85. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibrateableTracker.cs" />
  86. <option value="$PROJECT_DIR$/Assets/Editor/FrontWheelTrackerEditor.cs" />
  87. <option value="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs" />
  88. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  89. <option value="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs" />
  90. <option value="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" />
  91. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" />
  92. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  93. <option value="$PROJECT_DIR$/Assets/Plotting/PlotFileWriter.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Plotting/AsyncLogFileWriter.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogSensorData.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogData.cs" />
  98. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" />
  99. <option value="$PROJECT_DIR$/Assets/Scripts/GameManager.cs" />
  100. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs" />
  101. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs" />
  102. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs" />
  103. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs" />
  104. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" />
  105. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs" />
  106. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  107. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs" />
  108. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/EcgDataLogger.cs" />
  109. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" />
  110. <option value="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" />
  111. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  112. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  113. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" />
  114. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  115. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" />
  116. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  117. <option value="$PROJECT_DIR$/Assets/Logs/2020-12-22_124122/log_polar_ecg_data.tsv" />
  118. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  119. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  120. </list>
  121. </option>
  122. </component>
  123. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  124. <component name="ProjectLevelVcsManager">
  125. <ConfirmationsSetting value="2" id="Add" />
  126. </component>
  127. <component name="ProjectViewState">
  128. <option name="hideEmptyMiddlePackages" value="true" />
  129. <option name="showLibraryContents" value="true" />
  130. </component>
  131. <component name="PropertiesComponent">
  132. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  133. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.32719395" />
  134. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14247021" />
  135. <property name="Discover.Launch.Via.Unity" value="true" />
  136. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  137. <property name="WebServerToolWindowFactoryState" value="false" />
  138. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  139. <property name="nodejs_package_manager_path" value="npm" />
  140. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  141. <property name="vue.rearranger.settings.migration" value="true" />
  142. </component>
  143. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  144. <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="7360">
  145. <option name="allowRunningInParallel" value="false" />
  146. <option name="listenPortForConnections" value="false" />
  147. <option name="pid" value="7360" />
  148. <option name="selectedOptions">
  149. <set />
  150. </option>
  151. <method v="2" />
  152. </configuration>
  153. <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">
  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. </component>
  163. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  164. <component name="TaskManager">
  165. <task active="true" id="Default" summary="Default task">
  166. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  167. <created>1606388694739</created>
  168. <option name="number" value="Default" />
  169. <option name="presentableId" value="Default" />
  170. <updated>1606388694739</updated>
  171. <workItem from="1606388712651" duration="10566000" />
  172. <workItem from="1607346787506" duration="4055000" />
  173. <workItem from="1607418056368" duration="4074000" />
  174. <workItem from="1607588039382" duration="5023000" />
  175. <workItem from="1608111814180" duration="1242000" />
  176. <workItem from="1608191738071" duration="10660000" />
  177. <workItem from="1608556964379" duration="14561000" />
  178. <workItem from="1608626823380" duration="6475000" />
  179. <workItem from="1608633384360" duration="3597000" />
  180. <workItem from="1609928644105" duration="6587000" />
  181. </task>
  182. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  183. <created>1606399745852</created>
  184. <option name="number" value="00001" />
  185. <option name="presentableId" value="LOCAL-00001" />
  186. <option name="project" value="LOCAL" />
  187. <updated>1606399745852</updated>
  188. </task>
  189. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  190. <created>1607347764330</created>
  191. <option name="number" value="00002" />
  192. <option name="presentableId" value="LOCAL-00002" />
  193. <option name="project" value="LOCAL" />
  194. <updated>1607347764330</updated>
  195. </task>
  196. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  197. <created>1607352302170</created>
  198. <option name="number" value="00003" />
  199. <option name="presentableId" value="LOCAL-00003" />
  200. <option name="project" value="LOCAL" />
  201. <updated>1607352302170</updated>
  202. </task>
  203. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  204. <created>1607420956941</created>
  205. <option name="number" value="00004" />
  206. <option name="presentableId" value="LOCAL-00004" />
  207. <option name="project" value="LOCAL" />
  208. <updated>1607420956941</updated>
  209. </task>
  210. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  211. <created>1607425561838</created>
  212. <option name="number" value="00005" />
  213. <option name="presentableId" value="LOCAL-00005" />
  214. <option name="project" value="LOCAL" />
  215. <updated>1607425561838</updated>
  216. </task>
  217. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  218. <created>1607425594752</created>
  219. <option name="number" value="00006" />
  220. <option name="presentableId" value="LOCAL-00006" />
  221. <option name="project" value="LOCAL" />
  222. <updated>1607425594752</updated>
  223. </task>
  224. <task id="LOCAL-00007" summary="Proper steering calculation">
  225. <created>1607593418906</created>
  226. <option name="number" value="00007" />
  227. <option name="presentableId" value="LOCAL-00007" />
  228. <option name="project" value="LOCAL" />
  229. <updated>1607593418906</updated>
  230. </task>
  231. <task id="LOCAL-00008" summary="HMD logging">
  232. <created>1608628621383</created>
  233. <option name="number" value="00008" />
  234. <option name="presentableId" value="LOCAL-00008" />
  235. <option name="project" value="LOCAL" />
  236. <updated>1608628621383</updated>
  237. </task>
  238. <option name="localTasksCounter" value="9" />
  239. <servers />
  240. </component>
  241. <component name="TypeScriptGeneratedFilesManager">
  242. <option name="version" value="3" />
  243. </component>
  244. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  245. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  246. <component name="Vcs.Log.Tabs.Properties">
  247. <option name="TAB_STATES">
  248. <map>
  249. <entry key="MAIN">
  250. <value>
  251. <State />
  252. </value>
  253. </entry>
  254. </map>
  255. </option>
  256. <option name="oldMeFiltersMigrated" value="true" />
  257. </component>
  258. <component name="VcsManagerConfiguration">
  259. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  260. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  261. <MESSAGE value="VR Stuff, Bicycle Animations" />
  262. <MESSAGE value="persistate player position and vr bike data display" />
  263. <MESSAGE value="Primitive steering with Vive Tracker" />
  264. <MESSAGE value="Vive Tracker Adjustments" />
  265. <MESSAGE value="Test Vive Tracker on back" />
  266. <MESSAGE value="Proper steering calculation" />
  267. <MESSAGE value="HMD logging" />
  268. <option name="LAST_COMMIT_MESSAGE" value="HMD logging" />
  269. </component>
  270. <component name="WindowStateProjectService">
  271. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  272. <screen x="0" y="0" width="1440" height="900" />
  273. </state>
  274. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  275. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  276. <state width="478" height="402" key="DebuggerActiveHint" timestamp="1608636244835">
  277. <screen x="0" y="0" width="1440" height="900" />
  278. </state>
  279. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  280. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  281. <state width="1877" height="385" key="GridCell.Tab.0.bottom" timestamp="1609933996568">
  282. <screen x="0" y="0" width="1920" height="1040" />
  283. </state>
  284. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  285. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  286. <state width="1877" height="385" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  287. <state width="1877" height="385" key="GridCell.Tab.0.center" timestamp="1609933996568">
  288. <screen x="0" y="0" width="1920" height="1040" />
  289. </state>
  290. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  291. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  292. <state width="1877" height="385" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  293. <state width="1877" height="385" key="GridCell.Tab.0.left" timestamp="1609933996568">
  294. <screen x="0" y="0" width="1920" height="1040" />
  295. </state>
  296. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  297. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  298. <state width="1877" height="385" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  299. <state width="1877" height="385" key="GridCell.Tab.0.right" timestamp="1609933996568">
  300. <screen x="0" y="0" width="1920" height="1040" />
  301. </state>
  302. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  303. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  304. <state width="1877" height="385" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  305. <state width="1877" height="385" key="GridCell.Tab.1.bottom" timestamp="1609933996568">
  306. <screen x="0" y="0" width="1920" height="1040" />
  307. </state>
  308. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  309. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  310. <state width="1877" height="385" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  311. <state width="1877" height="385" key="GridCell.Tab.1.center" timestamp="1609933996568">
  312. <screen x="0" y="0" width="1920" height="1040" />
  313. </state>
  314. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  315. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  316. <state width="1877" height="385" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  317. <state width="1877" height="385" key="GridCell.Tab.1.left" timestamp="1609933996568">
  318. <screen x="0" y="0" width="1920" height="1040" />
  319. </state>
  320. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  321. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  322. <state width="1877" height="385" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  323. <state width="1877" height="385" key="GridCell.Tab.1.right" timestamp="1609933996568">
  324. <screen x="0" y="0" width="1920" height="1040" />
  325. </state>
  326. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  327. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  328. <state width="1877" height="385" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  329. <state width="1877" height="385" key="GridCell.Tab.2.bottom" timestamp="1609933996568">
  330. <screen x="0" y="0" width="1920" height="1040" />
  331. </state>
  332. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  333. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  334. <state width="1877" height="385" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  335. <state width="1877" height="385" key="GridCell.Tab.2.center" timestamp="1609933996568">
  336. <screen x="0" y="0" width="1920" height="1040" />
  337. </state>
  338. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  339. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  340. <state width="1877" height="385" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  341. <state width="1877" height="385" key="GridCell.Tab.2.left" timestamp="1609933996568">
  342. <screen x="0" y="0" width="1920" height="1040" />
  343. </state>
  344. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  345. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  346. <state width="1877" height="385" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  347. <state width="1877" height="385" key="GridCell.Tab.2.right" timestamp="1609933996568">
  348. <screen x="0" y="0" width="1920" height="1040" />
  349. </state>
  350. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  351. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  352. <state width="1877" height="385" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  353. <state width="1877" height="385" key="GridCell.Tab.3.bottom" timestamp="1609933996568">
  354. <screen x="0" y="0" width="1920" height="1040" />
  355. </state>
  356. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  357. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  358. <state width="1877" height="385" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  359. <state width="1877" height="385" key="GridCell.Tab.3.center" timestamp="1609933996568">
  360. <screen x="0" y="0" width="1920" height="1040" />
  361. </state>
  362. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  363. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  364. <state width="1877" height="385" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  365. <state width="1877" height="385" key="GridCell.Tab.3.left" timestamp="1609933996568">
  366. <screen x="0" y="0" width="1920" height="1040" />
  367. </state>
  368. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  369. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  370. <state width="1877" height="385" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  371. <state width="1877" height="385" key="GridCell.Tab.3.right" timestamp="1609933996568">
  372. <screen x="0" y="0" width="1920" height="1040" />
  373. </state>
  374. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  375. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  376. <state width="1877" height="385" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  377. <state x="573" y="160" key="RiderGenerateDialog" timestamp="1608627346731">
  378. <screen x="0" y="0" width="1440" height="860" />
  379. </state>
  380. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1608627346731" />
  381. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  382. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  383. <screen x="0" y="0" width="1440" height="860" />
  384. </state>
  385. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  386. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  387. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog" timestamp="1608635342446">
  388. <screen x="0" y="0" width="1440" height="900" />
  389. </state>
  390. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1608627545275" />
  391. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  392. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  393. <state x="414" y="218" key="Vcs.Push.Dialog.v2" timestamp="1608628624093">
  394. <screen x="0" y="0" width="1440" height="900" />
  395. </state>
  396. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  397. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1607593425704" />
  398. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  399. <screen x="0" y="0" width="1440" height="860" />
  400. </state>
  401. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  402. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  403. <screen x="0" y="0" width="1440" height="900" />
  404. </state>
  405. <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" />
  406. <state x="93" y="93" width="1253" height="713" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1608633349176">
  407. <screen x="0" y="0" width="1440" height="900" />
  408. </state>
  409. <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" />
  410. <state x="301" y="85" key="editAsTableFormatDialogDimension" timestamp="1608571133060">
  411. <screen x="0" y="0" width="1440" height="860" />
  412. </state>
  413. <state x="301" y="85" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1608571133060" />
  414. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1609928849106">
  415. <screen x="0" y="0" width="1920" height="1040" />
  416. </state>
  417. <state x="472" y="191" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1608569282396" />
  418. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  419. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1609928849106" />
  420. </component>
  421. <component name="XDebuggerManager">
  422. <breakpoint-manager>
  423. <breakpoints>
  424. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  425. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  426. <line>103</line>
  427. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  428. <option name="timeStamp" value="17" />
  429. </line-breakpoint>
  430. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  431. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  432. <line>79</line>
  433. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  434. <option name="timeStamp" value="19" />
  435. </line-breakpoint>
  436. </breakpoints>
  437. </breakpoint-manager>
  438. <pin-to-top-manager>
  439. <pinned-members>
  440. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  441. </pinned-members>
  442. </pin-to-top-manager>
  443. <watches-manager>
  444. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  445. <watch expression="fields" language="C#" />
  446. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  447. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  448. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  449. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  450. <watch expression="HeaderNames" language="C#" />
  451. </configuration>
  452. </watches-manager>
  453. </component>
  454. </project>