workspace.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select />
  20. </component>
  21. <component name="ChangeListManager">
  22. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="">
  23. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/codeStyles/codeStyleConfig.xml" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/encodings.xml" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/indexLayout.xml" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/modules.xml" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/projectSettingsUpdater.xml" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/vcs.xml" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/riderModule.iml" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Animation.meta" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs.meta" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/Assets/Scripts/BikeReset.cs" afterDir="false" />
  36. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  37. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  38. <change beforePath="$PROJECT_DIR$/Assets/IpAddressDisplay.cs" beforeDir="false" />
  39. <change beforePath="$PROJECT_DIR$/Assets/IpAddressDisplay.cs.meta" beforeDir="false" />
  40. <change beforePath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scenes/MainScene.unity" afterDir="false" />
  41. <change beforePath="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" afterDir="false" />
  42. <change beforePath="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" afterDir="false" />
  43. <change beforePath="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" afterDir="false" />
  44. <change beforePath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_ActionSets.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_ActionSets.cs" afterDir="false" />
  45. <change beforePath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_Actions.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR_Input/SteamVR_Input_Actions.cs" afterDir="false" />
  46. <change beforePath="$PROJECT_DIR$/Assets/SteamVR_Resources/Resources/SteamVR_Settings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/SteamVR_Resources/Resources/SteamVR_Settings.asset" afterDir="false" />
  47. <change beforePath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/actions.json" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/actions.json" afterDir="false" />
  48. <change beforePath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/bindings_vive_controller.json" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/StreamingAssets/SteamVR/bindings_vive_controller.json" afterDir="false" />
  49. <change beforePath="$PROJECT_DIR$/Packages/packages-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/Packages/packages-lock.json" afterDir="false" />
  50. <change beforePath="$PROJECT_DIR$/ProjectSettings/Physics2DSettings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/Physics2DSettings.asset" afterDir="false" />
  51. <change beforePath="$PROJECT_DIR$/ProjectSettings/ProjectVersion.txt" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/ProjectVersion.txt" afterDir="false" />
  52. <change beforePath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" beforeDir="false" afterPath="$PROJECT_DIR$/ProjectSettings/QualitySettings.asset" afterDir="false" />
  53. <change beforePath="$PROJECT_DIR$/SteamVR.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR.csproj" afterDir="false" />
  54. <change beforePath="$PROJECT_DIR$/SteamVR_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Editor.csproj" afterDir="false" />
  55. <change beforePath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Input_Editor.csproj" afterDir="false" />
  56. <change beforePath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/SteamVR_Windows_EditorHelper.csproj" afterDir="false" />
  57. <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" />
  58. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  59. <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" />
  60. </list>
  61. <option name="SHOW_DIALOG" value="false" />
  62. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  63. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  64. <option name="LAST_RESOLUTION" value="IGNORE" />
  65. </component>
  66. <component name="Git.Settings">
  67. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  68. </component>
  69. <component name="HighlightingSettingsPerFile">
  70. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  71. <setting file="file://$PROJECT_DIR$/Assets/Scripts/BikeReset.cs" root0="FORCE_HIGHLIGHTING" />
  72. </component>
  73. <component name="IdeDocumentHistory">
  74. <option name="CHANGED_PATHS">
  75. <list>
  76. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" />
  77. <option value="$PROJECT_DIR$/Assets/ColliderActivation.cs" />
  78. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" />
  79. <option value="$PROJECT_DIR$/Assets/ViveBikeController.cs" />
  80. <option value="$PROJECT_DIR$/Assets/Scripts/BikeReset.cs" />
  81. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/ViveBikeController.cs" />
  82. <option value="$PROJECT_DIR$/Assets/BikeAnimation.cs" />
  83. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" />
  84. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs" />
  85. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  86. </list>
  87. </option>
  88. </component>
  89. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  90. <component name="ProjectLevelVcsManager">
  91. <ConfirmationsSetting value="2" id="Add" />
  92. </component>
  93. <component name="ProjectViewState">
  94. <option name="hideEmptyMiddlePackages" value="true" />
  95. <option name="showLibraryContents" value="true" />
  96. </component>
  97. <component name="PropertiesComponent">
  98. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  99. <property name="Discover.Launch.Via.Unity" value="true" />
  100. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  101. <property name="WebServerToolWindowFactoryState" value="false" />
  102. <property name="vue.rearranger.settings.migration" value="true" />
  103. </component>
  104. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor">
  105. <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">
  106. <option name="allowRunningInParallel" value="false" />
  107. <option name="listenPortForConnections" value="false" />
  108. <option name="pid" />
  109. <option name="selectedOptions">
  110. <set />
  111. </option>
  112. <method v="2" />
  113. </configuration>
  114. <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">
  115. <option name="allowRunningInParallel" value="false" />
  116. <option name="listenPortForConnections" value="false" />
  117. <option name="pid" />
  118. <option name="selectedOptions">
  119. <set />
  120. </option>
  121. <method v="2" />
  122. </configuration>
  123. </component>
  124. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  125. <component name="TaskManager">
  126. <task active="true" id="Default" summary="Default task">
  127. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  128. <created>1606388694739</created>
  129. <option name="number" value="Default" />
  130. <option name="presentableId" value="Default" />
  131. <updated>1606388694739</updated>
  132. <workItem from="1606388712651" duration="10465000" />
  133. </task>
  134. <servers />
  135. </component>
  136. <component name="TypeScriptGeneratedFilesManager">
  137. <option name="version" value="3" />
  138. </component>
  139. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  140. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  141. <component name="Vcs.Log.Tabs.Properties">
  142. <option name="TAB_STATES">
  143. <map>
  144. <entry key="MAIN">
  145. <value>
  146. <State />
  147. </value>
  148. </entry>
  149. </map>
  150. </option>
  151. </component>
  152. <component name="VcsManagerConfiguration">
  153. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  154. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  155. </component>
  156. <component name="WindowStateProjectService">
  157. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1606398194772">
  158. <screen x="0" y="0" width="1920" height="1040" />
  159. </state>
  160. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1606398194772" />
  161. </component>
  162. </project>