workspace.xml 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  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="">
  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$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  28. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  29. <change beforePath="$PROJECT_DIR$/Assets/Scripts/ConditionManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/ConditionManager.cs" afterDir="false" />
  30. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" afterDir="false" />
  31. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Sensors/SensorStatus.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Sensors/SensorStatus.cs" afterDir="false" />
  32. <change beforePath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/DataBroker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/DataBroker.cs" afterDir="false" />
  33. <change beforePath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  39. </list>
  40. <option name="SHOW_DIALOG" value="false" />
  41. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  42. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  43. <option name="LAST_RESOLUTION" value="IGNORE" />
  44. </component>
  45. <component name="Git.Settings">
  46. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  47. <option name="SET_USER_NAME_GLOBALLY" value="false" />
  48. </component>
  49. <component name="GitSEFilterConfiguration">
  50. <file-type-list>
  51. <filtered-out-file-type name="LOCAL_BRANCH" />
  52. <filtered-out-file-type name="REMOTE_BRANCH" />
  53. <filtered-out-file-type name="TAG" />
  54. <filtered-out-file-type name="COMMIT_BY_MESSAGE" />
  55. </file-type-list>
  56. </component>
  57. <component name="HighlightingSettingsPerFile">
  58. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" root0="FORCE_HIGHLIGHTING" />
  59. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.formats.fbx@3.2.1-preview.2/Editor/FbxExporter.cs" root0="SKIP_HIGHLIGHTING" />
  60. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/Passes/RenderObjectsPass.cs" root0="SKIP_HIGHLIGHTING" />
  61. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.searcher@4.0.9/Editor/Searcher/SearcherControl.cs" root0="SKIP_HIGHLIGHTING" />
  62. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Utilities/PrimitiveValue.cs" root0="SKIP_HIGHLIGHTING" />
  63. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.collab-proxy@1.3.9/Editor/Components/ChangeListElements/BaseChangeListElement.cs" root0="SKIP_HIGHLIGHTING" />
  64. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/Passes/PostProcessPass.cs" root0="SKIP_HIGHLIGHTING" />
  65. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Plugins/PlayerInput/InputValue.cs" root0="SKIP_HIGHLIGHTING" />
  66. <setting file="file://$PROJECT_DIR$/Assets/SteamVR/Plugins/openvr_api.cs" root0="SKIP_HIGHLIGHTING" />
  67. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  68. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.textmeshpro@3.0.1/Scripts/Editor/TMPro_FontPlugin.cs" root0="SKIP_HIGHLIGHTING" />
  69. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.autodesk.fbx@3.1.0-preview.2/Runtime/Scripts/FbxPropertyELightType.cs" root0="SKIP_HIGHLIGHTING" />
  70. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.textmeshpro@3.0.1/Scripts/Runtime/TextMeshProUGUI.cs" root0="SKIP_HIGHLIGHTING" />
  71. <setting file="file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/VirtualNose.cs" root0="FORCE_HIGHLIGHTING" />
  72. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  73. <setting file="file://$PROJECT_DIR$/../../../../Program Files/Unity/Hub/Editor/2020.1.12f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.ugui/Runtime/UI/Core/InputField.cs" root0="SKIP_HIGHLIGHTING" />
  74. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.ide.rider@1.2.1/Rider/Editor/UnitTesting/SyncTestRunEventsHandler.cs" root0="SKIP_HIGHLIGHTING" />
  75. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Editor/2D/ShapeEditor/EditorTool/ScriptablePath.cs" root0="SKIP_HIGHLIGHTING" />
  76. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.textmeshpro@3.0.1/Scripts/Runtime/TMP_InputField.cs" root0="SKIP_HIGHLIGHTING" />
  77. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/ScriptableRendererData.cs" root0="SKIP_HIGHLIGHTING" />
  78. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.xr.legacyinputhelpers@2.1.4/Editor/TrackedPoseDriver/TrackedPoseDriverEditor.cs" root0="SKIP_HIGHLIGHTING" />
  79. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.shadergraph@8.2.0/Editor/Drawing/Views/MasterNodeSettingsView.cs" root0="SKIP_HIGHLIGHTING" />
  80. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/State/InputStateHistory.cs" root0="SKIP_HIGHLIGHTING" />
  81. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/Data/UniversalRenderPipelineAsset.cs" root0="SKIP_HIGHLIGHTING" />
  82. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Devices/InputDeviceBuilder.cs" root0="SKIP_HIGHLIGHTING" />
  83. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/BFC774E3-9F15-4E8B-ACC0-AAE5397B53AE/6d/60400c67/GameObject.cs" root0="SKIP_HIGHLIGHTING" />
  84. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.formats.fbx@3.2.1-preview.2/Editor/ConvertToPrefabEditorWindow.cs" root0="SKIP_HIGHLIGHTING" />
  85. </component>
  86. <component name="IdeDocumentHistory">
  87. <changedPaths>
  88. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  89. <option value="$PROJECT_DIR$/Assets/Scripts/Phscs/RbBicycleSlopeSpeedManager.cs" />
  90. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  91. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/TrackerIndexManager.cs" />
  92. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  93. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/Vignetting/DynamicVignetting.cs" />
  94. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs" />
  95. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/DynamicReductionSource.cs" />
  96. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" />
  97. <option value="$PROJECT_DIR$/Assets/Scripts/ConditionManager.cs" />
  98. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/DataBroker.cs" />
  99. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/SensorStatus.cs" />
  100. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Haptic/VibrationController.cs" />
  101. </changedPaths>
  102. </component>
  103. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  104. <component name="ProjectLevelVcsManager">
  105. <ConfirmationsSetting value="2" id="Add" />
  106. </component>
  107. <component name="ProjectViewState">
  108. <option name="hideEmptyMiddlePackages" value="true" />
  109. <option name="showLibraryContents" value="true" />
  110. </component>
  111. <component name="PropertiesComponent">
  112. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  113. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.32749742" />
  114. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14212152" />
  115. <property name="Discover.Launch.Via.Unity" value="true" />
  116. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  117. <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
  118. <property name="WebServerToolWindowFactoryState" value="false" />
  119. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  120. <property name="database.data.extractors.current.export.id" value="Tab-separated (TSV)_id" />
  121. <property name="database.data.extractors.current.id" value="Tab-separated (TSV)_id" />
  122. <property name="nodejs_package_manager_path" value="npm" />
  123. <property name="settings.editor.selected.configurable" value="preferences.sourceCode.C#" />
  124. <property name="vue.rearranger.settings.migration" value="true" />
  125. </component>
  126. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  127. <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">
  128. <option name="allowRunningInParallel" value="false" />
  129. <option name="listenPortForConnections" value="false" />
  130. <option name="pid" />
  131. <option name="projectPathOnTarget" />
  132. <option name="selectedOptions">
  133. <list />
  134. </option>
  135. <method v="2" />
  136. </configuration>
  137. <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">
  138. <option name="allowRunningInParallel" value="false" />
  139. <option name="listenPortForConnections" value="false" />
  140. <option name="pid" />
  141. <option name="projectPathOnTarget" />
  142. <option name="selectedOptions">
  143. <list />
  144. </option>
  145. <method v="2" />
  146. </configuration>
  147. </component>
  148. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  149. <component name="TaskManager">
  150. <task active="true" id="Default" summary="Default task">
  151. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  152. <created>1606388694739</created>
  153. <option name="number" value="Default" />
  154. <option name="presentableId" value="Default" />
  155. <updated>1606388694739</updated>
  156. <workItem from="1606388712651" duration="10566000" />
  157. <workItem from="1607346787506" duration="4055000" />
  158. <workItem from="1607418056368" duration="4074000" />
  159. <workItem from="1607588039382" duration="5023000" />
  160. <workItem from="1608111814180" duration="1242000" />
  161. <workItem from="1608191738071" duration="10660000" />
  162. <workItem from="1608556964379" duration="14561000" />
  163. <workItem from="1608626823380" duration="6475000" />
  164. <workItem from="1608633384360" duration="3597000" />
  165. <workItem from="1609928644105" duration="6587000" />
  166. <workItem from="1610355346577" duration="15843000" />
  167. <workItem from="1610431786853" duration="1170000" />
  168. <workItem from="1610530755101" duration="4080000" />
  169. <workItem from="1611143576284" duration="1554000" />
  170. <workItem from="1611305064694" duration="8917000" />
  171. <workItem from="1612525325840" duration="2419000" />
  172. <workItem from="1612943190960" duration="73000" />
  173. <workItem from="1612943623931" duration="618000" />
  174. <workItem from="1614156263136" duration="4544000" />
  175. <workItem from="1615801269868" duration="4270000" />
  176. <workItem from="1615805576316" duration="97000" />
  177. <workItem from="1615970052613" duration="12089000" />
  178. <workItem from="1615987932942" duration="2186000" />
  179. <workItem from="1616403254170" duration="2841000" />
  180. <workItem from="1616484098735" duration="5506000" />
  181. <workItem from="1616600379396" duration="1501000" />
  182. <workItem from="1617013015246" duration="1521000" />
  183. <workItem from="1617088014991" duration="3774000" />
  184. <workItem from="1617175414211" duration="882000" />
  185. <workItem from="1617177471031" duration="194000" />
  186. <workItem from="1617867735109" duration="4017000" />
  187. <workItem from="1619076253810" duration="701000" />
  188. <workItem from="1619077714803" duration="2307000" />
  189. <workItem from="1619424599609" duration="770000" />
  190. <workItem from="1619504859585" duration="5363000" />
  191. <workItem from="1619512381672" duration="5742000" />
  192. <workItem from="1619598623521" duration="3052000" />
  193. </task>
  194. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  195. <created>1606399745852</created>
  196. <option name="number" value="00001" />
  197. <option name="presentableId" value="LOCAL-00001" />
  198. <option name="project" value="LOCAL" />
  199. <updated>1606399745852</updated>
  200. </task>
  201. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  202. <created>1607347764330</created>
  203. <option name="number" value="00002" />
  204. <option name="presentableId" value="LOCAL-00002" />
  205. <option name="project" value="LOCAL" />
  206. <updated>1607347764330</updated>
  207. </task>
  208. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  209. <created>1607352302170</created>
  210. <option name="number" value="00003" />
  211. <option name="presentableId" value="LOCAL-00003" />
  212. <option name="project" value="LOCAL" />
  213. <updated>1607352302170</updated>
  214. </task>
  215. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  216. <created>1607420956941</created>
  217. <option name="number" value="00004" />
  218. <option name="presentableId" value="LOCAL-00004" />
  219. <option name="project" value="LOCAL" />
  220. <updated>1607420956941</updated>
  221. </task>
  222. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  223. <created>1607425561838</created>
  224. <option name="number" value="00005" />
  225. <option name="presentableId" value="LOCAL-00005" />
  226. <option name="project" value="LOCAL" />
  227. <updated>1607425561838</updated>
  228. </task>
  229. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  230. <created>1607425594752</created>
  231. <option name="number" value="00006" />
  232. <option name="presentableId" value="LOCAL-00006" />
  233. <option name="project" value="LOCAL" />
  234. <updated>1607425594752</updated>
  235. </task>
  236. <task id="LOCAL-00007" summary="Proper steering calculation">
  237. <created>1607593418906</created>
  238. <option name="number" value="00007" />
  239. <option name="presentableId" value="LOCAL-00007" />
  240. <option name="project" value="LOCAL" />
  241. <updated>1607593418906</updated>
  242. </task>
  243. <task id="LOCAL-00008" summary="HMD logging">
  244. <created>1608628621383</created>
  245. <option name="number" value="00008" />
  246. <option name="presentableId" value="LOCAL-00008" />
  247. <option name="project" value="LOCAL" />
  248. <updated>1608628621383</updated>
  249. </task>
  250. <task id="LOCAL-00009" summary="More logging">
  251. <created>1610361817557</created>
  252. <option name="number" value="00009" />
  253. <option name="presentableId" value="LOCAL-00009" />
  254. <option name="project" value="LOCAL" />
  255. <updated>1610361817557</updated>
  256. </task>
  257. <task id="LOCAL-00010" summary="Start and Finish events">
  258. <created>1610362454731</created>
  259. <option name="number" value="00010" />
  260. <option name="presentableId" value="LOCAL-00010" />
  261. <option name="project" value="LOCAL" />
  262. <updated>1610362454731</updated>
  263. </task>
  264. <task id="LOCAL-00011" summary="fixes">
  265. <created>1610531922101</created>
  266. <option name="number" value="00011" />
  267. <option name="presentableId" value="LOCAL-00011" />
  268. <option name="project" value="LOCAL" />
  269. <updated>1610531922101</updated>
  270. </task>
  271. <task id="LOCAL-00012" summary="Removed logs and added additional steering options">
  272. <created>1611309529519</created>
  273. <option name="number" value="00012" />
  274. <option name="presentableId" value="LOCAL-00012" />
  275. <option name="project" value="LOCAL" />
  276. <updated>1611309529519</updated>
  277. </task>
  278. <task id="LOCAL-00013" summary="DoF and Vive Tracker Update">
  279. <created>1612529432943</created>
  280. <option name="number" value="00013" />
  281. <option name="presentableId" value="LOCAL-00013" />
  282. <option name="project" value="LOCAL" />
  283. <updated>1612529432943</updated>
  284. </task>
  285. <task id="LOCAL-00014" summary="GingerVR">
  286. <created>1614156818036</created>
  287. <option name="number" value="00014" />
  288. <option name="presentableId" value="LOCAL-00014" />
  289. <option name="project" value="LOCAL" />
  290. <updated>1614156818036</updated>
  291. </task>
  292. <task id="LOCAL-00015" summary="lean controller">
  293. <created>1615805516848</created>
  294. <option name="number" value="00015" />
  295. <option name="presentableId" value="LOCAL-00015" />
  296. <option name="project" value="LOCAL" />
  297. <updated>1615805516848</updated>
  298. </task>
  299. <task id="LOCAL-00016" summary="Scene">
  300. <created>1615805584353</created>
  301. <option name="number" value="00016" />
  302. <option name="presentableId" value="LOCAL-00016" />
  303. <option name="project" value="LOCAL" />
  304. <updated>1615805584353</updated>
  305. </task>
  306. <task id="LOCAL-00017" summary="WIP: Vive Tracker initialization">
  307. <created>1616412877563</created>
  308. <option name="number" value="00017" />
  309. <option name="presentableId" value="LOCAL-00017" />
  310. <option name="project" value="LOCAL" />
  311. <updated>1616412877563</updated>
  312. </task>
  313. <task id="LOCAL-00018" summary="Automatic tracker indeces">
  314. <created>1616487420190</created>
  315. <option name="number" value="00018" />
  316. <option name="presentableId" value="LOCAL-00018" />
  317. <option name="project" value="LOCAL" />
  318. <updated>1616487420190</updated>
  319. </task>
  320. <task id="LOCAL-00019" summary="WIP: consider IPD for virtual noses">
  321. <created>1616489532872</created>
  322. <option name="number" value="00019" />
  323. <option name="presentableId" value="LOCAL-00019" />
  324. <option name="project" value="LOCAL" />
  325. <updated>1616489532872</updated>
  326. </task>
  327. <task id="LOCAL-00020" summary="WIP: slope adjustment">
  328. <created>1616604309315</created>
  329. <option name="number" value="00020" />
  330. <option name="presentableId" value="LOCAL-00020" />
  331. <option name="project" value="LOCAL" />
  332. <updated>1616604309315</updated>
  333. </task>
  334. <task id="LOCAL-00021" summary="ipd stuff">
  335. <created>1617014532531</created>
  336. <option name="number" value="00021" />
  337. <option name="presentableId" value="LOCAL-00021" />
  338. <option name="project" value="LOCAL" />
  339. <updated>1617014532531</updated>
  340. </task>
  341. <task id="LOCAL-00022" summary="FanController + Bugfixes">
  342. <created>1617093740053</created>
  343. <option name="number" value="00022" />
  344. <option name="presentableId" value="LOCAL-00022" />
  345. <option name="project" value="LOCAL" />
  346. <updated>1617093740053</updated>
  347. </task>
  348. <task id="LOCAL-00023" summary="updated scene">
  349. <created>1617177609079</created>
  350. <option name="number" value="00023" />
  351. <option name="presentableId" value="LOCAL-00023" />
  352. <option name="project" value="LOCAL" />
  353. <updated>1617177609079</updated>
  354. </task>
  355. <task id="LOCAL-00024" summary="adjusted restrcition suggestor for straight and slopes">
  356. <created>1619080036863</created>
  357. <option name="number" value="00024" />
  358. <option name="presentableId" value="LOCAL-00024" />
  359. <option name="project" value="LOCAL" />
  360. <updated>1619080036863</updated>
  361. </task>
  362. <task id="LOCAL-00025" summary="Updated Scene">
  363. <created>1619425406705</created>
  364. <option name="number" value="00025" />
  365. <option name="presentableId" value="LOCAL-00025" />
  366. <option name="project" value="LOCAL" />
  367. <updated>1619425406705</updated>
  368. </task>
  369. <task id="LOCAL-00026" summary="Condition Manager + Scene Adjustments">
  370. <created>1619518428259</created>
  371. <option name="number" value="00026" />
  372. <option name="presentableId" value="LOCAL-00026" />
  373. <option name="project" value="LOCAL" />
  374. <updated>1619518428259</updated>
  375. </task>
  376. <task id="LOCAL-00027" summary="Forgot Saving Scene">
  377. <created>1619518479748</created>
  378. <option name="number" value="00027" />
  379. <option name="presentableId" value="LOCAL-00027" />
  380. <option name="project" value="LOCAL" />
  381. <updated>1619518479748</updated>
  382. </task>
  383. <option name="localTasksCounter" value="28" />
  384. <servers />
  385. </component>
  386. <component name="TypeScriptGeneratedFilesManager">
  387. <option name="version" value="3" />
  388. </component>
  389. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  390. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  391. <component name="Vcs.Log.Tabs.Properties">
  392. <option name="TAB_STATES">
  393. <map>
  394. <entry key="MAIN">
  395. <value>
  396. <State />
  397. </value>
  398. </entry>
  399. </map>
  400. </option>
  401. <option name="oldMeFiltersMigrated" value="true" />
  402. </component>
  403. <component name="VcsManagerConfiguration">
  404. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  405. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  406. <MESSAGE value="persistate player position and vr bike data display" />
  407. <MESSAGE value="Primitive steering with Vive Tracker" />
  408. <MESSAGE value="Vive Tracker Adjustments" />
  409. <MESSAGE value="Test Vive Tracker on back" />
  410. <MESSAGE value="Proper steering calculation" />
  411. <MESSAGE value="HMD logging" />
  412. <MESSAGE value="More logging" />
  413. <MESSAGE value="Start and Finish events" />
  414. <MESSAGE value="fixes" />
  415. <MESSAGE value="Removed logs and added additional steering options" />
  416. <MESSAGE value="DoF and Vive Tracker Update" />
  417. <MESSAGE value="GingerVR" />
  418. <MESSAGE value="lean controller" />
  419. <MESSAGE value="Scene" />
  420. <MESSAGE value="WIP: Vive Tracker initialization" />
  421. <MESSAGE value="Automatic tracker indeces" />
  422. <MESSAGE value="WIP: consider IPD for virtual noses" />
  423. <MESSAGE value="WIP: slope adjustment" />
  424. <MESSAGE value="ipd stuff" />
  425. <MESSAGE value="FanController + Bugfixes" />
  426. <MESSAGE value="updated scene" />
  427. <MESSAGE value="adjusted restrcition suggestor for straight and slopes" />
  428. <MESSAGE value="Updated Scene" />
  429. <MESSAGE value="Condition Manager + Scene Adjustments" />
  430. <MESSAGE value="Forgot Saving Scene" />
  431. <option name="LAST_COMMIT_MESSAGE" value="Forgot Saving Scene" />
  432. </component>
  433. <component name="XDebuggerManager">
  434. <breakpoint-manager>
  435. <breakpoints>
  436. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  437. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  438. <line>103</line>
  439. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  440. <option name="timeStamp" value="17" />
  441. </line-breakpoint>
  442. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  443. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  444. <line>79</line>
  445. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  446. <option name="timeStamp" value="19" />
  447. </line-breakpoint>
  448. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  449. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  450. <line>23</line>
  451. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="31" />
  452. <option name="timeStamp" value="22" />
  453. </line-breakpoint>
  454. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  455. <url>file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs</url>
  456. <line>58</line>
  457. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\SicknessReduction\Visual\DoF\DynamicDoF.cs" initialLine="20" />
  458. <option name="timeStamp" value="23" />
  459. </line-breakpoint>
  460. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  461. <url>file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/Vignetting/RestrictionSuggestor.cs</url>
  462. <line>70</line>
  463. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\SicknessReduction\Visual\Vignetting\RestrictionSuggestor.cs" initialLine="70" />
  464. <option name="timeStamp" value="27" />
  465. </line-breakpoint>
  466. </breakpoints>
  467. </breakpoint-manager>
  468. <pin-to-top-manager>
  469. <pinned-members>
  470. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  471. </pinned-members>
  472. </pin-to-top-manager>
  473. <watches-manager>
  474. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  475. <watch expression="fields" language="C#" />
  476. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  477. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  478. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  479. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  480. <watch expression="HeaderNames" language="C#" />
  481. <watch expression="angularVelocitySuggestor" language="C#" />
  482. <watch expression="bikeController" language="C#" />
  483. <watch expression="bikeController.rigidBody" language="C#" />
  484. <watch expression="bikeController.rigidBody.transform" language="C#" />
  485. </configuration>
  486. </watches-manager>
  487. </component>
  488. </project>