workspace.xml 82 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904
  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="COC Stuff">
  26. <change afterPath="$PROJECT_DIR$/Assets/Physics/WheelMaterial.physicMaterial" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/Assets/Physics/WheelMaterial.physicMaterial.meta" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/Assets/Prefabs/CountdownHUD.prefab" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/Assets/Prefabs/CountdownHUD.prefab.meta" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplay.cs" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplay.cs.meta" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels.meta" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" afterDir="false" />
  34. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  35. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC.meta" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended.meta" beforeDir="false" />
  41. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core.meta" beforeDir="false" />
  42. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor.meta" beforeDir="false" />
  43. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef" beforeDir="false" />
  44. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Boxophobic.SkyboxCubemapExtended.Editor.asmdef.meta" beforeDir="false" />
  45. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedHub.cs" beforeDir="false" />
  46. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedHub.cs.meta" beforeDir="false" />
  47. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs" beforeDir="false" />
  48. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedShaderGUI.cs.meta" beforeDir="false" />
  49. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs" beforeDir="false" />
  50. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/SkyboxExtendedWindows.cs.meta" beforeDir="false" />
  51. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset" beforeDir="false" />
  52. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Editor/Version.asset.meta" beforeDir="false" />
  53. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions.meta" beforeDir="false" />
  54. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset" beforeDir="false" />
  55. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Functions/Compute Rotation Y.asset.meta" beforeDir="false" />
  56. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders.meta" beforeDir="false" />
  57. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader" beforeDir="false" />
  58. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Core/Shaders/Skybox Cubemap Extended.shader.meta" beforeDir="false" />
  59. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo.meta" beforeDir="false" />
  60. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity" beforeDir="false" />
  61. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Day.unity.meta" beforeDir="false" />
  62. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity" beforeDir="false" />
  63. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Demo Night.unity.meta" beforeDir="false" />
  64. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials.meta" beforeDir="false" />
  65. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat" beforeDir="false" />
  66. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTree.mat.meta" beforeDir="false" />
  67. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat" beforeDir="false" />
  68. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - FirTreeVariation.mat.meta" beforeDir="false" />
  69. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat" beforeDir="false" />
  70. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Grass.mat.meta" beforeDir="false" />
  71. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat" beforeDir="false" />
  72. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Rock.mat.meta" beforeDir="false" />
  73. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat" beforeDir="false" />
  74. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Terrain.mat.meta" beforeDir="false" />
  75. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat" beforeDir="false" />
  76. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - TreeTrunk.mat.meta" beforeDir="false" />
  77. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat" beforeDir="false" />
  78. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/LowPoly - Wood.mat.meta" beforeDir="false" />
  79. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat" beforeDir="false" />
  80. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Materials/Skybox Cubemap Extended Night.mat.meta" beforeDir="false" />
  81. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes.meta" beforeDir="false" />
  82. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX" beforeDir="false" />
  83. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence A.FBX.meta" beforeDir="false" />
  84. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX" beforeDir="false" />
  85. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Fence B.FBX.meta" beforeDir="false" />
  86. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX" beforeDir="false" />
  87. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree A.FBX.meta" beforeDir="false" />
  88. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX" beforeDir="false" />
  89. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - FirTree B.FBX.meta" beforeDir="false" />
  90. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX" beforeDir="false" />
  91. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass A.FBX.meta" beforeDir="false" />
  92. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX" beforeDir="false" />
  93. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Grass B.FBX.meta" beforeDir="false" />
  94. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX" beforeDir="false" />
  95. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock A.FBX.meta" beforeDir="false" />
  96. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX" beforeDir="false" />
  97. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Rock B.FBX.meta" beforeDir="false" />
  98. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX" beforeDir="false" />
  99. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Meshes/LowPoly - Terrain.FBX.meta" beforeDir="false" />
  100. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs.meta" beforeDir="false" />
  101. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab" beforeDir="false" />
  102. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence A.prefab.meta" beforeDir="false" />
  103. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab" beforeDir="false" />
  104. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Fence B.prefab.meta" beforeDir="false" />
  105. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab" beforeDir="false" />
  106. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree A.prefab.meta" beforeDir="false" />
  107. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab" beforeDir="false" />
  108. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - FirTree B.prefab.meta" beforeDir="false" />
  109. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab" beforeDir="false" />
  110. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass A.prefab.meta" beforeDir="false" />
  111. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab" beforeDir="false" />
  112. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Grass B.prefab.meta" beforeDir="false" />
  113. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab" beforeDir="false" />
  114. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock A.prefab.meta" beforeDir="false" />
  115. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab" beforeDir="false" />
  116. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Prefabs/LowPoly - Rock B.prefab.meta" beforeDir="false" />
  117. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings.meta" beforeDir="false" />
  118. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset" beforeDir="false" />
  119. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Settings/Demo.asset.meta" beforeDir="false" />
  120. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures.meta" beforeDir="false" />
  121. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png" beforeDir="false" />
  122. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Blue Sky.png.meta" beforeDir="false" />
  123. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr" beforeDir="false" />
  124. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Demo/Textures/Polyverse Skies - Night Sky.exr.meta" beforeDir="false" />
  125. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf" beforeDir="false" />
  126. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Skybox Cubemap Extended/Skybox Cubemap Extended.pdf.meta" beforeDir="false" />
  127. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/User.meta" beforeDir="false" />
  128. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/User/User.pdf" beforeDir="false" />
  129. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/User/User.pdf.meta" beforeDir="false" />
  130. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils.meta" beforeDir="false" />
  131. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor.meta" beforeDir="false" />
  132. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef" beforeDir="false" />
  133. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Boxophobic.Utils.Editor.asmdef.meta" beforeDir="false" />
  134. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Constants.meta" beforeDir="false" />
  135. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Constants/Constants.cs" beforeDir="false" />
  136. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Constants/Constants.cs.meta" beforeDir="false" />
  137. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils.meta" beforeDir="false" />
  138. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs" beforeDir="false" />
  139. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/LoadSettingsData.cs.meta" beforeDir="false" />
  140. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs" beforeDir="false" />
  141. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/SettingsUtils/SaveSettingsData.cs.meta" beforeDir="false" />
  142. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI.meta" beforeDir="false" />
  143. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs" beforeDir="false" />
  144. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorBanner.cs.meta" beforeDir="false" />
  145. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs" beforeDir="false" />
  146. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawInspectorCategory.cs.meta" beforeDir="false" />
  147. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs" beforeDir="false" />
  148. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowBanner.cs.meta" beforeDir="false" />
  149. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs" beforeDir="false" />
  150. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledGUI/DrawWindowCategory.cs.meta" beforeDir="false" />
  151. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector.meta" beforeDir="false" />
  152. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs" beforeDir="false" />
  153. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledBannerDrawer.cs.meta" beforeDir="false" />
  154. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs" beforeDir="false" />
  155. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledButtonDrawer.cs.meta" beforeDir="false" />
  156. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs" beforeDir="false" />
  157. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledCategoryDrawer.cs.meta" beforeDir="false" />
  158. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs" beforeDir="false" />
  159. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledIndentDrawer.cs.meta" beforeDir="false" />
  160. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs" beforeDir="false" />
  161. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledInteractiveDrawer.cs.meta" beforeDir="false" />
  162. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs" beforeDir="false" />
  163. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledMessageDrawer.cs.meta" beforeDir="false" />
  164. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledPopupArrayDrawer.cs" beforeDir="false" />
  165. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledPopupArrayDrawer.cs.meta" beforeDir="false" />
  166. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledPopupLayersDrawer.cs" beforeDir="false" />
  167. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledPopupLayersDrawer.cs.meta" beforeDir="false" />
  168. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs" beforeDir="false" />
  169. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledRangeOptionsDrawer.cs.meta" beforeDir="false" />
  170. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs" beforeDir="false" />
  171. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledSpaceDrawer.cs.meta" beforeDir="false" />
  172. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs" beforeDir="false" />
  173. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTextDrawer.cs.meta" beforeDir="false" />
  174. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs" beforeDir="false" />
  175. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledInspector/StyledTexturePreviewDrawer.cs.meta" beforeDir="false" />
  176. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial.meta" beforeDir="false" />
  177. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs" beforeDir="false" />
  178. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledBannerDrawer.cs.meta" beforeDir="false" />
  179. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs" beforeDir="false" />
  180. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledButtonDrawer.cs.meta" beforeDir="false" />
  181. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs" beforeDir="false" />
  182. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledCategoryDrawer.cs.meta" beforeDir="false" />
  183. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs" beforeDir="false" />
  184. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledDiffusionMaterialDrawer.cs.meta" beforeDir="false" />
  185. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs" beforeDir="false" />
  186. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledIndentDrawer.cs.meta" beforeDir="false" />
  187. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs" beforeDir="false" />
  188. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledInteractiveDrawer.cs.meta" beforeDir="false" />
  189. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs" beforeDir="false" />
  190. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledMessageDrawer.cs.meta" beforeDir="false" />
  191. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs" beforeDir="false" />
  192. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledOptionsSliderDrawer.cs.meta" beforeDir="false" />
  193. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs" beforeDir="false" />
  194. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledRemapSliderDrawer.cs.meta" beforeDir="false" />
  195. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs" beforeDir="false" />
  196. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledSpaceDrawer.cs.meta" beforeDir="false" />
  197. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs" beforeDir="false" />
  198. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextDrawer.cs.meta" beforeDir="false" />
  199. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs" beforeDir="false" />
  200. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledTextureDrawer.cs.meta" beforeDir="false" />
  201. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs" beforeDir="false" />
  202. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMaterial/StyledToggleDrawer.cs.meta" beforeDir="false" />
  203. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMono.meta" beforeDir="false" />
  204. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs" beforeDir="false" />
  205. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledMonoBehaviourEditor.cs.meta" beforeDir="false" />
  206. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs" beforeDir="false" />
  207. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/StyledMono/StyledScriptableObjectEditor.cs.meta" beforeDir="false" />
  208. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Version.asset" beforeDir="false" />
  209. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Editor/Version.asset.meta" beforeDir="false" />
  210. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources.meta" beforeDir="false" />
  211. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerBegin.psd" beforeDir="false" />
  212. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerBegin.psd.meta" beforeDir="false" />
  213. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerEnd.psd" beforeDir="false" />
  214. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerEnd.psd.meta" beforeDir="false" />
  215. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerMiddle.psd" beforeDir="false" />
  216. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - BannerMiddle.psd.meta" beforeDir="false" />
  217. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryBegin.psd" beforeDir="false" />
  218. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryBegin.psd.meta" beforeDir="false" />
  219. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryEnd.psd" beforeDir="false" />
  220. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryEnd.psd.meta" beforeDir="false" />
  221. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryMiddle.psd" beforeDir="false" />
  222. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - CategoryMiddle.psd.meta" beforeDir="false" />
  223. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconEdit.psd" beforeDir="false" />
  224. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconEdit.psd.meta" beforeDir="false" />
  225. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconHelp.psd" beforeDir="false" />
  226. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - IconHelp.psd.meta" beforeDir="false" />
  227. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - Logo.png" beforeDir="false" />
  228. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Resources/Boxophobic - Logo.png.meta" beforeDir="false" />
  229. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts.meta" beforeDir="false" />
  230. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef" beforeDir="false" />
  231. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/Boxophobic.Utils.Scripts.asmdef.meta" beforeDir="false" />
  232. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils.meta" beforeDir="false" />
  233. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs" beforeDir="false" />
  234. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/SettingsUtils/SettingsData.cs.meta" beforeDir="false" />
  235. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector.meta" beforeDir="false" />
  236. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs" beforeDir="false" />
  237. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledBanner.cs.meta" beforeDir="false" />
  238. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs" beforeDir="false" />
  239. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledButton.cs.meta" beforeDir="false" />
  240. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs" beforeDir="false" />
  241. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledCategory.cs.meta" beforeDir="false" />
  242. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs" beforeDir="false" />
  243. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledIndent.cs.meta" beforeDir="false" />
  244. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs" beforeDir="false" />
  245. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledInteractive.cs.meta" beforeDir="false" />
  246. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs" beforeDir="false" />
  247. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledMessage.cs.meta" beforeDir="false" />
  248. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupArray.cs" beforeDir="false" />
  249. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupArray.cs.meta" beforeDir="false" />
  250. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupLayers.cs" beforeDir="false" />
  251. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledPopupLayers.cs.meta" beforeDir="false" />
  252. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs" beforeDir="false" />
  253. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledRangeOptions.cs.meta" beforeDir="false" />
  254. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs" beforeDir="false" />
  255. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledSpace.cs.meta" beforeDir="false" />
  256. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs" beforeDir="false" />
  257. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledText.cs.meta" beforeDir="false" />
  258. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs" beforeDir="false" />
  259. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledInspector/StyledTexturePreview.cs.meta" beforeDir="false" />
  260. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono.meta" beforeDir="false" />
  261. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs" beforeDir="false" />
  262. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledMonoBehaviour.cs.meta" beforeDir="false" />
  263. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs" beforeDir="false" />
  264. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Scripts/StyledMono/StyledScriptableObject.cs.meta" beforeDir="false" />
  265. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Utils.pdf" beforeDir="false" />
  266. <change beforePath="$PROJECT_DIR$/Assets/BOXOPHOBIC/Utils/Utils.pdf.meta" beforeDir="false" />
  267. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox.meta" beforeDir="false" />
  268. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Customizable Skybox Documentaion.pdf" beforeDir="false" />
  269. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Customizable Skybox Documentaion.pdf.meta" beforeDir="false" />
  270. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials.meta" beforeDir="false" />
  271. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/Clouds.mat" beforeDir="false" />
  272. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/Clouds.mat.meta" beforeDir="false" />
  273. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/Material.003.mat" beforeDir="false" />
  274. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/Material.003.mat.meta" beforeDir="false" />
  275. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/No Name.mat" beforeDir="false" />
  276. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/No Name.mat.meta" beforeDir="false" />
  277. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/dark trunk.mat" beforeDir="false" />
  278. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/dark trunk.mat.meta" beforeDir="false" />
  279. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/darken leafs.mat" beforeDir="false" />
  280. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/darken leafs.mat.meta" beforeDir="false" />
  281. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/earth.mat" beforeDir="false" />
  282. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/earth.mat.meta" beforeDir="false" />
  283. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/green tree.mat" beforeDir="false" />
  284. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/green tree.mat.meta" beforeDir="false" />
  285. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/pine tree green.mat" beforeDir="false" />
  286. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/pine tree green.mat.meta" beforeDir="false" />
  287. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/trunk.mat" beforeDir="false" />
  288. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Materials/trunk.mat.meta" beforeDir="false" />
  289. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model.meta" beforeDir="false" />
  290. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Low Poly Island.fbx" beforeDir="false" />
  291. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Low Poly Island.fbx.meta" beforeDir="false" />
  292. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials.meta" beforeDir="false" />
  293. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/Material.003.mat" beforeDir="false" />
  294. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/Material.003.mat.meta" beforeDir="false" />
  295. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/No Name.mat" beforeDir="false" />
  296. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/No Name.mat.meta" beforeDir="false" />
  297. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/dark trunk.mat" beforeDir="false" />
  298. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/dark trunk.mat.meta" beforeDir="false" />
  299. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/darken leafs.mat" beforeDir="false" />
  300. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/darken leafs.mat.meta" beforeDir="false" />
  301. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/earth.mat" beforeDir="false" />
  302. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/earth.mat.meta" beforeDir="false" />
  303. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/green tree.mat" beforeDir="false" />
  304. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/green tree.mat.meta" beforeDir="false" />
  305. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/pine brown.mat" beforeDir="false" />
  306. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/pine brown.mat.meta" beforeDir="false" />
  307. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/pine tree green.mat" beforeDir="false" />
  308. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/pine tree green.mat.meta" beforeDir="false" />
  309. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/trunk.mat" beforeDir="false" />
  310. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Model/Materials/trunk.mat.meta" beforeDir="false" />
  311. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Scenes.meta" beforeDir="false" />
  312. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Scenes/DemoScene.unity" beforeDir="false" />
  313. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Scenes/DemoScene.unity.meta" beforeDir="false" />
  314. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky.meta" beforeDir="false" />
  315. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials.meta" beforeDir="false" />
  316. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day1.mat" beforeDir="false" />
  317. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day1.mat.meta" beforeDir="false" />
  318. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day2.mat" beforeDir="false" />
  319. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day2.mat.meta" beforeDir="false" />
  320. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day3.mat" beforeDir="false" />
  321. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day3.mat.meta" beforeDir="false" />
  322. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day4.mat" beforeDir="false" />
  323. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day4.mat.meta" beforeDir="false" />
  324. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day5.mat" beforeDir="false" />
  325. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day5.mat.meta" beforeDir="false" />
  326. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day6.mat" beforeDir="false" />
  327. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day6.mat.meta" beforeDir="false" />
  328. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day7.mat" beforeDir="false" />
  329. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Day7.mat.meta" beforeDir="false" />
  330. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning1.mat" beforeDir="false" />
  331. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning1.mat.meta" beforeDir="false" />
  332. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning2.mat" beforeDir="false" />
  333. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning2.mat.meta" beforeDir="false" />
  334. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning3.mat" beforeDir="false" />
  335. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning3.mat.meta" beforeDir="false" />
  336. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning4.mat" beforeDir="false" />
  337. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Morning4.mat.meta" beforeDir="false" />
  338. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night1.mat" beforeDir="false" />
  339. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night1.mat.meta" beforeDir="false" />
  340. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night2.mat" beforeDir="false" />
  341. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night2.mat.meta" beforeDir="false" />
  342. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night3.mat" beforeDir="false" />
  343. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night3.mat.meta" beforeDir="false" />
  344. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night4.mat" beforeDir="false" />
  345. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Night4.mat.meta" beforeDir="false" />
  346. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset1.mat" beforeDir="false" />
  347. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset1.mat.meta" beforeDir="false" />
  348. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset2.mat" beforeDir="false" />
  349. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset2.mat.meta" beforeDir="false" />
  350. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset3.mat" beforeDir="false" />
  351. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset3.mat.meta" beforeDir="false" />
  352. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset4.mat" beforeDir="false" />
  353. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset4.mat.meta" beforeDir="false" />
  354. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset5.mat" beforeDir="false" />
  355. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Materials/Sunset5.mat.meta" beforeDir="false" />
  356. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Shaders.meta" beforeDir="false" />
  357. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Shaders/Stylized Sky.shader" beforeDir="false" />
  358. <change beforePath="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Shaders/Stylized Sky.shader.meta" beforeDir="false" />
  359. <change beforePath="$PROJECT_DIR$/Assets/Editor/MatchPlayerPosEditor.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editor/MatchPlayerPosEditor.cs" afterDir="false" />
  360. <change beforePath="$PROJECT_DIR$/Assets/MatchPlayerPosition.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs" afterDir="false" />
  361. <change beforePath="$PROJECT_DIR$/Assets/MatchPlayerPosition.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs.meta" afterDir="false" />
  362. <change beforePath="$PROJECT_DIR$/Assets/Materials/SkyboxDay.mat" beforeDir="false" />
  363. <change beforePath="$PROJECT_DIR$/Assets/Materials/SkyboxDay.mat.meta" beforeDir="false" />
  364. <change beforePath="$PROJECT_DIR$/Assets/Physics/BicycleColliderMaterial.physicMaterial" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Physics/BicycleColliderMaterial.physicMaterial" afterDir="false" />
  365. <change beforePath="$PROJECT_DIR$/Assets/Physics/StreetPhysicsMaterial.physicMaterial" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Physics/StreetPhysicsMaterial.physicMaterial" afterDir="false" />
  366. <change beforePath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" afterDir="false" />
  367. <change beforePath="$PROJECT_DIR$/Assets/Scenes/MainScene/PP Volume.asset" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scenes/MainScene/PP Volume.asset" afterDir="false" />
  368. <change beforePath="$PROJECT_DIR$/Assets/Scripts/ColliderAddSlopeAdjustment.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/ColliderAddSlopeAdjustment.cs" afterDir="false" />
  369. <change beforePath="$PROJECT_DIR$/Assets/Scripts/ColliderAddSlopeAdjustment.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/ColliderAddSlopeAdjustment.cs.meta" afterDir="false" />
  370. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" afterDir="false" />
  371. <change beforePath="$PROJECT_DIR$/Assets/Scripts/CustomWheelCollider.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/CustomWheelCollider.cs" afterDir="false" />
  372. <change beforePath="$PROJECT_DIR$/Assets/Scripts/CustomWheelCollider.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/CustomWheelCollider.cs.meta" afterDir="false" />
  373. <change beforePath="$PROJECT_DIR$/Assets/Scripts/CustomWheelColliderSlopeAdjustment.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/CustomWheelColliderSlopeAdjustment.cs" afterDir="false" />
  374. <change beforePath="$PROJECT_DIR$/Assets/Scripts/CustomWheelColliderSlopeAdjustment.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/CustomWheelColliderSlopeAdjustment.cs.meta" afterDir="false" />
  375. <change beforePath="$PROJECT_DIR$/Assets/Scripts/SlopeCollider.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/SlopeCollider.cs" afterDir="false" />
  376. <change beforePath="$PROJECT_DIR$/Assets/Scripts/SlopeCollider.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Wheels/SlopeCollider.cs.meta" afterDir="false" />
  377. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  378. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  379. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  380. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  381. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp-Editor.csprojAssemblyReference.cache" afterDir="false" />
  382. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  383. <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" />
  384. </list>
  385. <option name="SHOW_DIALOG" value="false" />
  386. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  387. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  388. <option name="LAST_RESOLUTION" value="IGNORE" />
  389. </component>
  390. <component name="Git.Settings">
  391. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  392. </component>
  393. <component name="HighlightingSettingsPerFile">
  394. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/Passes/PostProcessPass.cs" root0="SKIP_HIGHLIGHTING" />
  395. <setting file="file://$PROJECT_DIR$/Assets/SteamVR/Plugins/openvr_api.cs" root0="SKIP_HIGHLIGHTING" />
  396. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" root0="FORCE_HIGHLIGHTING" />
  397. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  398. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  399. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/1A3A5801-6E2C-4FF1-B975-52B718793608/65/0ec761f4/DepthOfFieldModeParameter.cs" root0="SKIP_HIGHLIGHTING" />
  400. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/1A3A5801-6E2C-4FF1-B975-52B718793608/5a/7e36ae17/DepthOfField.cs" root0="SKIP_HIGHLIGHTING" />
  401. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/F352B6B8-9F0F-458F-8952-E62C7DE1DBFE/f4/b5ba078b/VolumeParameter`1.cs" root0="SKIP_HIGHLIGHTING" />
  402. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.render-pipelines.universal@8.2.0/Runtime/ScriptableRendererData.cs" root0="SKIP_HIGHLIGHTING" />
  403. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/F8918D0C-C5FC-41A1-BABA-01B207A4C016/1a/773d1d3a/Physics.cs" root0="SKIP_HIGHLIGHTING" />
  404. </component>
  405. <component name="IdeDocumentHistory">
  406. <option name="CHANGED_PATHS">
  407. <list>
  408. <option value="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" />
  409. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  410. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  411. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" />
  412. <option value="$PROJECT_DIR$/Assets/Logs/2020-12-22_124122/log_polar_ecg_data.tsv" />
  413. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  414. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  415. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" />
  416. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" />
  417. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" />
  418. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  419. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  420. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FrontWheelTrackerLogger.cs" />
  421. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/RouteEventLogger.cs" />
  422. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeGameObjectDataLogger.cs" />
  423. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/BikeSensorDataLogger.cs" />
  424. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarAccDataLogger.cs" />
  425. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/PolarEcgDataLogger.cs" />
  426. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/SensorDataLogger.cs" />
  427. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/ViveSensorDataLogger.cs" />
  428. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/AsyncLogFileWriter.cs" />
  429. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/FileLogger.cs" />
  430. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/ISerializable.cs" />
  431. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logable.cs" />
  432. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/Logging.cs" />
  433. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Base/TimeSync.cs" />
  434. <option value="$PROJECT_DIR$/Assets/Scripts/Routes/Turn.cs" />
  435. <option value="$PROJECT_DIR$/Assets/StreetPartMeta.cs" />
  436. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMeta.cs" />
  437. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StreetPartMetaTag.cs" />
  438. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  439. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  440. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Data/FrontWheelTrackerLogger.cs" />
  441. <option value="$PROJECT_DIR$/Assets/Scripts/Calibration/PersistatePlayerPosition.cs" />
  442. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Events/RouteEventLogger.cs" />
  443. <option value="$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs" />
  444. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/Vignetting/DynamicVignetting.cs" />
  445. <option value="$PROJECT_DIR$/Assets/Scripts/SlopeCollider.cs" />
  446. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/ANT/PowerMeterReceiver.cs" />
  447. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  448. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  449. <option value="$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs" />
  450. <option value="$PROJECT_DIR$/Assets/Customizable Skybox/Stylized Sky/Shaders/Stylized Sky.shader" />
  451. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownText.cs" />
  452. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplaycs.cs" />
  453. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/MatchPlayerPositionAndCalibrate.cs" />
  454. <option value="$PROJECT_DIR$/Assets/Scripts/Display/CountdownDisplay.cs" />
  455. <option value="$PROJECT_DIR$/Assets/SwitchColliderOnStanding.cs" />
  456. <option value="$PROJECT_DIR$/Assets/Scripts/Wheels/SwitchColliderOnStanding.cs" />
  457. <option value="$PROJECT_DIR$/Assets/Scripts/Wheels/SlopeCollider.cs" />
  458. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  459. </list>
  460. </option>
  461. </component>
  462. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  463. <component name="ProjectLevelVcsManager">
  464. <ConfirmationsSetting value="2" id="Add" />
  465. </component>
  466. <component name="ProjectViewState">
  467. <option name="hideEmptyMiddlePackages" value="true" />
  468. <option name="showLibraryContents" value="true" />
  469. </component>
  470. <component name="PropertiesComponent">
  471. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  472. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.3272543" />
  473. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.14235055" />
  474. <property name="Discover.Launch.Via.Unity" value="true" />
  475. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  476. <property name="WebServerToolWindowFactoryState" value="false" />
  477. <property name="XThreadsFramesViewSplitterKey" value="0.62918663" />
  478. <property name="nodejs_package_manager_path" value="npm" />
  479. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  480. <property name="vue.rearranger.settings.migration" value="true" />
  481. </component>
  482. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  483. <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">
  484. <option name="allowRunningInParallel" value="false" />
  485. <option name="listenPortForConnections" value="false" />
  486. <option name="pid" />
  487. <option name="selectedOptions">
  488. <set />
  489. </option>
  490. <method v="2" />
  491. </configuration>
  492. <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">
  493. <option name="allowRunningInParallel" value="false" />
  494. <option name="listenPortForConnections" value="false" />
  495. <option name="pid" />
  496. <option name="selectedOptions">
  497. <set />
  498. </option>
  499. <method v="2" />
  500. </configuration>
  501. </component>
  502. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  503. <component name="TaskManager">
  504. <task active="true" id="Default" summary="Default task">
  505. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  506. <created>1606388694739</created>
  507. <option name="number" value="Default" />
  508. <option name="presentableId" value="Default" />
  509. <updated>1606388694739</updated>
  510. <workItem from="1606388712651" duration="10566000" />
  511. <workItem from="1607346787506" duration="4055000" />
  512. <workItem from="1607418056368" duration="4074000" />
  513. <workItem from="1607588039382" duration="5023000" />
  514. <workItem from="1608111814180" duration="1242000" />
  515. <workItem from="1608191738071" duration="10660000" />
  516. <workItem from="1608556964379" duration="14561000" />
  517. <workItem from="1608626823380" duration="6475000" />
  518. <workItem from="1608633384360" duration="3597000" />
  519. <workItem from="1609928644105" duration="6587000" />
  520. <workItem from="1610355346577" duration="15843000" />
  521. <workItem from="1610431786853" duration="1170000" />
  522. <workItem from="1610530755101" duration="4080000" />
  523. <workItem from="1611143576284" duration="1554000" />
  524. <workItem from="1611305064694" duration="8917000" />
  525. </task>
  526. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  527. <created>1606399745852</created>
  528. <option name="number" value="00001" />
  529. <option name="presentableId" value="LOCAL-00001" />
  530. <option name="project" value="LOCAL" />
  531. <updated>1606399745852</updated>
  532. </task>
  533. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  534. <created>1607347764330</created>
  535. <option name="number" value="00002" />
  536. <option name="presentableId" value="LOCAL-00002" />
  537. <option name="project" value="LOCAL" />
  538. <updated>1607347764330</updated>
  539. </task>
  540. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  541. <created>1607352302170</created>
  542. <option name="number" value="00003" />
  543. <option name="presentableId" value="LOCAL-00003" />
  544. <option name="project" value="LOCAL" />
  545. <updated>1607352302170</updated>
  546. </task>
  547. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  548. <created>1607420956941</created>
  549. <option name="number" value="00004" />
  550. <option name="presentableId" value="LOCAL-00004" />
  551. <option name="project" value="LOCAL" />
  552. <updated>1607420956941</updated>
  553. </task>
  554. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  555. <created>1607425561838</created>
  556. <option name="number" value="00005" />
  557. <option name="presentableId" value="LOCAL-00005" />
  558. <option name="project" value="LOCAL" />
  559. <updated>1607425561838</updated>
  560. </task>
  561. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  562. <created>1607425594752</created>
  563. <option name="number" value="00006" />
  564. <option name="presentableId" value="LOCAL-00006" />
  565. <option name="project" value="LOCAL" />
  566. <updated>1607425594752</updated>
  567. </task>
  568. <task id="LOCAL-00007" summary="Proper steering calculation">
  569. <created>1607593418906</created>
  570. <option name="number" value="00007" />
  571. <option name="presentableId" value="LOCAL-00007" />
  572. <option name="project" value="LOCAL" />
  573. <updated>1607593418906</updated>
  574. </task>
  575. <task id="LOCAL-00008" summary="HMD logging">
  576. <created>1608628621383</created>
  577. <option name="number" value="00008" />
  578. <option name="presentableId" value="LOCAL-00008" />
  579. <option name="project" value="LOCAL" />
  580. <updated>1608628621383</updated>
  581. </task>
  582. <task id="LOCAL-00009" summary="More logging">
  583. <created>1610361817557</created>
  584. <option name="number" value="00009" />
  585. <option name="presentableId" value="LOCAL-00009" />
  586. <option name="project" value="LOCAL" />
  587. <updated>1610361817557</updated>
  588. </task>
  589. <task id="LOCAL-00010" summary="Start and Finish events">
  590. <created>1610362454731</created>
  591. <option name="number" value="00010" />
  592. <option name="presentableId" value="LOCAL-00010" />
  593. <option name="project" value="LOCAL" />
  594. <updated>1610362454731</updated>
  595. </task>
  596. <task id="LOCAL-00011" summary="fixes">
  597. <created>1610531922101</created>
  598. <option name="number" value="00011" />
  599. <option name="presentableId" value="LOCAL-00011" />
  600. <option name="project" value="LOCAL" />
  601. <updated>1610531922101</updated>
  602. </task>
  603. <task id="LOCAL-00012" summary="Removed logs and added additional steering options">
  604. <created>1611309529519</created>
  605. <option name="number" value="00012" />
  606. <option name="presentableId" value="LOCAL-00012" />
  607. <option name="project" value="LOCAL" />
  608. <updated>1611309529519</updated>
  609. </task>
  610. <option name="localTasksCounter" value="13" />
  611. <servers />
  612. </component>
  613. <component name="TypeScriptGeneratedFilesManager">
  614. <option name="version" value="3" />
  615. </component>
  616. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  617. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  618. <component name="Vcs.Log.Tabs.Properties">
  619. <option name="TAB_STATES">
  620. <map>
  621. <entry key="MAIN">
  622. <value>
  623. <State />
  624. </value>
  625. </entry>
  626. </map>
  627. </option>
  628. <option name="oldMeFiltersMigrated" value="true" />
  629. </component>
  630. <component name="VcsManagerConfiguration">
  631. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  632. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  633. <MESSAGE value="VR Stuff, Bicycle Animations" />
  634. <MESSAGE value="persistate player position and vr bike data display" />
  635. <MESSAGE value="Primitive steering with Vive Tracker" />
  636. <MESSAGE value="Vive Tracker Adjustments" />
  637. <MESSAGE value="Test Vive Tracker on back" />
  638. <MESSAGE value="Proper steering calculation" />
  639. <MESSAGE value="HMD logging" />
  640. <MESSAGE value="More logging" />
  641. <MESSAGE value="Start and Finish events" />
  642. <MESSAGE value="fixes" />
  643. <MESSAGE value="Removed logs and added additional steering options" />
  644. <option name="LAST_COMMIT_MESSAGE" value="Removed logs and added additional steering options" />
  645. </component>
  646. <component name="WindowStateProjectService">
  647. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  648. <screen x="0" y="0" width="1440" height="900" />
  649. </state>
  650. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  651. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  652. <state width="680" height="497" key="DebuggerActiveHint" timestamp="1611319259442">
  653. <screen x="0" y="0" width="2048" height="1112" />
  654. </state>
  655. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  656. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  657. <state width="680" height="497" key="DebuggerActiveHint/0.0.2048.1112@0.0.2048.1112" timestamp="1611319259442" />
  658. <state width="2005" height="414" key="GridCell.Tab.0.bottom" timestamp="1611319177899">
  659. <screen x="0" y="0" width="2048" height="1112" />
  660. </state>
  661. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  662. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  663. <state width="1877" height="385" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  664. <state width="2005" height="414" key="GridCell.Tab.0.bottom/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  665. <state width="2005" height="414" key="GridCell.Tab.0.center" timestamp="1611319177899">
  666. <screen x="0" y="0" width="2048" height="1112" />
  667. </state>
  668. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  669. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  670. <state width="1877" height="385" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  671. <state width="2005" height="414" key="GridCell.Tab.0.center/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  672. <state width="2005" height="414" key="GridCell.Tab.0.left" timestamp="1611319177899">
  673. <screen x="0" y="0" width="2048" height="1112" />
  674. </state>
  675. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  676. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  677. <state width="1877" height="385" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449593" />
  678. <state width="2005" height="414" key="GridCell.Tab.0.left/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  679. <state width="2005" height="414" key="GridCell.Tab.0.right" timestamp="1611319177899">
  680. <screen x="0" y="0" width="2048" height="1112" />
  681. </state>
  682. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  683. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  684. <state width="1877" height="385" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538449594" />
  685. <state width="2005" height="414" key="GridCell.Tab.0.right/0.0.2048.1112@0.0.2048.1112" timestamp="1611319177899" />
  686. <state width="2005" height="414" key="GridCell.Tab.1.bottom" timestamp="1611319236653">
  687. <screen x="0" y="0" width="2048" height="1112" />
  688. </state>
  689. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  690. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  691. <state width="1877" height="385" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  692. <state width="2005" height="414" key="GridCell.Tab.1.bottom/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  693. <state width="2005" height="414" key="GridCell.Tab.1.center" timestamp="1611319236653">
  694. <screen x="0" y="0" width="2048" height="1112" />
  695. </state>
  696. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  697. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  698. <state width="1877" height="385" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  699. <state width="2005" height="414" key="GridCell.Tab.1.center/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  700. <state width="2005" height="414" key="GridCell.Tab.1.left" timestamp="1611319236653">
  701. <screen x="0" y="0" width="2048" height="1112" />
  702. </state>
  703. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  704. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  705. <state width="1877" height="385" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457609" />
  706. <state width="2005" height="414" key="GridCell.Tab.1.left/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  707. <state width="2005" height="414" key="GridCell.Tab.1.right" timestamp="1611319236653">
  708. <screen x="0" y="0" width="2048" height="1112" />
  709. </state>
  710. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  711. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  712. <state width="1877" height="385" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1610538457610" />
  713. <state width="2005" height="414" key="GridCell.Tab.1.right/0.0.2048.1112@0.0.2048.1112" timestamp="1611319236653" />
  714. <state width="1877" height="385" key="GridCell.Tab.2.bottom" timestamp="1609933996568">
  715. <screen x="0" y="0" width="1920" height="1040" />
  716. </state>
  717. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  718. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  719. <state width="1877" height="385" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  720. <state width="1877" height="385" key="GridCell.Tab.2.center" timestamp="1609933996568">
  721. <screen x="0" y="0" width="1920" height="1040" />
  722. </state>
  723. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  724. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  725. <state width="1877" height="385" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  726. <state width="1877" height="385" key="GridCell.Tab.2.left" timestamp="1609933996568">
  727. <screen x="0" y="0" width="1920" height="1040" />
  728. </state>
  729. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  730. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  731. <state width="1877" height="385" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  732. <state width="1877" height="385" key="GridCell.Tab.2.right" timestamp="1609933996568">
  733. <screen x="0" y="0" width="1920" height="1040" />
  734. </state>
  735. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  736. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  737. <state width="1877" height="385" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  738. <state width="1877" height="385" key="GridCell.Tab.3.bottom" timestamp="1609933996568">
  739. <screen x="0" y="0" width="1920" height="1040" />
  740. </state>
  741. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  742. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  743. <state width="1877" height="385" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  744. <state width="1877" height="385" key="GridCell.Tab.3.center" timestamp="1609933996568">
  745. <screen x="0" y="0" width="1920" height="1040" />
  746. </state>
  747. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  748. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  749. <state width="1877" height="385" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  750. <state width="1877" height="385" key="GridCell.Tab.3.left" timestamp="1609933996568">
  751. <screen x="0" y="0" width="1920" height="1040" />
  752. </state>
  753. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  754. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  755. <state width="1877" height="385" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  756. <state width="1877" height="385" key="GridCell.Tab.3.right" timestamp="1609933996568">
  757. <screen x="0" y="0" width="1920" height="1040" />
  758. </state>
  759. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  760. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  761. <state width="1877" height="385" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1609933996568" />
  762. <state x="815" y="207" key="RiderGenerateDialog" timestamp="1611921585131">
  763. <screen x="0" y="0" width="2048" height="1112" />
  764. </state>
  765. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1610359053516" />
  766. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  767. <state x="815" y="207" key="RiderGenerateDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1611921585131" />
  768. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  769. <screen x="0" y="0" width="1440" height="860" />
  770. </state>
  771. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  772. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  773. <state x="98" y="98" width="1852" height="916" key="VCS.FileHistoryDialog" timestamp="1611752386302">
  774. <screen x="0" y="0" width="2048" height="1112" />
  775. </state>
  776. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1610365025117" />
  777. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  778. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  779. <state x="98" y="98" width="1852" height="916" key="VCS.FileHistoryDialog/0.0.2048.1112@0.0.2048.1112" timestamp="1611752386302" />
  780. <state x="589" y="269" key="Vcs.Push.Dialog.v2" timestamp="1611309563735">
  781. <screen x="0" y="0" width="2048" height="1112" />
  782. </state>
  783. <state x="414" y="208" key="Vcs.Push.Dialog.v2/0.0.1440.860@0.0.1440.860" timestamp="1610362459013" />
  784. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  785. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1610531923390" />
  786. <state x="589" y="269" key="Vcs.Push.Dialog.v2/0.0.2048.1112@0.0.2048.1112" timestamp="1611309563735" />
  787. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  788. <screen x="0" y="0" width="1440" height="860" />
  789. </state>
  790. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  791. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  792. <screen x="0" y="0" width="1440" height="900" />
  793. </state>
  794. <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" />
  795. <state x="93" y="89" width="1253" height="682" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1610375404608">
  796. <screen x="0" y="0" width="1440" height="860" />
  797. </state>
  798. <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" />
  799. <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" />
  800. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1610362264361">
  801. <screen x="0" y="0" width="1440" height="860" />
  802. </state>
  803. <state x="332" y="41" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1440.860@0.0.1440.860" timestamp="1610362264361" />
  804. <state x="841" y="469" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2" timestamp="1611916912286">
  805. <screen x="0" y="0" width="2048" height="1112" />
  806. </state>
  807. <state x="841" y="469" key="com.intellij.openapi.vcs.update.UpdateOrStatusOptionsDialogupdate-v2/0.0.2048.1112@0.0.2048.1112" timestamp="1611916912286" />
  808. <state x="400" y="103" width="1140" height="689" key="editAsTableFormatDialogDimension" timestamp="1610533263726">
  809. <screen x="0" y="0" width="1920" height="1040" />
  810. </state>
  811. <state x="300" y="85" width="1140" height="689" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1610362422263" />
  812. <state x="400" y="103" key="editAsTableFormatDialogDimension/0.0.1920.1040@0.0.1920.1040" timestamp="1610533263726" />
  813. <state x="524" y="37" width="1001" height="1037" key="find.popup" timestamp="1611921383656">
  814. <screen x="0" y="0" width="2048" height="1112" />
  815. </state>
  816. <state x="368" y="29" width="703" height="801" key="find.popup/0.0.1440.860@0.0.1440.860" timestamp="1610363676930" />
  817. <state x="491" y="35" width="938" height="969" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610533618773" />
  818. <state x="524" y="37" width="1001" height="1037" key="find.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1611921383656" />
  819. <state x="539" y="255" key="run.anything.popup" timestamp="1611924507844">
  820. <screen x="0" y="0" width="2048" height="1112" />
  821. </state>
  822. <state x="379" y="197" key="run.anything.popup/0.0.1440.860@0.0.1440.860" timestamp="1610374243030" />
  823. <state x="539" y="255" key="run.anything.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1611924507844" />
  824. <state x="665" y="241" width="717" height="725" key="search.everywhere.popup" timestamp="1611918904751">
  825. <screen x="0" y="0" width="2048" height="1112" />
  826. </state>
  827. <state x="478" y="197" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1610362007792" />
  828. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  829. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1610538285122" />
  830. <state x="665" y="241" width="717" height="725" key="search.everywhere.popup/0.0.2048.1112@0.0.2048.1112" timestamp="1611918904751" />
  831. </component>
  832. <component name="XDebuggerManager">
  833. <breakpoint-manager>
  834. <breakpoints>
  835. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  836. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  837. <line>103</line>
  838. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77" />
  839. <option name="timeStamp" value="17" />
  840. </line-breakpoint>
  841. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  842. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  843. <line>79</line>
  844. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79" />
  845. <option name="timeStamp" value="19" />
  846. </line-breakpoint>
  847. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  848. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  849. <line>23</line>
  850. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="23">
  851. <startOffsets>
  852. <option value="504" />
  853. </startOffsets>
  854. <endOffsets>
  855. <option value="543" />
  856. </endOffsets>
  857. </properties>
  858. <option name="timeStamp" value="21" />
  859. </line-breakpoint>
  860. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  861. <url>file://$PROJECT_DIR$/Assets/Scripts/Roads/StraightRoadExtras.cs</url>
  862. <line>31</line>
  863. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\Roads\StraightRoadExtras.cs" initialLine="31">
  864. <startOffsets>
  865. <option value="685" />
  866. </startOffsets>
  867. <endOffsets>
  868. <option value="724" />
  869. </endOffsets>
  870. </properties>
  871. <option name="timeStamp" value="22" />
  872. </line-breakpoint>
  873. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  874. <url>file://$PROJECT_DIR$/Assets/Scripts/SicknessReduction/Visual/DoF/DynamicDoF.cs</url>
  875. <line>50</line>
  876. <properties documentPath="C:\Users\student\Desktop\VRCyling\Assets\Scripts\SicknessReduction\Visual\DoF\DynamicDoF.cs" initialLine="20">
  877. <startOffsets>
  878. <option value="556" />
  879. </startOffsets>
  880. <endOffsets>
  881. <option value="646" />
  882. </endOffsets>
  883. </properties>
  884. <option name="timeStamp" value="23" />
  885. </line-breakpoint>
  886. </breakpoints>
  887. </breakpoint-manager>
  888. <pin-to-top-manager>
  889. <pinned-members>
  890. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  891. </pinned-members>
  892. </pin-to-top-manager>
  893. <watches-manager>
  894. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  895. <watch expression="fields" language="C#" />
  896. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  897. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  898. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  899. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  900. <watch expression="HeaderNames" language="C#" />
  901. </configuration>
  902. </watches-manager>
  903. </component>
  904. </project>