connected-spaces-platform.unity.core 4.17.0 → 4.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (306) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +9 -62
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs.meta +1 -1
  6. package/Source/ClientUserAgent.cs.meta +1 -1
  7. package/Source/Common/Array.cs.meta +1 -1
  8. package/Source/Common/CancellationToken.cs.meta +1 -1
  9. package/Source/Common/FileExtensions.cs.meta +1 -1
  10. package/Source/Common/List.cs.meta +1 -1
  11. package/Source/Common/Map.cs.meta +1 -1
  12. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  13. package/Source/Common/MimeTypes.cs.meta +1 -1
  14. package/Source/Common/Variant.cs.meta +1 -1
  15. package/Source/Common/VariantType.cs.meta +1 -1
  16. package/Source/Common/Vector3.cs.meta +1 -1
  17. package/Source/Common/Vector4.cs.meta +1 -1
  18. package/Source/Common.meta +1 -1
  19. package/Source/Csp.cs.meta +1 -1
  20. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  21. package/Source/EndpointURIs.cs.meta +1 -1
  22. package/Source/Il2cppPreserver.cs.meta +1 -1
  23. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  24. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  28. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  29. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  73. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  96. package/Source/Multiplayer/Components.meta +1 -1
  97. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  98. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  99. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  100. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  101. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  102. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  103. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  104. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  105. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation.meta +1 -1
  107. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  108. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  109. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  110. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  111. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  112. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  113. package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +1 -1
  114. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  115. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  116. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  117. package/Source/Multiplayer/Script.meta +1 -1
  118. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  119. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  120. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  121. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  122. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  123. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  124. package/Source/Multiplayer.meta +1 -1
  125. package/Source/NativeClassWrapper.cs.meta +1 -1
  126. package/Source/ProgressEventArgs.cs.meta +1 -1
  127. package/Source/Ref.cs.meta +1 -1
  128. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  129. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  130. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  131. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  132. package/Source/Systems/Analytics.meta +1 -1
  133. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  134. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  135. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  136. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  137. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  138. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  139. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  140. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  141. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  142. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  143. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  144. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  145. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  146. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  147. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  148. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  149. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  150. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  151. package/Source/Systems/Assets.meta +1 -1
  152. package/Source/Systems/BooleanResult.cs.meta +1 -1
  153. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  154. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  155. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  156. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  157. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  158. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  159. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  160. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  161. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  162. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  163. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  164. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  165. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  166. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  167. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  168. package/Source/Systems/ECommerce.meta +1 -1
  169. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  170. package/Source/Systems/EResultCode.cs.meta +1 -1
  171. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  172. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  173. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  174. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  175. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  176. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  177. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  178. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  179. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  180. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  181. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  182. package/Source/Systems/EventTicketing.meta +1 -1
  183. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  184. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  185. package/Source/Systems/GraphQL.meta +1 -1
  186. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  187. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  188. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  189. package/Source/Systems/Log.meta +1 -1
  190. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  191. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  192. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  193. package/Source/Systems/Maintenance.meta +1 -1
  194. package/Source/Systems/NullResult.cs.meta +1 -1
  195. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  196. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  197. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  198. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  199. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  200. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  201. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  202. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  203. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  204. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  205. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  206. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  207. package/Source/Systems/Quota.meta +1 -1
  208. package/Source/Systems/ResultBase.cs.meta +1 -1
  209. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  210. package/Source/Systems/Script.meta +1 -1
  211. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  212. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  213. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  214. package/Source/Systems/Settings.meta +1 -1
  215. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  216. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  217. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  218. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  219. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  220. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  221. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  222. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  223. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  224. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  225. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  226. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  227. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  228. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  229. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  230. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  231. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  232. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  233. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  234. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  235. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  236. package/Source/Systems/Spaces.meta +1 -1
  237. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  238. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  239. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  240. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  241. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  242. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  243. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  244. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  245. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  246. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  247. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  248. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  249. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  250. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  251. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  252. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  253. package/Source/Systems/Spatial.meta +1 -1
  254. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  255. package/Source/Systems/StringResult.cs.meta +1 -1
  256. package/Source/Systems/SystemBase.cs.meta +1 -1
  257. package/Source/Systems/SystemsManager.cs.meta +1 -1
  258. package/Source/Systems/UInt64Result.cs.meta +1 -1
  259. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  260. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +1 -1
  261. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  262. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  263. package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +1 -1
  264. package/Source/Systems/Users/CustomerPortalUrlResult.cs.meta +1 -1
  265. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  266. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  267. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  268. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  269. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  270. package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
  271. package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
  272. package/Source/Systems/Users/PingResponseReceived.cs.meta +1 -1
  273. package/Source/Systems/Users/Profile.cs.meta +1 -1
  274. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  275. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  276. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  277. package/Source/Systems/Users/UserSystem.cs +4 -4
  278. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  279. package/Source/Systems/Users.meta +1 -1
  280. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  281. package/Source/Systems/Voip.meta +1 -1
  282. package/Source/Systems.meta +1 -1
  283. package/Source/Web/EResponseCodes.cs.meta +1 -1
  284. package/Source/Web.meta +1 -1
  285. package/Source/WrapperHelper.cs.meta +1 -1
  286. package/Source.meta +1 -1
  287. package/android64/libConnectedSpacesPlatform.so +0 -0
  288. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  289. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  290. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  291. package/android64.meta +1 -1
  292. package/ios/libConnectedSpacesPlatform.a +0 -0
  293. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  294. package/ios/libcrypto.a.meta +1 -1
  295. package/ios/libssl.a.meta +1 -1
  296. package/ios.meta +1 -1
  297. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  298. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  299. package/macosx.meta +1 -1
  300. package/package.json +1 -1
  301. package/package.json.meta +1 -1
  302. package/windows/ConnectedSpacesPlatform.dll +0 -0
  303. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  304. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  305. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  306. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f99f23f52dc14f63b268c586d2cdb2bf
