workspace.xml 107 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="BranchesTreeState">
  4. <expand>
  5. <path>
  6. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  7. <item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  8. </path>
  9. <path>
  10. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  11. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  12. </path>
  13. <path>
  14. <item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
  15. <item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
  16. <item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
  17. </path>
  18. </expand>
  19. <select />
  20. </component>
  21. <component name="ChangeListManager">
  22. <list default="true" id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="HMD logging">
  23. <change afterPath="$PROJECT_DIR$/Assets/Plugins.meta" afterDir="false" />
  24. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx.meta" afterDir="false" />
  25. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/ReadMe.txt" afterDir="false" />
  26. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/ReadMe.txt.meta" afterDir="false" />
  27. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts.meta" afterDir="false" />
  28. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Asynchronous.meta" afterDir="false" />
  29. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Asynchronous/WebRequestExtensions.cs" afterDir="false" />
  30. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Asynchronous/WebRequestExtensions.cs.meta" afterDir="false" />
  31. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables.meta" afterDir="false" />
  32. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/BooleanDisposable.cs" afterDir="false" />
  33. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/BooleanDisposable.cs.meta" afterDir="false" />
  34. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/CancellationDisposable.cs" afterDir="false" />
  35. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/CancellationDisposable.cs.meta" afterDir="false" />
  36. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/CompositeDisposable.cs" afterDir="false" />
  37. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/CompositeDisposable.cs.meta" afterDir="false" />
  38. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/DictionaryDisposable.cs" afterDir="false" />
  39. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/DictionaryDisposable.cs.meta" afterDir="false" />
  40. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/Disposable.cs" afterDir="false" />
  41. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/Disposable.cs.meta" afterDir="false" />
  42. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/DisposableExtensions.cs" afterDir="false" />
  43. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/DisposableExtensions.cs.meta" afterDir="false" />
  44. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/ICancelable.cs" afterDir="false" />
  45. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/ICancelable.cs.meta" afterDir="false" />
  46. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/MultipleAssignmentDisposable.cs" afterDir="false" />
  47. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/MultipleAssignmentDisposable.cs.meta" afterDir="false" />
  48. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/RefCountDisposable.cs" afterDir="false" />
  49. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/RefCountDisposable.cs.meta" afterDir="false" />
  50. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/ScheduledDisposable.cs" afterDir="false" />
  51. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/ScheduledDisposable.cs.meta" afterDir="false" />
  52. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/SerialDisposable.cs" afterDir="false" />
  53. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/SerialDisposable.cs.meta" afterDir="false" />
  54. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/SingleAssignmentDisposable.cs" afterDir="false" />
  55. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/SingleAssignmentDisposable.cs.meta" afterDir="false" />
  56. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/StableCompositeDisposable.cs" afterDir="false" />
  57. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Disposables/StableCompositeDisposable.cs.meta" afterDir="false" />
  58. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/EventPattern.cs" afterDir="false" />
  59. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/EventPattern.cs.meta" afterDir="false" />
  60. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil.meta" afterDir="false" />
  61. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/AscynLock.cs" afterDir="false" />
  62. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/AscynLock.cs.meta" afterDir="false" />
  63. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/CancellableTaskCompletionSource.cs" afterDir="false" />
  64. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/CancellableTaskCompletionSource.cs.meta" afterDir="false" />
  65. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ExceptionExtensions.cs" afterDir="false" />
  66. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ExceptionExtensions.cs.meta" afterDir="false" />
  67. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ImmutableList.cs" afterDir="false" />
  68. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ImmutableList.cs.meta" afterDir="false" />
  69. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ListObserver.cs" afterDir="false" />
  70. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ListObserver.cs.meta" afterDir="false" />
  71. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/MicroCoroutine.cs" afterDir="false" />
  72. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/MicroCoroutine.cs.meta" afterDir="false" />
  73. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/PriorityQueue.cs" afterDir="false" />
  74. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/PriorityQueue.cs.meta" afterDir="false" />
  75. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/PromiseHelper.cs" afterDir="false" />
  76. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/PromiseHelper.cs.meta" afterDir="false" />
  77. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ScheduledItem.cs" afterDir="false" />
  78. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ScheduledItem.cs.meta" afterDir="false" />
  79. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs" afterDir="false" />
  80. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/ThreadSafeQueueWorker.cs.meta" afterDir="false" />
  81. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/UnityEqualityComparer.cs" afterDir="false" />
  82. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/InternalUtil/UnityEqualityComparer.cs.meta" afterDir="false" />
  83. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notification.cs" afterDir="false" />
  84. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notification.cs.meta" afterDir="false" />
  85. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers.meta" afterDir="false" />
  86. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/BooleanNotifier.cs" afterDir="false" />
  87. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/BooleanNotifier.cs.meta" afterDir="false" />
  88. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/CountNotifier.cs" afterDir="false" />
  89. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/CountNotifier.cs.meta" afterDir="false" />
  90. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/MessageBroker.cs" afterDir="false" />
  91. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/MessageBroker.cs.meta" afterDir="false" />
  92. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/ScheduledNotifier.cs" afterDir="false" />
  93. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Notifiers/ScheduledNotifier.cs.meta" afterDir="false" />
  94. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Aggregate.cs" afterDir="false" />
  95. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Aggregate.cs.meta" afterDir="false" />
  96. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Awaiter.cs" afterDir="false" />
  97. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Awaiter.cs.meta" afterDir="false" />
  98. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Binding.cs" afterDir="false" />
  99. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Binding.cs.meta" afterDir="false" />
  100. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Blocking.cs" afterDir="false" />
  101. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Blocking.cs.meta" afterDir="false" />
  102. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Concatenate.cs" afterDir="false" />
  103. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Concatenate.cs.meta" afterDir="false" />
  104. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Concurrency.cs" afterDir="false" />
  105. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Concurrency.cs.meta" afterDir="false" />
  106. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Conversions.cs" afterDir="false" />
  107. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Conversions.cs.meta" afterDir="false" />
  108. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Creation.cs" afterDir="false" />
  109. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Creation.cs.meta" afterDir="false" />
  110. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.ErrorHandling.cs" afterDir="false" />
  111. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.ErrorHandling.cs.meta" afterDir="false" />
  112. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Events.cs" afterDir="false" />
  113. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Events.cs.meta" afterDir="false" />
  114. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.FromAsync.cs" afterDir="false" />
  115. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.FromAsync.cs.meta" afterDir="false" />
  116. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Joins.cs" afterDir="false" />
  117. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Joins.cs.meta" afterDir="false" />
  118. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Paging.cs" afterDir="false" />
  119. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Paging.cs.meta" afterDir="false" />
  120. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Time.cs" afterDir="false" />
  121. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.Time.cs.meta" afterDir="false" />
  122. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.cs" afterDir="false" />
  123. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observable.cs.meta" afterDir="false" />
  124. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observer.cs" afterDir="false" />
  125. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Observer.cs.meta" afterDir="false" />
  126. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators.meta" afterDir="false" />
  127. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Aggregate.cs" afterDir="false" />
  128. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Aggregate.cs.meta" afterDir="false" />
  129. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Amb.cs" afterDir="false" />
  130. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Amb.cs.meta" afterDir="false" />
  131. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsObservable.cs" afterDir="false" />
  132. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsObservable.cs.meta" afterDir="false" />
  133. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsSingleUnitObservable.cs" afterDir="false" />
  134. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsSingleUnitObservable.cs.meta" afterDir="false" />
  135. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsUnitObservable.cs" afterDir="false" />
  136. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/AsUnitObservable.cs.meta" afterDir="false" />
  137. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Buffer.cs" afterDir="false" />
  138. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Buffer.cs.meta" afterDir="false" />
  139. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Cast.cs" afterDir="false" />
  140. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Cast.cs.meta" afterDir="false" />
  141. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Catch.cs" afterDir="false" />
  142. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Catch.cs.meta" afterDir="false" />
  143. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/CombineLatest.cs" afterDir="false" />
  144. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/CombineLatest.cs.meta" afterDir="false" />
  145. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Concat.cs" afterDir="false" />
  146. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Concat.cs.meta" afterDir="false" />
  147. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ContinueWith.cs" afterDir="false" />
  148. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ContinueWith.cs.meta" afterDir="false" />
  149. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Create.cs" afterDir="false" />
  150. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Create.cs.meta" afterDir="false" />
  151. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DefaultIfEmpty.cs" afterDir="false" />
  152. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DefaultIfEmpty.cs.meta" afterDir="false" />
  153. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Defer.cs" afterDir="false" />
  154. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Defer.cs.meta" afterDir="false" />
  155. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Delay.cs" afterDir="false" />
  156. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Delay.cs.meta" afterDir="false" />
  157. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DelaySubscription.cs" afterDir="false" />
  158. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DelaySubscription.cs.meta" afterDir="false" />
  159. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Dematerialize.cs" afterDir="false" />
  160. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Dematerialize.cs.meta" afterDir="false" />
  161. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Distinct.cs" afterDir="false" />
  162. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Distinct.cs.meta" afterDir="false" />
  163. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DistinctUntilChanged.cs" afterDir="false" />
  164. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/DistinctUntilChanged.cs.meta" afterDir="false" />
  165. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Do.cs" afterDir="false" />
  166. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Do.cs.meta" afterDir="false" />
  167. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Empty.cs" afterDir="false" />
  168. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Empty.cs.meta" afterDir="false" />
  169. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Finally.cs" afterDir="false" />
  170. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Finally.cs.meta" afterDir="false" />
  171. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/First.cs" afterDir="false" />
  172. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/First.cs.meta" afterDir="false" />
  173. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ForEachAsync.cs" afterDir="false" />
  174. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ForEachAsync.cs.meta" afterDir="false" />
  175. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/FromEvent.cs" afterDir="false" />
  176. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/FromEvent.cs.meta" afterDir="false" />
  177. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/GroupBy.cs" afterDir="false" />
  178. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/GroupBy.cs.meta" afterDir="false" />
  179. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/IgnoreElements.cs" afterDir="false" />
  180. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/IgnoreElements.cs.meta" afterDir="false" />
  181. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Last.cs" afterDir="false" />
  182. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Last.cs.meta" afterDir="false" />
  183. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Materialize.cs" afterDir="false" />
  184. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Materialize.cs.meta" afterDir="false" />
  185. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Merge.cs" afterDir="false" />
  186. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Merge.cs.meta" afterDir="false" />
  187. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Never.cs" afterDir="false" />
  188. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Never.cs.meta" afterDir="false" />
  189. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ObserveOn.cs" afterDir="false" />
  190. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ObserveOn.cs.meta" afterDir="false" />
  191. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OfType.cs" afterDir="false" />
  192. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OfType.cs.meta" afterDir="false" />
  193. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OperatorObservableBase.cs" afterDir="false" />
  194. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OperatorObservableBase.cs.meta" afterDir="false" />
  195. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OperatorObserverBase.cs" afterDir="false" />
  196. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/OperatorObserverBase.cs.meta" afterDir="false" />
  197. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/PairWise.cs" afterDir="false" />
  198. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/PairWise.cs.meta" afterDir="false" />
  199. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Range.cs" afterDir="false" />
  200. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Range.cs.meta" afterDir="false" />
  201. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/RefCount.cs" afterDir="false" />
  202. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/RefCount.cs.meta" afterDir="false" />
  203. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Repeat.cs" afterDir="false" />
  204. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Repeat.cs.meta" afterDir="false" />
  205. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/RepeatSafe.cs" afterDir="false" />
  206. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/RepeatSafe.cs.meta" afterDir="false" />
  207. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Return.cs" afterDir="false" />
  208. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Return.cs.meta" afterDir="false" />
  209. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Sample.cs" afterDir="false" />
  210. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Sample.cs.meta" afterDir="false" />
  211. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Scan.cs" afterDir="false" />
  212. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Scan.cs.meta" afterDir="false" />
  213. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Select.cs" afterDir="false" />
  214. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Select.cs.meta" afterDir="false" />
  215. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs" afterDir="false" />
  216. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SelectMany.cs.meta" afterDir="false" />
  217. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SelectWhere.cs" afterDir="false" />
  218. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SelectWhere.cs.meta" afterDir="false" />
  219. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Single.cs" afterDir="false" />
  220. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Single.cs.meta" afterDir="false" />
  221. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Skip.cs" afterDir="false" />
  222. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Skip.cs.meta" afterDir="false" />
  223. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SkipUntil.cs" afterDir="false" />
  224. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SkipUntil.cs.meta" afterDir="false" />
  225. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SkipWhile.cs" afterDir="false" />
  226. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SkipWhile.cs.meta" afterDir="false" />
  227. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Start.cs" afterDir="false" />
  228. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Start.cs.meta" afterDir="false" />
  229. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/StartWith.cs" afterDir="false" />
  230. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/StartWith.cs.meta" afterDir="false" />
  231. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SubscribeOn.cs" afterDir="false" />
  232. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SubscribeOn.cs.meta" afterDir="false" />
  233. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Switch.cs" afterDir="false" />
  234. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Switch.cs.meta" afterDir="false" />
  235. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Synchronize.cs" afterDir="false" />
  236. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Synchronize.cs.meta" afterDir="false" />
  237. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SynchronizedObserver.cs" afterDir="false" />
  238. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/SynchronizedObserver.cs.meta" afterDir="false" />
  239. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Take.cs" afterDir="false" />
  240. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Take.cs.meta" afterDir="false" />
  241. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeLast.cs" afterDir="false" />
  242. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeLast.cs.meta" afterDir="false" />
  243. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeUntil.cs" afterDir="false" />
  244. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeUntil.cs.meta" afterDir="false" />
  245. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeWhile.cs" afterDir="false" />
  246. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TakeWhile.cs.meta" afterDir="false" />
  247. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Throttle.cs" afterDir="false" />
  248. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Throttle.cs.meta" afterDir="false" />
  249. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ThrottleFirst.cs" afterDir="false" />
  250. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ThrottleFirst.cs.meta" afterDir="false" />
  251. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Throw.cs" afterDir="false" />
  252. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Throw.cs.meta" afterDir="false" />
  253. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TimeInterval.cs" afterDir="false" />
  254. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/TimeInterval.cs.meta" afterDir="false" />
  255. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timeout.cs" afterDir="false" />
  256. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timeout.cs.meta" afterDir="false" />
  257. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timer.cs" afterDir="false" />
  258. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timer.cs.meta" afterDir="false" />
  259. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timestamp.cs" afterDir="false" />
  260. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Timestamp.cs.meta" afterDir="false" />
  261. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToArray.cs" afterDir="false" />
  262. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToArray.cs.meta" afterDir="false" />
  263. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToList.cs" afterDir="false" />
  264. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToList.cs.meta" afterDir="false" />
  265. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToObservable.cs" afterDir="false" />
  266. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ToObservable.cs.meta" afterDir="false" />
  267. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Wait.cs" afterDir="false" />
  268. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Wait.cs.meta" afterDir="false" />
  269. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WhenAll.cs" afterDir="false" />
  270. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WhenAll.cs.meta" afterDir="false" />
  271. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Where.cs" afterDir="false" />
  272. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Where.cs.meta" afterDir="false" />
  273. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WhereSelect.cs" afterDir="false" />
  274. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WhereSelect.cs.meta" afterDir="false" />
  275. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WithLatestFrom.cs" afterDir="false" />
  276. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/WithLatestFrom.cs.meta" afterDir="false" />
  277. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Zip.cs" afterDir="false" />
  278. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/Zip.cs.meta" afterDir="false" />
  279. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ZipLatest.cs" afterDir="false" />
  280. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Operators/ZipLatest.cs.meta" afterDir="false" />
  281. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Pair.cs" afterDir="false" />
  282. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Pair.cs.meta" afterDir="false" />
  283. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers.meta" afterDir="false" />
  284. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/CurrentThreadScheduler.cs" afterDir="false" />
  285. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/CurrentThreadScheduler.cs.meta" afterDir="false" />
  286. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/IScheduler.cs" afterDir="false" />
  287. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/IScheduler.cs.meta" afterDir="false" />
  288. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/ImmediateScheduler.cs" afterDir="false" />
  289. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/ImmediateScheduler.cs.meta" afterDir="false" />
  290. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/Scheduler.cs" afterDir="false" />
  291. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/Scheduler.cs.meta" afterDir="false" />
  292. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/ThreadPoolScheduler.cs" afterDir="false" />
  293. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Schedulers/ThreadPoolScheduler.cs.meta" afterDir="false" />
  294. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects.meta" afterDir="false" />
  295. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/AsyncSubject.cs" afterDir="false" />
  296. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/AsyncSubject.cs.meta" afterDir="false" />
  297. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/BehaviorSubject.cs" afterDir="false" />
  298. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/BehaviorSubject.cs.meta" afterDir="false" />
  299. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ConnectableObservable.cs" afterDir="false" />
  300. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ConnectableObservable.cs.meta" afterDir="false" />
  301. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ISubject.cs" afterDir="false" />
  302. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ISubject.cs.meta" afterDir="false" />
  303. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ReplaySubject.cs" afterDir="false" />
  304. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/ReplaySubject.cs.meta" afterDir="false" />
  305. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/Subject.cs" afterDir="false" />
  306. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/Subject.cs.meta" afterDir="false" />
  307. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/SubjectExtensions.cs" afterDir="false" />
  308. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Subjects/SubjectExtensions.cs.meta" afterDir="false" />
  309. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System.meta" afterDir="false" />
  310. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IObservable.cs" afterDir="false" />
  311. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IObservable.cs.meta" afterDir="false" />
  312. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IObserver.cs" afterDir="false" />
  313. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IObserver.cs.meta" afterDir="false" />
  314. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IOptimizedObservable.cs" afterDir="false" />
  315. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IOptimizedObservable.cs.meta" afterDir="false" />
  316. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IProgress.cs" afterDir="false" />
  317. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/IProgress.cs.meta" afterDir="false" />
  318. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/Tuple.cs" afterDir="false" />
  319. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/Tuple.cs.meta" afterDir="false" />
  320. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/Unit.cs" afterDir="false" />
  321. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/System/Unit.cs.meta" afterDir="false" />
  322. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Tasks.meta" afterDir="false" />
  323. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Tasks/TaskObservableExtensions.cs" afterDir="false" />
  324. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Tasks/TaskObservableExtensions.cs.meta" afterDir="false" />
  325. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/TimeInterval.cs" afterDir="false" />
  326. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/TimeInterval.cs.meta" afterDir="false" />
  327. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Timestamped.cs" afterDir="false" />
  328. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/Timestamped.cs.meta" afterDir="false" />
  329. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UniRx.asmdef" afterDir="false" />
  330. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UniRx.asmdef.meta" afterDir="false" />
  331. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge.meta" afterDir="false" />
  332. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/AsyncOperationExtensions.cs" afterDir="false" />
  333. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/AsyncOperationExtensions.cs.meta" afterDir="false" />
  334. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/CancellationToken.cs" afterDir="false" />
  335. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/CancellationToken.cs.meta" afterDir="false" />
  336. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/CoroutineAsyncBridge.cs" afterDir="false" />
  337. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/CoroutineAsyncBridge.cs.meta" afterDir="false" />
  338. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics.meta" afterDir="false" />
  339. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/LogEntry.cs" afterDir="false" />
  340. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/LogEntry.cs.meta" afterDir="false" />
  341. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/LogEntryExtensions.cs" afterDir="false" />
  342. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/LogEntryExtensions.cs.meta" afterDir="false" />
  343. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/Logger.cs" afterDir="false" />
  344. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/Logger.cs.meta" afterDir="false" />
  345. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableDebugExtensions.cs" afterDir="false" />
  346. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableDebugExtensions.cs.meta" afterDir="false" />
  347. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableLogger.cs" afterDir="false" />
  348. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/ObservableLogger.cs.meta" afterDir="false" />
  349. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/UnityDebugSink.cs" afterDir="false" />
  350. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Diagnostics/UnityDebugSink.cs.meta" afterDir="false" />
  351. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/FrameInterval.cs" afterDir="false" />
  352. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/FrameInterval.cs.meta" afterDir="false" />
  353. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectableReactiveProperty.cs" afterDir="false" />
  354. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectableReactiveProperty.cs.meta" afterDir="false" />
  355. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectorDisplayDrawer.cs" afterDir="false" />
  356. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/InspectorDisplayDrawer.cs.meta" afterDir="false" />
  357. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/LifetimeDisposableExtensions.cs" afterDir="false" />
  358. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/LifetimeDisposableExtensions.cs.meta" afterDir="false" />
  359. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs" afterDir="false" />
  360. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadDispatcher.cs.meta" afterDir="false" />
  361. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadScheduler.cs" afterDir="false" />
  362. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/MainThreadScheduler.cs.meta" afterDir="false" />
  363. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs" afterDir="false" />
  364. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Observable.Unity.cs.meta" afterDir="false" />
  365. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObservableWWW.cs" afterDir="false" />
  366. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObservableWWW.cs.meta" afterDir="false" />
  367. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObserveExtensions.cs" afterDir="false" />
  368. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ObserveExtensions.cs.meta" afterDir="false" />
  369. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators.meta" afterDir="false" />
  370. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/BatchFrame.cs" afterDir="false" />
  371. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/BatchFrame.cs.meta" afterDir="false" />
  372. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/DelayFrame.cs" afterDir="false" />
  373. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/DelayFrame.cs.meta" afterDir="false" />
  374. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/DelayFrameSubscription.cs" afterDir="false" />
  375. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/DelayFrameSubscription.cs.meta" afterDir="false" />
  376. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameInterval.cs" afterDir="false" />
  377. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameInterval.cs.meta" afterDir="false" />
  378. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameTimeInterval.cs" afterDir="false" />
  379. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FrameTimeInterval.cs.meta" afterDir="false" />
  380. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs" afterDir="false" />
  381. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/FromCoroutine.cs.meta" afterDir="false" />
  382. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/RepeatUntil.cs" afterDir="false" />
  383. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/RepeatUntil.cs.meta" afterDir="false" />
  384. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/SampleFrame.cs" afterDir="false" />
  385. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/SampleFrame.cs.meta" afterDir="false" />
  386. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/SubscribeOnMainThread.cs" afterDir="false" />
  387. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/SubscribeOnMainThread.cs.meta" afterDir="false" />
  388. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/ThrottleFirstFrame.cs" afterDir="false" />
  389. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/ThrottleFirstFrame.cs.meta" afterDir="false" />
  390. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/ThrottleFrame.cs" afterDir="false" />
  391. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/ThrottleFrame.cs.meta" afterDir="false" />
  392. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/TimeoutFrame.cs" afterDir="false" />
  393. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Operators/TimeoutFrame.cs.meta" afterDir="false" />
  394. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCollection.cs" afterDir="false" />
  395. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCollection.cs.meta" afterDir="false" />
  396. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCommand.cs" afterDir="false" />
  397. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveCommand.cs.meta" afterDir="false" />
  398. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveDictionary.cs" afterDir="false" />
  399. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveDictionary.cs.meta" afterDir="false" />
  400. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveProperty.cs" afterDir="false" />
  401. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ReactiveProperty.cs.meta" afterDir="false" />
  402. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ScenePlaybackDetector.cs" afterDir="false" />
  403. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/ScenePlaybackDetector.cs.meta" afterDir="false" />
  404. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Toolkit.meta" afterDir="false" />
  405. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Toolkit/ObjectPool.cs" afterDir="false" />
  406. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Toolkit/ObjectPool.cs.meta" afterDir="false" />
  407. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers.meta" afterDir="false" />
  408. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableAnimatorTrigger.cs" afterDir="false" />
  409. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableAnimatorTrigger.cs.meta" afterDir="false" />
  410. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableBeginDragTrigger.cs" afterDir="false" />
  411. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableBeginDragTrigger.cs.meta" afterDir="false" />
  412. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCancelTrigger.cs" afterDir="false" />
  413. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCancelTrigger.cs.meta" afterDir="false" />
  414. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCanvasGroupChangedTrigger.cs" afterDir="false" />
  415. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCanvasGroupChangedTrigger.cs.meta" afterDir="false" />
  416. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCollision2DTrigger.cs" afterDir="false" />
  417. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCollision2DTrigger.cs.meta" afterDir="false" />
  418. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCollisionTrigger.cs" afterDir="false" />
  419. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableCollisionTrigger.cs.meta" afterDir="false" />
  420. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDeselectTrigger.cs" afterDir="false" />
  421. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDeselectTrigger.cs.meta" afterDir="false" />
  422. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDestroyTrigger.cs" afterDir="false" />
  423. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDestroyTrigger.cs.meta" afterDir="false" />
  424. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDragTrigger.cs" afterDir="false" />
  425. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDragTrigger.cs.meta" afterDir="false" />
  426. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDropTrigger.cs" afterDir="false" />
  427. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableDropTrigger.cs.meta" afterDir="false" />
  428. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEnableTrigger.cs" afterDir="false" />
  429. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEnableTrigger.cs.meta" afterDir="false" />
  430. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEndDragTrigger.cs" afterDir="false" />
  431. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEndDragTrigger.cs.meta" afterDir="false" />
  432. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEventTrigger.cs" afterDir="false" />
  433. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableEventTrigger.cs.meta" afterDir="false" />
  434. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableFixedUpdateTrigger.cs" afterDir="false" />
  435. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableFixedUpdateTrigger.cs.meta" afterDir="false" />
  436. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableInitializePotentialDragTrigger.cs" afterDir="false" />
  437. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableInitializePotentialDragTrigger.cs.meta" afterDir="false" />
  438. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableJointTrigger.cs" afterDir="false" />
  439. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableJointTrigger.cs.meta" afterDir="false" />
  440. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableLateUpdateTrigger.cs" afterDir="false" />
  441. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableLateUpdateTrigger.cs.meta" afterDir="false" />
  442. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableMouseTrigger.cs" afterDir="false" />
  443. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableMouseTrigger.cs.meta" afterDir="false" />
  444. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableMoveTrigger.cs" afterDir="false" />
  445. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableMoveTrigger.cs.meta" afterDir="false" />
  446. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableParticleTrigger.cs" afterDir="false" />
  447. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableParticleTrigger.cs.meta" afterDir="false" />
  448. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerClickTrigger.cs" afterDir="false" />
  449. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerClickTrigger.cs.meta" afterDir="false" />
  450. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerDownTrigger.cs" afterDir="false" />
  451. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerDownTrigger.cs.meta" afterDir="false" />
  452. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerEnterTrigger.cs" afterDir="false" />
  453. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerEnterTrigger.cs.meta" afterDir="false" />
  454. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerExitTrigger.cs" afterDir="false" />
  455. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerExitTrigger.cs.meta" afterDir="false" />
  456. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerUpTrigger.cs" afterDir="false" />
  457. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservablePointerUpTrigger.cs.meta" afterDir="false" />
  458. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableRectTransformTrigger.cs" afterDir="false" />
  459. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableRectTransformTrigger.cs.meta" afterDir="false" />
  460. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableScrollTrigger.cs" afterDir="false" />
  461. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableScrollTrigger.cs.meta" afterDir="false" />
  462. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableSelectTrigger.cs" afterDir="false" />
  463. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableSelectTrigger.cs.meta" afterDir="false" />
  464. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableStateMachineTrigger.cs" afterDir="false" />
  465. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableStateMachineTrigger.cs.meta" afterDir="false" />
  466. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableSubmitTrigger.cs" afterDir="false" />
  467. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableSubmitTrigger.cs.meta" afterDir="false" />
  468. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTransformChangedTrigger.cs" afterDir="false" />
  469. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTransformChangedTrigger.cs.meta" afterDir="false" />
  470. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTrigger2DTrigger.cs" afterDir="false" />
  471. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTrigger2DTrigger.cs.meta" afterDir="false" />
  472. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerBase.cs" afterDir="false" />
  473. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerBase.cs.meta" afterDir="false" />
  474. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.Component.cs" afterDir="false" />
  475. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.Component.cs.meta" afterDir="false" />
  476. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.cs" afterDir="false" />
  477. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerExtensions.cs.meta" afterDir="false" />
  478. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerTrigger.cs" afterDir="false" />
  479. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableTriggerTrigger.cs.meta" afterDir="false" />
  480. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableUpdateSelectedTrigger.cs" afterDir="false" />
  481. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableUpdateSelectedTrigger.cs.meta" afterDir="false" />
  482. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableUpdateTrigger.cs" afterDir="false" />
  483. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableUpdateTrigger.cs.meta" afterDir="false" />
  484. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableVisibleTrigger.cs" afterDir="false" />
  485. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/Triggers/ObservableVisibleTrigger.cs.meta" afterDir="false" />
  486. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityEventExtensions.cs" afterDir="false" />
  487. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityEventExtensions.cs.meta" afterDir="false" />
  488. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityGraphicExtensions.cs" afterDir="false" />
  489. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityGraphicExtensions.cs.meta" afterDir="false" />
  490. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityUIComponentExtensions.cs" afterDir="false" />
  491. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/UnityUIComponentExtensions.cs.meta" afterDir="false" />
  492. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/YieldInstructionCache.cs" afterDir="false" />
  493. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityEngineBridge/YieldInstructionCache.cs.meta" afterDir="false" />
  494. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge.meta" afterDir="false" />
  495. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/Thread.cs" afterDir="false" />
  496. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/Thread.cs.meta" afterDir="false" />
  497. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/ThreadPoolScheduler_UnityWinRT.cs" afterDir="false" />
  498. <change afterPath="$PROJECT_DIR$/Assets/Plugins/UniRx/Scripts/UnityWinRTBridge/ThreadPoolScheduler_UnityWinRT.cs.meta" afterDir="false" />
  499. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" afterDir="false" />
  500. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs.meta" afterDir="false" />
  501. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" afterDir="false" />
  502. <change afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs.meta" afterDir="false" />
  503. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/.signature.p7s" afterDir="false" />
  504. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/LICENSE.TXT" afterDir="false" />
  505. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/System.Runtime.CompilerServices.Unsafe.4.5.3.nupkg" afterDir="false" />
  506. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/THIRD-PARTY-NOTICES.TXT" afterDir="false" />
  507. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  508. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/net461/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  509. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  510. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  511. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  512. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  513. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  514. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  515. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  516. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/net461/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  517. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  518. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  519. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" afterDir="false" />
  520. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml" afterDir="false" />
  521. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/useSharedDesignerContext.txt" afterDir="false" />
  522. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.CompilerServices.Unsafe.4.5.3/version.txt" afterDir="false" />
  523. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/.signature.p7s" afterDir="false" />
  524. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/System.Runtime.InteropServices.WindowsRuntime.4.3.0.nupkg" afterDir="false" />
  525. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ThirdPartyNotices.txt" afterDir="false" />
  526. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/dotnet_library_license.txt" afterDir="false" />
  527. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/MonoAndroid10/_._" afterDir="false" />
  528. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/MonoTouch10/_._" afterDir="false" />
  529. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/net45/_._" afterDir="false" />
  530. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll" afterDir="false" />
  531. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/netstandard1.3/System.Runtime.InteropServices.WindowsRuntime.dll" afterDir="false" />
  532. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/portable-net45+win8+wp8+wpa81/_._" afterDir="false" />
  533. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/win8/_._" afterDir="false" />
  534. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/wp80/_._" afterDir="false" />
  535. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/wpa81/_._" afterDir="false" />
  536. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/xamarinios1/_._" afterDir="false" />
  537. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/xamarinios10/_._" afterDir="false" />
  538. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/xamarinmac20/_._" afterDir="false" />
  539. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/xamarintvos10/_._" afterDir="false" />
  540. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/lib/xamarinwatchos10/_._" afterDir="false" />
  541. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/MonoAndroid10/_._" afterDir="false" />
  542. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/MonoTouch10/_._" afterDir="false" />
  543. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/net45/_._" afterDir="false" />
  544. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll" afterDir="false" />
  545. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  546. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/de/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  547. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/es/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  548. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/fr/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  549. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/it/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  550. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/ja/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  551. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/ko/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  552. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/ru/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  553. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  554. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netcore50/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  555. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.dll" afterDir="false" />
  556. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  557. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/de/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  558. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/es/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  559. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/fr/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  560. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/it/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  561. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/ja/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  562. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/ko/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  563. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/ru/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  564. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/zh-hans/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  565. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/netstandard1.0/zh-hant/System.Runtime.InteropServices.WindowsRuntime.xml" afterDir="false" />
  566. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/portable-net45+win8+wp8+wpa81/_._" afterDir="false" />
  567. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/win8/_._" afterDir="false" />
  568. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/wp80/_._" afterDir="false" />
  569. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/wpa81/_._" afterDir="false" />
  570. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/xamarinios10/_._" afterDir="false" />
  571. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/xamarinmac20/_._" afterDir="false" />
  572. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/xamarintvos10/_._" afterDir="false" />
  573. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/ref/xamarinwatchos10/_._" afterDir="false" />
  574. <change afterPath="$PROJECT_DIR$/Packages/System.Runtime.InteropServices.WindowsRuntime.4.3.0/runtimes/aot/lib/netcore50/System.Runtime.InteropServices.WindowsRuntime.dll" afterDir="false" />
  575. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/.signature.p7s" afterDir="false" />
  576. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/LICENSE.TXT" afterDir="false" />
  577. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/System.Threading.Tasks.Extensions.4.5.4.nupkg" afterDir="false" />
  578. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/THIRD-PARTY-NOTICES.TXT" afterDir="false" />
  579. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/MonoAndroid10/_._" afterDir="false" />
  580. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/MonoTouch10/_._" afterDir="false" />
  581. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.dll" afterDir="false" />
  582. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/net461/System.Threading.Tasks.Extensions.xml" afterDir="false" />
  583. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/netcoreapp2.1/_._" afterDir="false" />
  584. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.dll" afterDir="false" />
  585. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard1.0/System.Threading.Tasks.Extensions.xml" afterDir="false" />
  586. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.dll" afterDir="false" />
  587. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/netstandard2.0/System.Threading.Tasks.Extensions.xml" afterDir="false" />
  588. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll" afterDir="false" />
  589. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml" afterDir="false" />
  590. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinios10/_._" afterDir="false" />
  591. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinmac20/_._" afterDir="false" />
  592. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarintvos10/_._" afterDir="false" />
  593. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/lib/xamarinwatchos10/_._" afterDir="false" />
  594. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/MonoAndroid10/_._" afterDir="false" />
  595. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/MonoTouch10/_._" afterDir="false" />
  596. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/netcoreapp2.1/_._" afterDir="false" />
  597. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinios10/_._" afterDir="false" />
  598. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinmac20/_._" afterDir="false" />
  599. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarintvos10/_._" afterDir="false" />
  600. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/ref/xamarinwatchos10/_._" afterDir="false" />
  601. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/useSharedDesignerContext.txt" afterDir="false" />
  602. <change afterPath="$PROJECT_DIR$/Packages/System.Threading.Tasks.Extensions.4.5.4/version.txt" afterDir="false" />
  603. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/contentModel.xml" afterDir="false" />
  604. <change beforePath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/.idea.VRCyling/.idea/workspace.xml" afterDir="false" />
  605. <change beforePath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp-Editor.csproj" afterDir="false" />
  606. <change beforePath="$PROJECT_DIR$/Assembly-CSharp.csproj" beforeDir="false" afterPath="$PROJECT_DIR$/Assembly-CSharp.csproj" afterDir="false" />
  607. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" afterDir="false" />
  608. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" afterDir="false" />
  609. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" afterDir="false" />
  610. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs.meta" afterDir="false" />
  611. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" afterDir="false" />
  612. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" afterDir="false" />
  613. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" afterDir="false" />
  614. <change beforePath="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" afterDir="false" />
  615. <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" />
  616. <change beforePath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" beforeDir="false" afterPath="$PROJECT_DIR$/obj/Debug/Assembly-CSharp.csprojAssemblyReference.cache" afterDir="false" />
  617. <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" />
  618. </list>
  619. <option name="SHOW_DIALOG" value="false" />
  620. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  621. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  622. <option name="LAST_RESOLUTION" value="IGNORE" />
  623. </component>
  624. <component name="Git.Settings">
  625. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
  626. </component>
  627. <component name="HighlightingSettingsPerFile">
  628. <setting file="mock:///Dummy.cs" root0="SKIP_HIGHLIGHTING" />
  629. <setting file="mock://C:/Users/marce/Unity Projects/VRCyling/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" root0="SKIP_HIGHLIGHTING" />
  630. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/Utilities/PrimitiveValue.cs" root0="SKIP_HIGHLIGHTING" />
  631. <setting file="mock://C:/Users/marce/Unity Projects/VRCyling/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" root0="SKIP_HIGHLIGHTING" />
  632. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/9577AC7A-62EF-4317-9789-031239BA8798/f4/58c7cb9b/ExceptionDispatchInfo.cs" root0="SKIP_HIGHLIGHTING" />
  633. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/3AD0CC86-8BE6-42AC-8D0C-22906BB12DDB/2/Observable.Extensions.cs" root0="SKIP_HIGHLIGHTING" />
  634. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/DecompilerCache/decompiler/D6D3AC03-BF86-4882-89C2-EBF3A45CE0A1/f1/98d7e3b9/IObservable`1.cs" root0="SKIP_HIGHLIGHTING" />
  635. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" root0="FORCE_HIGHLIGHTING" />
  636. <setting file="mock://C:/Users/marce/Unity Projects/VRCyling/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" root0="SKIP_HIGHLIGHTING" />
  637. <setting file="file://$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" root0="FORCE_HIGHLIGHTING" />
  638. <setting file="file://$PROJECT_DIR$/Library/PackageCache/com.unity.inputsystem@1.0.1/InputSystem/InputManager.cs" root0="SKIP_HIGHLIGHTING" />
  639. <setting file="file://$APPLICATION_CONFIG_DIR$/resharper-host/SourcesCache/3AD0CC86-8BE6-42AC-8D0C-22906BB12DDB/36/BehaviorSubject.cs" root0="SKIP_HIGHLIGHTING" />
  640. </component>
  641. <component name="IdeDocumentHistory">
  642. <option name="CHANGED_PATHS">
  643. <list>
  644. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/ViveBikeController.cs" />
  645. <option value="$PROJECT_DIR$/Assets/BikeAnimation.cs" />
  646. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/BicycleController.cs" />
  647. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/Rotatable.cs" />
  648. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/ResetPositionViaValveSDk.cs" />
  649. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/MovePlayerPosition.cs" />
  650. <option value="$PROJECT_DIR$/Assets/Scripts/ResetPlayerPosition/PersistatePlayerPosition.cs" />
  651. <option value="$PROJECT_DIR$/Assets/Scripts/BicyleController/SensorBikeController.cs" />
  652. <option value="$PROJECT_DIR$/Assets/FrontWheelTracker.cs" />
  653. <option value="$PROJECT_DIR$/Assets/ViveDebugData.cs" />
  654. <option value="$PROJECT_DIR$/Assets/Scripts/Animation/BikeAnimation.cs" />
  655. <option value="$PROJECT_DIR$/Assets/SeatpostTracker.cs" />
  656. <option value="$PROJECT_DIR$/Assets/Scripts/Helpers.cs" />
  657. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/SeatpostTracker.cs" />
  658. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/ForkTracker.cs" />
  659. <option value="$PROJECT_DIR$/Assets/Editor/ForkTrackerEditor.cs" />
  660. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibrateableTracker.cs" />
  661. <option value="$PROJECT_DIR$/Assets/Editor/FrontWheelTrackerEditor.cs" />
  662. <option value="$PROJECT_DIR$/Assets/Editor/KineticLegTrackerEditor.cs" />
  663. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/KineticLegTracker.cs" />
  664. <option value="$PROJECT_DIR$/Assets/Editor/CalibratableTrackerEditor.cs" />
  665. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/FrontWheelTracker.cs" />
  666. <option value="$PROJECT_DIR$/Assets/Scripts/Display/ViveTrackerDebugDisplay.cs" />
  667. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/IBicycleController.cs" />
  668. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/Bicycle/RbBicycleController.cs" />
  669. <option value="$PROJECT_DIR$/Assets/Plotting/PlotFileWriter.cs" />
  670. <option value="$PROJECT_DIR$/Assets/Plotting/AsyncLogFileWriter.cs" />
  671. <option value="$PROJECT_DIR$/Assets/Scripts/Plotting/DebugPlot.cs" />
  672. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogSensorData.cs" />
  673. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/LogData.cs" />
  674. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeSensorDataLogger.cs" />
  675. <option value="$PROJECT_DIR$/Assets/Scripts/GameManager.cs" />
  676. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logable.cs" />
  677. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/AsyncLogFileWriter.cs" />
  678. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/FileLogger.cs" />
  679. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/Logging.cs" />
  680. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/BikeGameObjectDataLogger.cs" />
  681. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/SensorDataLogger.cs" />
  682. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/ViveSensorDataLogger.cs" />
  683. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarSensorDataLogger.cs" />
  684. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/EcgDataLogger.cs" />
  685. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/TimeSync.cs" />
  686. <option value="$PROJECT_DIR$/Assets/Scripts/Display/BikeDataDisplay.cs" />
  687. <option value="$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs" />
  688. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/UdpConnection.cs" />
  689. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs" />
  690. <option value="$PROJECT_DIR$/Assets/Scripts/Tracking/CalibratableTracker.cs" />
  691. <option value="$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs" />
  692. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs" />
  693. <option value="$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs" />
  694. <option value="$PROJECT_DIR$/Assets/Logs/2020-12-22_124122/log_polar_ecg_data.tsv" />
  695. </list>
  696. </option>
  697. </component>
  698. <component name="ProjectId" id="1kpDZJC6knaYGQzZ8UQRrDNzseV" />
  699. <component name="ProjectLevelVcsManager">
  700. <ConfirmationsSetting value="2" id="Add" />
  701. </component>
  702. <component name="ProjectViewState">
  703. <option name="hideEmptyMiddlePackages" value="true" />
  704. <option name="showLibraryContents" value="true" />
  705. </component>
  706. <component name="PropertiesComponent">
  707. <property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
  708. <property name="DebuggerViewTab_PTCS_FirstProportionKey" value="0.20629115" />
  709. <property name="DebuggerViewTab_PTCS_LastProportionKey" value="0.29919532" />
  710. <property name="Discover.Launch.Via.Unity" value="true" />
  711. <property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
  712. <property name="WebServerToolWindowFactoryState" value="false" />
  713. <property name="XThreadsFramesViewSplitterKey" value="0.37366548" />
  714. <property name="nodejs_package_manager_path" value="npm" />
  715. <property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
  716. <property name="vue.rearranger.settings.migration" value="true" />
  717. </component>
  718. <component name="RunManager" selected="Attach to Unity Editor.Attach to Unity Editor &amp; Play">
  719. <configuration name="Attach to Unity Editor &amp; Play" type="UNITY_DEBUG_RUN_CONFIGURATION" factoryName="UNITY_ATTACH_AND_PLAY" show_console_on_std_err="false" show_console_on_std_out="false" port="50000" address="localhost" ignored-value-for-modified-check="12160">
  720. <option name="allowRunningInParallel" value="false" />
  721. <option name="listenPortForConnections" value="false" />
  722. <option name="pid" value="12160" />
  723. <option name="selectedOptions">
  724. <set />
  725. </option>
  726. <method v="2" />
  727. </configuration>
  728. <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">
  729. <option name="allowRunningInParallel" value="false" />
  730. <option name="listenPortForConnections" value="false" />
  731. <option name="pid" />
  732. <option name="selectedOptions">
  733. <set />
  734. </option>
  735. <method v="2" />
  736. </configuration>
  737. </component>
  738. <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" CustomDictionaries="0" DefaultDictionary="application-level" UseSingleDictionary="true" transferred="true" />
  739. <component name="TaskManager">
  740. <task active="true" id="Default" summary="Default task">
  741. <changelist id="ae9d46da-fd77-45ea-9287-d8d155f44bcf" name="Default Changelist" comment="" />
  742. <created>1606388694739</created>
  743. <option name="number" value="Default" />
  744. <option name="presentableId" value="Default" />
  745. <updated>1606388694739</updated>
  746. <workItem from="1606388712651" duration="10566000" />
  747. <workItem from="1607346787506" duration="4055000" />
  748. <workItem from="1607418056368" duration="4074000" />
  749. <workItem from="1607588039382" duration="5023000" />
  750. <workItem from="1608111814180" duration="1242000" />
  751. <workItem from="1608191738071" duration="10660000" />
  752. <workItem from="1608556964379" duration="14561000" />
  753. <workItem from="1608626823380" duration="6475000" />
  754. <workItem from="1608633384360" duration="3597000" />
  755. </task>
  756. <task id="LOCAL-00001" summary="VR Stuff, Bicycle Animations">
  757. <created>1606399745852</created>
  758. <option name="number" value="00001" />
  759. <option name="presentableId" value="LOCAL-00001" />
  760. <option name="project" value="LOCAL" />
  761. <updated>1606399745852</updated>
  762. </task>
  763. <task id="LOCAL-00002" summary="persistate player position and vr bike data display">
  764. <created>1607347764330</created>
  765. <option name="number" value="00002" />
  766. <option name="presentableId" value="LOCAL-00002" />
  767. <option name="project" value="LOCAL" />
  768. <updated>1607347764330</updated>
  769. </task>
  770. <task id="LOCAL-00003" summary="Primitive steering with Vive Tracker">
  771. <created>1607352302170</created>
  772. <option name="number" value="00003" />
  773. <option name="presentableId" value="LOCAL-00003" />
  774. <option name="project" value="LOCAL" />
  775. <updated>1607352302170</updated>
  776. </task>
  777. <task id="LOCAL-00004" summary="Vive Tracker Adjustments">
  778. <created>1607420956941</created>
  779. <option name="number" value="00004" />
  780. <option name="presentableId" value="LOCAL-00004" />
  781. <option name="project" value="LOCAL" />
  782. <updated>1607420956941</updated>
  783. </task>
  784. <task id="LOCAL-00005" summary="Test Vive Tracker on back">
  785. <created>1607425561838</created>
  786. <option name="number" value="00005" />
  787. <option name="presentableId" value="LOCAL-00005" />
  788. <option name="project" value="LOCAL" />
  789. <updated>1607425561838</updated>
  790. </task>
  791. <task id="LOCAL-00006" summary="Test Vive Tracker on back">
  792. <created>1607425594752</created>
  793. <option name="number" value="00006" />
  794. <option name="presentableId" value="LOCAL-00006" />
  795. <option name="project" value="LOCAL" />
  796. <updated>1607425594752</updated>
  797. </task>
  798. <task id="LOCAL-00007" summary="Proper steering calculation">
  799. <created>1607593418906</created>
  800. <option name="number" value="00007" />
  801. <option name="presentableId" value="LOCAL-00007" />
  802. <option name="project" value="LOCAL" />
  803. <updated>1607593418906</updated>
  804. </task>
  805. <task id="LOCAL-00008" summary="HMD logging">
  806. <created>1608628621383</created>
  807. <option name="number" value="00008" />
  808. <option name="presentableId" value="LOCAL-00008" />
  809. <option name="project" value="LOCAL" />
  810. <updated>1608628621383</updated>
  811. </task>
  812. <option name="localTasksCounter" value="9" />
  813. <servers />
  814. </component>
  815. <component name="TypeScriptGeneratedFilesManager">
  816. <option name="version" value="3" />
  817. </component>
  818. <component name="UnityProjectConfiguration" hasMinimizedUI="true" />
  819. <component name="UnityUnitTestConfiguration" currentTestLauncher="EditMode" />
  820. <component name="Vcs.Log.Tabs.Properties">
  821. <option name="TAB_STATES">
  822. <map>
  823. <entry key="MAIN">
  824. <value>
  825. <State />
  826. </value>
  827. </entry>
  828. </map>
  829. </option>
  830. <option name="oldMeFiltersMigrated" value="true" />
  831. </component>
  832. <component name="VcsManagerConfiguration">
  833. <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
  834. <option name="CLEAR_INITIAL_COMMIT_MESSAGE" value="true" />
  835. <MESSAGE value="VR Stuff, Bicycle Animations" />
  836. <MESSAGE value="persistate player position and vr bike data display" />
  837. <MESSAGE value="Primitive steering with Vive Tracker" />
  838. <MESSAGE value="Vive Tracker Adjustments" />
  839. <MESSAGE value="Test Vive Tracker on back" />
  840. <MESSAGE value="Proper steering calculation" />
  841. <MESSAGE value="HMD logging" />
  842. <option name="LAST_COMMIT_MESSAGE" value="HMD logging" />
  843. </component>
  844. <component name="WindowStateProjectService">
  845. <state x="188" y="243" key="#xdebugger.evaluate" timestamp="1608637186447">
  846. <screen x="0" y="0" width="1440" height="900" />
  847. </state>
  848. <state x="476" y="134" key="#xdebugger.evaluate/0.0.1440.860@0.0.1440.860" timestamp="1608570995081" />
  849. <state x="188" y="243" key="#xdebugger.evaluate/0.0.1440.900@0.0.1440.900" timestamp="1608637186447" />
  850. <state width="478" height="402" key="DebuggerActiveHint" timestamp="1608636244835">
  851. <screen x="0" y="0" width="1440" height="900" />
  852. </state>
  853. <state width="478" height="402" key="DebuggerActiveHint/0.0.1440.900@0.0.1440.900" timestamp="1608636244835" />
  854. <state width="463" height="464" key="DebuggerActiveHint/0.0.1920.1040@0.0.1920.1040" timestamp="1608205291466" />
  855. <state width="1398" height="320" key="GridCell.Tab.0.bottom" timestamp="1608637304836">
  856. <screen x="0" y="0" width="1440" height="900" />
  857. </state>
  858. <state width="1398" height="278" key="GridCell.Tab.0.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  859. <state width="1398" height="320" key="GridCell.Tab.0.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  860. <state width="1877" height="314" key="GridCell.Tab.0.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  861. <state width="1398" height="320" key="GridCell.Tab.0.center" timestamp="1608637304836">
  862. <screen x="0" y="0" width="1440" height="900" />
  863. </state>
  864. <state width="1398" height="278" key="GridCell.Tab.0.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  865. <state width="1398" height="320" key="GridCell.Tab.0.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  866. <state width="1877" height="314" key="GridCell.Tab.0.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  867. <state width="1398" height="320" key="GridCell.Tab.0.left" timestamp="1608637304835">
  868. <screen x="0" y="0" width="1440" height="900" />
  869. </state>
  870. <state width="1398" height="278" key="GridCell.Tab.0.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659056" />
  871. <state width="1398" height="320" key="GridCell.Tab.0.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304835" />
  872. <state width="1877" height="314" key="GridCell.Tab.0.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  873. <state width="1398" height="320" key="GridCell.Tab.0.right" timestamp="1608637304836">
  874. <screen x="0" y="0" width="1440" height="900" />
  875. </state>
  876. <state width="1398" height="278" key="GridCell.Tab.0.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  877. <state width="1398" height="320" key="GridCell.Tab.0.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  878. <state width="1877" height="314" key="GridCell.Tab.0.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205442014" />
  879. <state width="1398" height="320" key="GridCell.Tab.1.bottom" timestamp="1608637304837">
  880. <screen x="0" y="0" width="1440" height="900" />
  881. </state>
  882. <state width="1398" height="278" key="GridCell.Tab.1.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  883. <state width="1398" height="320" key="GridCell.Tab.1.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  884. <state width="1877" height="314" key="GridCell.Tab.1.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  885. <state width="1398" height="320" key="GridCell.Tab.1.center" timestamp="1608637304837">
  886. <screen x="0" y="0" width="1440" height="900" />
  887. </state>
  888. <state width="1398" height="278" key="GridCell.Tab.1.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  889. <state width="1398" height="320" key="GridCell.Tab.1.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  890. <state width="1877" height="314" key="GridCell.Tab.1.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  891. <state width="1398" height="320" key="GridCell.Tab.1.left" timestamp="1608637304836">
  892. <screen x="0" y="0" width="1440" height="900" />
  893. </state>
  894. <state width="1398" height="278" key="GridCell.Tab.1.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659057" />
  895. <state width="1398" height="320" key="GridCell.Tab.1.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304836" />
  896. <state width="1877" height="314" key="GridCell.Tab.1.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  897. <state width="1398" height="320" key="GridCell.Tab.1.right" timestamp="1608637304837">
  898. <screen x="0" y="0" width="1440" height="900" />
  899. </state>
  900. <state width="1398" height="278" key="GridCell.Tab.1.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  901. <state width="1398" height="320" key="GridCell.Tab.1.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  902. <state width="1877" height="314" key="GridCell.Tab.1.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205448906" />
  903. <state width="1398" height="320" key="GridCell.Tab.2.bottom" timestamp="1608637304839">
  904. <screen x="0" y="0" width="1440" height="900" />
  905. </state>
  906. <state width="1398" height="278" key="GridCell.Tab.2.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  907. <state width="1398" height="320" key="GridCell.Tab.2.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  908. <state width="1877" height="314" key="GridCell.Tab.2.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  909. <state width="1398" height="320" key="GridCell.Tab.2.center" timestamp="1608637304838">
  910. <screen x="0" y="0" width="1440" height="900" />
  911. </state>
  912. <state width="1398" height="278" key="GridCell.Tab.2.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  913. <state width="1398" height="320" key="GridCell.Tab.2.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  914. <state width="1877" height="314" key="GridCell.Tab.2.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  915. <state width="1398" height="320" key="GridCell.Tab.2.left" timestamp="1608637304837">
  916. <screen x="0" y="0" width="1440" height="900" />
  917. </state>
  918. <state width="1398" height="278" key="GridCell.Tab.2.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659058" />
  919. <state width="1398" height="320" key="GridCell.Tab.2.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304837" />
  920. <state width="1877" height="314" key="GridCell.Tab.2.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  921. <state width="1398" height="320" key="GridCell.Tab.2.right" timestamp="1608637304838">
  922. <screen x="0" y="0" width="1440" height="900" />
  923. </state>
  924. <state width="1398" height="278" key="GridCell.Tab.2.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  925. <state width="1398" height="320" key="GridCell.Tab.2.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304838" />
  926. <state width="1877" height="314" key="GridCell.Tab.2.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441888" />
  927. <state width="1398" height="320" key="GridCell.Tab.3.bottom" timestamp="1608637304840">
  928. <screen x="0" y="0" width="1440" height="900" />
  929. </state>
  930. <state width="1398" height="278" key="GridCell.Tab.3.bottom/0.0.1440.860@0.0.1440.860" timestamp="1608571659060" />
  931. <state width="1398" height="320" key="GridCell.Tab.3.bottom/0.0.1440.900@0.0.1440.900" timestamp="1608637304840" />
  932. <state width="1877" height="314" key="GridCell.Tab.3.bottom/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  933. <state width="1398" height="320" key="GridCell.Tab.3.center" timestamp="1608637304839">
  934. <screen x="0" y="0" width="1440" height="900" />
  935. </state>
  936. <state width="1398" height="278" key="GridCell.Tab.3.center/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  937. <state width="1398" height="320" key="GridCell.Tab.3.center/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  938. <state width="1877" height="314" key="GridCell.Tab.3.center/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  939. <state width="1398" height="320" key="GridCell.Tab.3.left" timestamp="1608637304839">
  940. <screen x="0" y="0" width="1440" height="900" />
  941. </state>
  942. <state width="1398" height="278" key="GridCell.Tab.3.left/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  943. <state width="1398" height="320" key="GridCell.Tab.3.left/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  944. <state width="1877" height="314" key="GridCell.Tab.3.left/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  945. <state width="1398" height="320" key="GridCell.Tab.3.right" timestamp="1608637304839">
  946. <screen x="0" y="0" width="1440" height="900" />
  947. </state>
  948. <state width="1398" height="278" key="GridCell.Tab.3.right/0.0.1440.860@0.0.1440.860" timestamp="1608571659059" />
  949. <state width="1398" height="320" key="GridCell.Tab.3.right/0.0.1440.900@0.0.1440.900" timestamp="1608637304839" />
  950. <state width="1877" height="314" key="GridCell.Tab.3.right/0.0.1920.1040@0.0.1920.1040" timestamp="1608205441889" />
  951. <state x="573" y="160" key="RiderGenerateDialog" timestamp="1608627346731">
  952. <screen x="0" y="0" width="1440" height="860" />
  953. </state>
  954. <state x="573" y="160" key="RiderGenerateDialog/0.0.1440.860@0.0.1440.860" timestamp="1608627346731" />
  955. <state x="764" y="193" key="RiderGenerateDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1608198510148" />
  956. <state x="346" y="136" key="SettingsEditor" timestamp="1608627211813">
  957. <screen x="0" y="0" width="1440" height="860" />
  958. </state>
  959. <state x="346" y="136" key="SettingsEditor/0.0.1440.860@0.0.1440.860" timestamp="1608627211813" />
  960. <state x="461" y="164" key="SettingsEditor/0.0.1920.1040@0.0.1920.1040" timestamp="1607347297764" />
  961. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog" timestamp="1608635342446">
  962. <screen x="0" y="0" width="1440" height="900" />
  963. </state>
  964. <state x="69" y="76" width="1302" height="708" key="VCS.FileHistoryDialog/0.0.1440.860@0.0.1440.860" timestamp="1608627545275" />
  965. <state x="69" y="80" width="1302" height="741" key="VCS.FileHistoryDialog/0.0.1440.900@0.0.1440.900" timestamp="1608635342446" />
  966. <state x="92" y="92" width="1736" height="856" key="VCS.FileHistoryDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1607591027227" />
  967. <state x="414" y="218" key="Vcs.Push.Dialog.v2" timestamp="1608628624093">
  968. <screen x="0" y="0" width="1440" height="900" />
  969. </state>
  970. <state x="414" y="218" key="Vcs.Push.Dialog.v2/0.0.1440.900@0.0.1440.900" timestamp="1608628624093" />
  971. <state x="552" y="252" key="Vcs.Push.Dialog.v2/0.0.1920.1040@0.0.1920.1040" timestamp="1607593425704" />
  972. <state width="726" height="436" key="XDebugger.FullValuePopup" timestamp="1608570184149">
  973. <screen x="0" y="0" width="1440" height="860" />
  974. </state>
  975. <state width="726" height="436" key="XDebugger.FullValuePopup/0.0.1440.860@0.0.1440.860" timestamp="1608570184149" />
  976. <state x="93" y="93" width="1253" height="713" maximized="true" key="com.intellij.history.integration.ui.views.FileHistoryDialog" timestamp="1608634708861">
  977. <screen x="0" y="0" width="1440" height="900" />
  978. </state>
  979. <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" />
  980. <state x="93" y="93" width="1253" height="713" key="com.intellij.history.integration.ui.views.SelectionHistoryDialog" timestamp="1608633349176">
  981. <screen x="0" y="0" width="1440" height="900" />
  982. </state>
  983. <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" />
  984. <state x="301" y="85" key="editAsTableFormatDialogDimension" timestamp="1608571133060">
  985. <screen x="0" y="0" width="1440" height="860" />
  986. </state>
  987. <state x="301" y="85" key="editAsTableFormatDialogDimension/0.0.1440.860@0.0.1440.860" timestamp="1608571133060" />
  988. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup" timestamp="1608636877159">
  989. <screen x="0" y="0" width="1440" height="900" />
  990. </state>
  991. <state x="472" y="191" width="672" height="561" key="search.everywhere.popup/0.0.1440.860@0.0.1440.860" timestamp="1608569282396" />
  992. <state x="476" y="204" width="672" height="588" key="search.everywhere.popup/0.0.1440.900@0.0.1440.900" timestamp="1608636877159" />
  993. <state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1608204195479" />
  994. </component>
  995. <component name="XDebuggerManager">
  996. <breakpoint-manager>
  997. <breakpoints>
  998. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  999. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/BikeSensorData.cs</url>
  1000. <line>103</line>
  1001. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\BikeSensorData.cs" initialLine="77">
  1002. <startOffsets>
  1003. <option value="3581" />
  1004. </startOffsets>
  1005. <endOffsets>
  1006. <option value="3611" />
  1007. </endOffsets>
  1008. </properties>
  1009. <option name="timeStamp" value="17" />
  1010. </line-breakpoint>
  1011. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  1012. <url>file://$PROJECT_DIR$/Assets/Scripts/Controller/SensorBikeController.cs</url>
  1013. <line>50</line>
  1014. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Controller\SensorBikeController.cs" initialLine="50">
  1015. <startOffsets>
  1016. <option value="1459" />
  1017. </startOffsets>
  1018. <endOffsets>
  1019. <option value="1561" />
  1020. </endOffsets>
  1021. </properties>
  1022. <option name="timeStamp" value="18" />
  1023. </line-breakpoint>
  1024. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  1025. <url>file://$PROJECT_DIR$/Assets/Scripts/Sensors/Polar/PolarReceiver.cs</url>
  1026. <line>79</line>
  1027. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Sensors\Polar\PolarReceiver.cs" initialLine="79">
  1028. <startOffsets>
  1029. <option value="2359" />
  1030. </startOffsets>
  1031. <endOffsets>
  1032. <option value="2390" />
  1033. </endOffsets>
  1034. </properties>
  1035. <option name="timeStamp" value="19" />
  1036. </line-breakpoint>
  1037. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  1038. <url>file://$PROJECT_DIR$/Assets/Scripts/Logging/PolarEcgDataLogger.cs</url>
  1039. <line>47</line>
  1040. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Logging\PolarEcgDataLogger.cs" initialLine="47">
  1041. <startOffsets>
  1042. <option value="1239" />
  1043. </startOffsets>
  1044. <endOffsets>
  1045. <option value="1304" />
  1046. </endOffsets>
  1047. </properties>
  1048. <option name="timeStamp" value="20" />
  1049. </line-breakpoint>
  1050. <line-breakpoint enabled="true" type="DotNet Breakpoints">
  1051. <url>file://$PROJECT_DIR$/Assets/Scripts/Logging/PolarAccDataLogger.cs</url>
  1052. <line>53</line>
  1053. <properties documentPath="C:\Users\marce\Unity Projects\VRCyling\Assets\Scripts\Logging\PolarAccDataLogger.cs" initialLine="53">
  1054. <startOffsets>
  1055. <option value="1504" />
  1056. </startOffsets>
  1057. <endOffsets>
  1058. <option value="1569" />
  1059. </endOffsets>
  1060. </properties>
  1061. <option name="timeStamp" value="21" />
  1062. </line-breakpoint>
  1063. </breakpoints>
  1064. </breakpoint-manager>
  1065. <pin-to-top-manager>
  1066. <pinned-members>
  1067. <PinnedItemInfo parentTag="Type#System.Reflection.TypeAttributes" memberName="value__" />
  1068. </pinned-members>
  1069. </pin-to-top-manager>
  1070. <watches-manager>
  1071. <configuration name="UNITY_DEBUG_RUN_CONFIGURATION">
  1072. <watch expression="fields" language="C#" />
  1073. <watch expression="typeof(BikeSensorDataLog).GetMembers(BindingFlags.DeclaredOnly | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.GetProperty | BindingFlags.Instance)" language="C#" />
  1074. <watch expression="typeof(BikeSensorDataLog).GetFields()" language="C#" />
  1075. <watch expression="typeof(BikeSensorDataLog).GetFields(BindingFlags.Instance | BindingFlags.NonPublic)" language="C#" />
  1076. <watch expression="value.GetType().GetFields(BindingFlags.Default | BindingFlags.NonPublic | BindingFlags.GetField | BindingFlags.DeclaredOnly)" language="C#" />
  1077. <watch expression="HeaderNames" language="C#" />
  1078. </configuration>
  1079. </watches-manager>
  1080. </component>
  1081. </project>