2
+ guid: 3f06814c02814410a2d9ea57c5b4e402
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7d46ff08a5d44fc28b6913bf6aa364ad
2
+ guid: 0ddc22e3dfe243378fa02131d0b79991
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,60 +1,26 @@
1
- # Built from changelist ID f4c7a95b2c55668b5f39d7ca737986dfe7bff147
1
+ # Built from changelist ID 621391a4857c72c1fd9b82db4ab7cfb7852dc438
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
- ### 🔥 ❗ Breaking Changes
9
-
10
- - Add xerrorcodes to webservice (#270) *(7b8b992)* [**OF-1195**]
11
- - Remove allowreductions (#275) *(da3697d)* [**OF-1194**]
12
-
13
-
14
- ### 🍰 🙌 New Features
15
-
16
- - Add `resendverificationemail` *(a7cad12)* [**OF-864**]
17
- - Dependencies auto-install on osx (#253) *(0193137)* [**No Ticket**]
18
- - Parse emailnotconfirmed failure *(bf8e610)* [**OF-865**]
19
- - Add stripe endpoints (#277) *(c0e8232)* [**OF-1198**]
20
8
 
21
9
 
22
10
  ### 🐛 🔨 Bug Fixes
23
11
 
24
- - Fix package readme generation (#239) *(fead4fe)* [**OF-1148**]
25
- - Fix optional bool regression *(c1a7f29)* [**OB-3027**]
26
- - Fixed issue with logging macros (#247) *(a464c3b)* [**No Ticket**]
27
- - Replaced space delete endpoint (#250) *(6696589)* [**OF-1023**]
28
- - Resolving a quotasystem c# crash (#251) *(1b35e6f)* [**OB-3040**]
29
- - Quota queries for non-basic tiers (#252) *(def4996)* [**OB-3042**]
30
- - Fixed call to createspace in basic web example and updated examples to csp 4.15.1 (#261) *(b9843f3)* [**No Ticket**]
31
- - Csp crashing on m1 macs (#258) *(2c981cb)* [**OB-2323**]
32
- - Fix optional enum regression (#262) *(25f9f87)* [**OB-3057**]
33
- - Added invalid enum val (#269) *(a52866b)* [**OF-1192**]
34
- - Release notes on web (#259) *(b3f3e5a)* [**OF-1148**]
35
- - Example environment set to ostage (#278) *(b3ef9e0)* [**OB-2917**]
36
-
12
+ - Update to csp-service (#281) *(9e092fd)* [**OF-1133**]
13
+ - Support string/primitive event params *(95ccd1b)* [**No Ticket**]
14
+ - Remove const ref from getcheckoutsessionurl (#283) *(8b3c903)* [**No Ticket**]
37
15
 
38
16
 
39
- ### 💫 💥 Code Refactors
40
-
41
- - Ensure platform define always set *(2462063)* [**No Ticket**]
42
- - Remove public systems namespace *(2b2d33b)* [**OF-1067**]
43
17
 
44
18
 
45
19
  ### 🙈 🙉 🙊 Test Changes
46
20
 
47
- - Cancellation token tests (#254) *(3bebc6d)* [**OF-1094**]
48
-
49
-
50
- ### 📖 ✍ Documentation Changes
51
-
52
- - Update return type *(621391a)* [**No Ticket**]
53
-
21
+ - Add `csp_event` unit tests *(9218193)* [**OF-816**]
54
22
 
55
- ### 🧩 Miscellaneous Changes
56
23
 
57
- - Create new quota system (#240) *(41806a4)* [**OF-1180**]
58
24
 
59
25
 
60
26
  <br>
@@ -63,26 +29,7 @@
63
29
 
64
30
  | Change ID | Author | Description |
65
31
  | --------- | ------ | ----------- |
66
- | fead4fe | Michael K | [OF-1148] fix: fix package readme generation (#239) |
67
- | a7cad12 | Michael K | [OF-864] feat: add `ResendVerificationEmail` |
68
- | c1a7f29 | Michael K | [OB-3027] fix: fix optional bool regression |
69
- | 41806a4 | Mag-JB | OF-1180 Create New Quota System (#240)<br>&bull; [OB-2824] fix: web test updates<br>fixed issues with web test urls and parameters<br>&bull; [OB-2824] fix: web request retries<br>&bull; [OB-2824] refac: removed lingering comments<br>&bull; [OF-815] test: (wrapper gen) unit test async functions<br>&bull; [NT-0] refac: formatting changes in unit test gen<br>Formats Python files using Black and JS/JSON using Prettier-ESLint.<br>&bull; [OF-815] test: wrapper gen csp_async_result tests<br>&bull; [OB-2823] fix: add checks for codes to retries (#227)<br>&bull; [OB-2823] fix: add checks for codes to retries<br>Currently allowed codes for retry:<br>429<br>408<br>5xx<br>&bull; [OB-3018] fix: Replace is_integer with is_float (#230)<br>&bull; [OF-1148] fix: Parse breaking changes (#226)<br>&bull; [OF-1148] fix: Parse breaking changes<br>&bull; move breaking changes to top of release notes<br>&bull; fix bug causing all tickets to be no tickets<br>&bull; stop merges from being added to misc changes<br>&bull; [OF-1148] fix: Add suqash merge commits<br>&bull; [SOL-320] Add Unity multiplayer example project (#228)<br>&bull; [SOL-320] Add Unity multiplayer example project<br>&bull; [SOL-320] Fix mentions of foundation to CSP<br>&bull; [SOL-320] Add create avatar fix to basic framework example<br>&bull; [SOL-320] replace mentions of foundation to CSP and gard against failure to get space<br>&bull; OB-2924 Add support for Premake on xcode 14.3+ (#231)<br>&bull; [OB-2924] fix: Add support for xcode 14.3+<br>&bull; [OB-2924] fix: replace wget with Curl<br>&bull; create file path<br>&bull; [OB-3012] fix: generate meta file for README.md (#233)<br>&bull; [OB-2975] fix: foundation Shutdown process (#232)<br>&bull; [OB-2975] fix: foundation Shutdown process<br>&bull; added initialisation check in tick to prevent tick operating when<br>uninitialised (such as when shutting down)<br>&bull; added function to deregister all listeners to prevent events being<br>fired after shutdown is called<br>&bull; [OF-1180] feat: Inital Commit for QuotaSystem<br>&bull; [OF-1180] fix: Remove uneeded DTOArray<br>&bull; Update enum values<br>&bull; [OF-1180] fix: Add TrackingServiceURI<br>&bull; [OF-1180] fix: replace strings with enums<br>&bull; Add Async flags<br>&bull; Check docs for capilizations<br>&bull; [PF-1180] fix: Update AssetSystem for chs<br>&bull; [OF-1180] doc: fix doc sentence<br>&bull; [OF-1180] fix: update enum values<br>&bull; [OF-1180] fix: Memory error from ref<br>&bull; Update chs<br>&bull; [OF-1180] test: inital tests<br>&bull; [OF-1180] test: Add QuotaSystem tests<br>&bull; [OF-1180] fix: remove free reference<br>&bull; [OF-1180] test: fix default values<br>&bull; [OF-1180] fix: set unlimited as -1<br>&bull; [OF-1180] test: update tests<br>&bull; [OF-1180] doc: update brief<br>&bull; [OF-1180] doc: Added more detail to the docs<br>&bull; [OF-1180] doc: Update callbacks docs<br>---------<br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: Michelle Shyr <100816976+mag-michelleshyr@users.noreply.github.com> |
70
- | a464c3b | AdamThorn | [NT-0] fix: Fixed issue with logging macros (#247)<br>Updated use of the logging macro to fix issues. Resolved warnings<br>related to initialisation order. |
71
- | 6696589 | MAG-AW | [OF-1023] fix: replaced space delete endpoint (#250) |
72
- | 2462063 | Michael K | [NT-0] refac: ensure platform define always set |
73
- | 1b35e6f | Sam Birley | [OB-3040] fix: Resolving a QuotaSystem C# crash (#251)<br>A bug in the CSP wrapper generator means that reference-to-enum<br>parameters will be considered to be int pointers at the C# wrapper<br>level.<br>These int pointers are then passed to the generated C wrapper which<br>will dereference them before passing them to CSP's C++ API.<br>Those dereferences were the cause of the crash.<br>The fix here is to alter the signature of the QuotaSystem API such that<br>it passes enum params by value rather than reference.<br>A separate issue for the wrapper generator bug will be raised and<br>tracked. |
74
- | def4996 | Sam Birley | [OB-3042] fix: quota queries for non-basic tiers (#252)<br>&bull; [OB-3042] fix: quota queries for non-basic tiers<br>We had a typo in the strings we created to form URL GET requests,<br>where we were creating tier strings that began with an uppercase.<br>The convention here is for tier strings to be all lowercase.<br>The impact was that services could return 200 responses to the<br>incorrectly formatted GET requests but with the wrong information.<br>And the fix is to ensure tier string parsing is consistently treating<br>the tier names as all lower-case. |
75
- | 0193137 | Sam Birley | [NT-0] feat: Dependencies auto-install on OSX (#253)<br>In the same way we automatically install python dependencies at the<br>start of the project generation process on Windows, we now also<br>invoke the equivalent pip command at the start of OSX project<br>generation. |
76
- | b9843f3 | Thomas Greenhalgh | [NT-0] fix: Fixed call to createSpace in basic web example and updated examples to CSP 4.15.1 (#261)<br>&bull; [NT-0] fix: Update web example createSpace call<br>&bull; [NO-0] refac: Update web examples to CSP 4.15.1 |
77
- | 2c981cb | Sam Birley | [OB-2323] fix: CSP crashing on M1 macs (#258)<br>[OB-2323] fix: CSP crashing on M1 macs<br>Similar to recent crashes that have been fixed for<br>Quest & Android, mimalloc crashes when CSP is<br>initialized within an application running on an M1 Mac. Disabling mimalloc on osx addresses the issue. |
78
- | 3bebc6d | Sam Birley | [OF-1094] test: Cancellation token tests (#254)<br>[OF-1094] test: coverage for CancellationToken<br>&bull; Validating cancellation tokens don't support copy & move operators.<br>&bull; Validating repeated cancellation.<br>&bull; Validating cancellation state post-construction. |
79
- | 25f9f87 | Michael K | [OB-3057] fix: fix optional enum regression (#262) |
80
- | bf8e610 | Michael K | [OF-865] feat: parse EmailNotConfirmed failure |
81
- | a52866b | MAG-AW | [OF-1192] fix: Added invalid enum val (#269)<br>Added invalid enum values to the quota system to<br>allow testing of invalid values, and returning of invalid values. |
82
- | b3f3e5a | MAG-AW | [OF-1148] fix: release notes on web (#259)<br>&bull; [OF-1148] fix: release notes on web<br>&bull; [OF-1148] fix: removed meta file handling<br>&bull; [OF-1148] refac: fixed comment<br>&bull; [NT-0] fix: readme notes formatting badly<br>&bull; Fixed readme formatting badly when encountering 'bad' commits<br>&bull; [OF-1148] refac: bullet point rendering in tables<br>&bull; [OF-1148] refac: addressing PR feedback - format |
83
- | 7b8b992 | Mag-JB | [OF-1195] feat!: Add XErrorCodes to WebService (#270)<br>&bull; [OF-1195] feat!: Add XErrorCodes to WebService<br>&bull; [OF-1195] fix!: Remove LoginState ErrorCodes<br>&bull; [OF-1195] fix: Add error message to ParseErrorCode<br>&bull; [OF-1195] fix: remove virtual declaration<br>&bull; [OF-1195] fix: add priv XErrorCodeToFailureReason<br>&bull; [OF-1195] fix!: Remove XErrorCode from Asset<br>&bull; [OF-1195] fix: Move XErrorCodeToFailureReason<br>&bull; [OF-1195] test: Update tests<br>&bull; [OF-1195] fix: Convert Stringformat to String<br>&bull; [OF-1195] fix: fix map key case |
84
- | da3697d | Mag-JB | [OF-1194] fix!: Remove AllowReductions (#275) |
85
- | 2b2d33b | AdamThorn | [OF-1067] refac: Remove public systems namespace |
86
- | b3ef9e0 | MAG-AW | [OB-2917] fix: Example environment set to oStage (#278)<br>Changed header environment in examples to be oStage instead of oDev |
87
- | c0e8232 | Mag-JB | [OF-1198] feat: Add Stripe endpoints (#277)<br>&bull; [OF-1198] feat: Add Stripe endpoints<br>&bull; Add Customer Session Test<br>&bull; Add Customer Portal Endpoint<br>&bull; [OF-1161] fix!: Add EmailUrlLink<br>&bull; [OF-1198] fix: update csp-service<br>&bull; [OF-1198] test: update c# tests<br>&bull; [OF-1198] test: update c++ tests<br>&bull; [OF-1198] test: fix forgotpassword<br>&bull; [OF-1198] doc: fix typo<br>&bull; [OF-1198] test: disable GetCustomerPortalUrlTest<br>&bull; [OF-1198] fix: update test to system |
88
- | 621391a | Mag-JB | [NT-0] doc: update return type |
32
+ | 9e092fd | Mag-JB | [OF-1133] fix: Update to CSP-Service (#281) |
33
+ | 95ccd1b | Michael K | [NT-0] fix: support string/primitive event params |
34
+ | 9218193 | Michael K | [OF-816] test: add `CSP_EVENT` unit tests |
35
+ | 8b3c903 | Mag-JB | [NT-0] fix: Remove const ref from GetCheckoutSessionUrl (#283) |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e13e45667371497ab6b6f49f4b10894d
2
+ guid: c9484a30d720411494f60765c72cc24d
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d7f1bfb7e7f40af98c2a782bdfe0898
2
+ guid: 72076ea2366c409597bbf09c7ed7170c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7823a078f42c41d7bccb613fc34e34ea
2
+ guid: 56c99c7993da4ec8bf7f8477d601bb84
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4c027c8f4e37438097b251ee40b2cde0
2
+ guid: 236118c4f73e4984b18f3d86cded5239
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27ce6dfadb1546a89b75c0777093864c
2
+ guid: 686c7c11218e4b6482f5be7d7dcf2d3e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 793996bba74447bf8249835bb9ba2d21
2
+ guid: c3753db336d24e918305602c72f19c75
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 29d7a3fcc247488789f24f2f9f4e896a
2
+ guid: c75b1ca3c85543fd8119aa1f64a49009
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e28a54c326da41038a424efe86b4193d
2
+ guid: a01c5b4627a64fefbf691dd333d9f68d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 198548cbfc7c47f6958e26e7e3588fba
2
+ guid: 87494aa046744185b5123c3d617302c3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fe2f17f3ddf24740b6f5180acd78b24d
2
+ guid: 892b0ff2c6a94233a5c32c9e2f76207e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: db3bc8805d1745209f4ebd00d056da71
2
+ guid: b7b88c4e4b064ea9a9051647feb789eb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ad46ffe462da4d40b054be1b21db4e26
2
+ guid: cf7e566c9b3a40f7b36fb5c6ee93830c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8ee3796ad2644d0aa0808b7b67f27a7b
2
+ guid: 5a823980e7664eabba4986230a445471
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 38598b355d914b81891a74bac9809955
2
+ guid: ebbb7e713df6432383ace308fb68ed86
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c25c30d3e3344173a435efd94103dd27
2
+ guid: c6bc9ba9fce1402abd72edb5578aa313
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 606d6d041d224902ab0216177d29b690
2
+ guid: 15ebbdae051e4b1b95749991c3ed313b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9e3cf4d863b64e2bb1c208ad514444ee
2
+ guid: 9ee300b63dfd43fcb41e107000322d22
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d73838951204417598825f2289d334f0
2
+ guid: 29818425cdf5469488b8211bc2ed9511
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 317a79f1a44d4993bd088452f3e03580
2
+ guid: fdb29c4a3ebc4a6495ebcaf3d85ac8e3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f0021424b047420fb463ca701e2b9bba
2
+ guid: d2c25f85cd544557a89c0ebd98740d11
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f89d149dae9f40ff9b9e65901af90b89
2
+ guid: 01f4c9e68d82402c9f2dba7a33dc6485
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5390f1c139e341b5ba2372cab885969c
2
+ guid: 7973d07363c14114b93090dfaaf867e1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f634bc5c53da41b09fcfe16eadf1b582
2
+ guid: 71963c4db55c4976a39ed51e0ee11552
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 958c3dcd5daa4a93aed9312270181654
2
+ guid: 883c3bbafcec442a8ba8a02576e22b9e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a3ad7c2001a0404d9d80779e43d6c0cf
2
+ guid: 1a933117f0894425aaa5037fd9789bad
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 257bdd47a3e649849dfe598cf966dd11
2
+ guid: 9ab441e20bb446caaf71fa44153be51c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ee670129ccd54f719b99a1f0b5276799
2
+ guid: 5fcc457d9f0448bbbb9875820d57498b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 36057794fe0d4f99babc04467dd99ba0
2
+ guid: f544ba7118e243ed93d100376a8d278a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cfa502b60e7b48d890d73dd106792881
2
+ guid: c21673ee2e1441d7a67e8accedeccb8b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: efd802d23da2426fa4a7a6728ccf5bd9
2
+ guid: 261176f8023044b78bb501ea217f8287
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e6c15b71fe1c4d1ea0546753e450744d
2
+ guid: a9caf414946e4f4c8c759ea1c438487f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 59306d7e8d65473cba435e4c5885e3ed
2
+ guid: 89a681ad4de64c15bc0a800b267fcac9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f6a95453b9c343438308510215684913
2
+ guid: 233f6f09589949ffb1a294d8bcd9f800
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bd86d4e2a1b64f6798810e641a2ababc
2
+ guid: de2d0a62fa074198b5cde347382b34c8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 911eb9bb16104330a44406d530869748
2
+ guid: 967ee2aedd7d42048ac7b2ac7caba1aa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8c01e042d51e42ca910ed48ee7140cf7
2
+ guid: ee5db939ab9d47399e0b2230d931d52d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7b3f38ae06a146989f5f9a3a2f417d66
2
+ guid: 145d0d91fb4b41e698b4e4fff2c473c0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ea6739b06c71455886fb67a5366d1ed4
2
+ guid: e618f018692f404fbc1918b6b223bb37
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27a08a73cbe248e7bb62e4b0634c8f00
2
+ guid: 348071d7833e4e11a31d457377ec2b0b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 148531055fbe4dc1be327c5cbaa93983
2
+ guid: fd30bc6e4cd8413483e384bebf327875
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d0de92b2d8fd4555b7f7c82f00d8b1b7
2
+ guid: b73bba0eb0744f9aa23adf1231cb7117
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e74e7b02b1d846a89cbff644a8d5ffc7
2
+ guid: d98c27116a574e50a184d852106cde40
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 55f28f1fd5294081bc4548730724740d
2
+ guid: 5acfbed5120743cead7570f8192cea6c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8f54c40cf7064b9f854ad4ed3b557477
2
+ guid: 14766bd851774e40bcab8136964e64b5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: da4ff85f510a45a2aa935f3cd2244ce2
2
+ guid: 438a12dc58a04f138eb38957c7f55409
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: df58d7aa507045599bea2d277fa2910d
2
+ guid: effe0db5ff4e4a17bf837449c913289d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 24a749e4ee764be1a459975ef5fdfac7
2
+ guid: 04880c1c78ee45c682e13f79e4757b10
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 387b540596884a989111ca7c376113f2
2
+ guid: 6c50e41e652e4d05befb3ef986221a62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a7ca83cbcf8c45efb457c6172876afce
2
+ guid: 52326916cf8a4d57a0f949e3cfd49d0e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 78eabdcfb48949a18d83ce3058fc184a
2
+ guid: ea3fa87b529e4c76a79cb8e4fe54fa4f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9d98c30c72a7429383d9c7121d806f2c
2
+ guid: 432fab9bc14f45b9a47e087d67edf030
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 39c86d16dd93485e9d65007ae671c73f
2
+ guid: c60d625bb6304ca38cd770c9c84d1c93
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fc54f8d4104f409e824a870050e11157
2
+ guid: 717395bddd7348de90d46549f1c3a9e5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ec12aeb687c942e38e9bacff51ea3b10
2
+ guid: c62c005f75cd471d9f522ccbb5c087fc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 66278429f25c4861b2b2937ac38460d9
2
+ guid: 8c9e7db749364acfae6df0946ced3587
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: aa9bff2627234feead29ff9cb38f1808
2
+ guid: 33e4543871b84c5d8f32fc804885ecb0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 787e498f07e0483b81f07862ad4fcbc3
2
+ guid: e157b85b814b42e79ea9feecc1ea9fa2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8e8b46ba5bf448d088963119f44f55fa
2
+ guid: 7d5d1d0f149f4b288f0e6589c2ef14ca
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fcd357dc7dd843daa51a9f41ebfef210
2
+ guid: e3e80d23e9574df1ae74434d037d9a0e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0e07acf22534495688554758d6de8a68
2
+ guid: 6f95b63017584dcc89d5763405193f0d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 90569d9d11a54226955c2014df71cbc9
2
+ guid: 4ee98ae865c44f3db0ddbd58caeffa96
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2