connected-spaces-platform.unity.core 4.20.0 → 4.22.0

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 (308) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +24 -10
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs +1 -1
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs.meta +1 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs.meta +1 -1
  11. package/Source/Common/List.cs.meta +1 -1
  12. package/Source/Common/Map.cs.meta +1 -1
  13. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  14. package/Source/Common/MimeTypes.cs.meta +1 -1
  15. package/Source/Common/Variant.cs.meta +1 -1
  16. package/Source/Common/VariantType.cs.meta +1 -1
  17. package/Source/Common/Vector3.cs.meta +1 -1
  18. package/Source/Common/Vector4.cs.meta +1 -1
  19. package/Source/Common.meta +1 -1
  20. package/Source/Csp.cs.meta +1 -1
  21. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  22. package/Source/EndpointURIs.cs.meta +1 -1
  23. package/Source/Il2cppPreserver.cs.meta +1 -1
  24. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  29. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  74. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components.meta +1 -1
  98. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  99. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  100. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  101. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  102. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  103. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  104. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  105. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  107. package/Source/Multiplayer/Conversation.meta +1 -1
  108. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  109. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  110. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  111. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  112. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  113. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  114. package/Source/Multiplayer/MultiplayerConnection.cs +34 -260
  115. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  116. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  117. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  118. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  119. package/Source/Multiplayer/Script.meta +1 -1
  120. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  121. package/Source/Multiplayer/SpaceEntitySystem.cs +0 -29
  122. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  123. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  124. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  125. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  126. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  127. package/Source/Multiplayer.meta +1 -1
  128. package/Source/NativeClassWrapper.cs.meta +1 -1
  129. package/Source/ProgressEventArgs.cs.meta +1 -1
  130. package/Source/Ref.cs.meta +1 -1
  131. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  132. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  133. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  134. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  135. package/Source/Systems/Analytics.meta +1 -1
  136. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  137. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  138. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  139. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  140. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  141. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  142. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  143. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  144. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  145. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  146. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  147. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  148. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  149. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  150. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  151. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  152. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  153. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  154. package/Source/Systems/Assets.meta +1 -1
  155. package/Source/Systems/BooleanResult.cs.meta +1 -1
  156. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  157. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  158. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  159. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  160. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  161. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  162. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  163. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  164. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  165. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  166. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  167. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  168. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  169. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  170. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  171. package/Source/Systems/ECommerce.meta +1 -1
  172. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  173. package/Source/Systems/EResultCode.cs.meta +1 -1
  174. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  175. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  176. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  177. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  178. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  179. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  180. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  181. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  182. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  183. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  184. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  185. package/Source/Systems/EventTicketing.meta +1 -1
  186. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  187. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  188. package/Source/Systems/GraphQL.meta +1 -1
  189. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  190. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  191. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  192. package/Source/Systems/Log.meta +1 -1
  193. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  194. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  195. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  196. package/Source/Systems/Maintenance.meta +1 -1
  197. package/Source/Systems/NullResult.cs.meta +1 -1
  198. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  199. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  200. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  201. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  202. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  203. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  204. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  205. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  206. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  207. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  208. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  209. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  210. package/Source/Systems/Quota.meta +1 -1
  211. package/Source/Systems/ResultBase.cs.meta +1 -1
  212. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  213. package/Source/Systems/Script.meta +1 -1
  214. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  215. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  216. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  217. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  218. package/Source/Systems/Settings/SettingsSystem.cs +6 -3
  219. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  220. package/Source/Systems/Settings.meta +1 -1
  221. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  222. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  223. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  224. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  225. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  226. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  227. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  228. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  229. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  230. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  231. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  232. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  233. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  234. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  235. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  236. package/Source/Systems/Spaces/SpaceSystem.cs +3 -1
  237. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  238. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  239. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  240. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  241. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  242. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  243. package/Source/Systems/Spaces.meta +1 -1
  244. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  245. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  246. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  247. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  248. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  249. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  250. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  251. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  252. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  253. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  254. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  255. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  256. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  257. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  258. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  259. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  260. package/Source/Systems/Spatial.meta +1 -1
  261. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  262. package/Source/Systems/StringResult.cs.meta +1 -1
  263. package/Source/Systems/SystemBase.cs.meta +1 -1
  264. package/Source/Systems/SystemsManager.cs +48 -0
  265. package/Source/Systems/SystemsManager.cs.meta +1 -1
  266. package/Source/Systems/UInt64Result.cs.meta +1 -1
  267. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  268. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  269. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  270. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  271. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  272. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  273. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  274. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  275. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  276. package/Source/Systems/Users/Profile.cs.meta +1 -1
  277. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  278. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  279. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  280. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  281. package/Source/Systems/Users.meta +1 -1
  282. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  283. package/Source/Systems/Voip.meta +1 -1
  284. package/Source/Systems.meta +1 -1
  285. package/Source/Web/EResponseCodes.cs.meta +1 -1
  286. package/Source/Web.meta +1 -1
  287. package/Source/WrapperHelper.cs.meta +1 -1
  288. package/Source.meta +1 -1
  289. package/android64/libConnectedSpacesPlatform.so +0 -0
  290. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  291. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  292. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  293. package/android64.meta +1 -1
  294. package/ios/libConnectedSpacesPlatform.a +0 -0
  295. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  296. package/ios/libcrypto.a.meta +1 -1
  297. package/ios/libssl.a.meta +1 -1
  298. package/ios.meta +1 -1
  299. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  300. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  301. package/macosx.meta +1 -1
  302. package/package.json +1 -1
  303. package/package.json.meta +1 -1
  304. package/windows/ConnectedSpacesPlatform.dll +0 -0
  305. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  306. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  307. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  308. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a8faeb7941f24809b5ae8e71b9e96c67
2
+ guid: a64a98b70cdf4ad584c0d891447d09a9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 74e3383c0cbc4c9b880d80bf5cb7eebb
2
+ guid: f2db1e68b6da4387ad9647b1e7128de1
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,18 +1,26 @@
1
- # Built from changelist ID 97c71cd21b5536392810686c81239d9b12be56cd
1
+ # Built from changelist ID dade4b6c214908c67e2653ef8e30d84cc4e65fec
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
+ ### 🔥 ❗ Breaking Changes
9
+
10
+ - Combined connect calls (#358) *(d84fcef)* [**OF-1248**]
11
+ - Combined connect calls (#358) *(3ce6704)* [**OF-1248**]
12
+
13
+
14
+ ### 🍰 🙌 New Features
15
+
16
+ - Recent spaces storage increased to 50 (#354) *(67eaec2)* [**OF-1213**]
17
+ - Recent spaces storage increased to 50 (#354) *(79f6a1a)* [**OF-1213**]
8
18
 
9
19
 
10
20
  ### 🐛 🔨 Bug Fixes
11
21
 
12
- - Fix SetCustomProperty not sending changes to clients (#345) *(c66a157)* [**OB-3203**]
13
- - Bump gitpython from 3.1.32 to 3.1.41 *(4fdc213)* [**No Ticket**]
14
- - Entity names emitted in log messages (#348) *(8435f72)* [**OF-687**]
15
- - Fix spline waypoints in script *(6a14178)* [**OB-3227**]
22
+ - Clients can retrieve the avatar portraits of any user (#357) *(dc34ad2)* [**OB-3254**]
23
+ - Clients can retrieve the avatar portraits of any user (#357) *(16cf0fa)* [**OB-3254**]
16
24
 
17
25
 
18
26
 
@@ -26,8 +34,14 @@
26
34
 
27
35
  | Change ID | Author | Description |
28
36
  | --------- | ------ | ----------- |
29
- | c66a157 | MAG-me | [OB-3203] fix: fix SetCustomProperty not sending changes to clients (#345)<br>&bull; [OB-3197] fix: Add call to SendPropertyUpdate<br>&bull; [OB-3203] fix: Add call to SendPropertyUpdate |
30
- | 4fdc213 | dependabot[bot] | [NT-0] fix: bump gitpython from 3.1.32 to 3.1.41<br>Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.41.<br>- [Release notes](https://github.com/gitpython-developers/GitPython/releases)<br>- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)<br>- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.41)<br>---<br>updated-dependencies:<br>- dependency-name: gitpython<br> dependency-type: direct:production<br>...<br>Signed-off-by: dependabot[bot] <support@github.com><br>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
31
- | 8435f72 | Sam Birley | [OF-687] fix: entity names emitted in log messages (#348)<br>When an entity's properties cannot be mutated due to the local user not having permissions to change the values, CSP emits a log message which now includes the entity's name in the message. |
32
- | 6a14178 | Michael K | [OB-3227] fix: fix spline waypoints in script<br>This change fixes an issue with SplineSpaceComponentScriptInterface<br>only returning a third of waypoints. |
33
- | dd90337 | Sam Birley | [NT-0] VisionOS Support for CSP (#351)<br>[NT-0] feat: VisionOS support for CSP.<br>Notable changes include:<br>&bull; A new shell script for generating VisionOS xcodeprojects: `generate_solution_visionos.sh`. Run this, open the project and build to create visionos-compatible CSP libraries.<br>&bull; Since premake does not yet support the device, the approach taken is to instruct premake to build for iOS, with an additional argument flagging that it should actually generate a project targeting visionos. Responding to this argument is primarily handled within the `premake5_helpers.lua` script.<br>&bull; Some refactorings have been made around the Unity package generation pipeline to allow for Unity-compatible packages to be generated via MacOS. This greatly helps with local debugging and iteration.<br>&bull; Mimalloc has been disabled for iOS and VisionOS. Whilst this has not been reported to be an issue on iOS, it causes problems on VIsionOS similar to what we have seen in the past for Android and WASM. I would recommend we strip it out entirely in the near future.<br>&bull; A fix for a MacOS bug in our project generation scripts which always led to a loose file named '142' being created at the root directory level. |
37
+ | c58db48 | MAG-AW | Staging 4.15.2 (#263)<br>&bull; [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.<br>&bull; [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<br>&bull; [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.<br>&bull; [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.<br>&bull; [OB-3057] fix: fix optional enum regression (#262)<br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: Thomas Greenhalgh <111896829+MAG-ThomasGreenhalgh@users.noreply.github.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com> |
38
+ | 7c2927b | dependabot[bot] | build(deps): bump pyyaml from 5.3.1 to 5.4 in /teamcity (#347)<br>[NT-0] fix: bump pyyaml from 5.3.1 to 5.4 in /teamcity |
39
+ | 67eaec2 | Sam Birley | [OF-1213] feat: recent spaces storage increased to 50 (#354)<br>Users can now store up to the fifty most recent spaces that they have visited. Previously this value was ten. |
40
+ | c4e3eaf | MAG-AW | Of 1179 multiplayer connection refactor (#350)<br>&bull; [OF-1179] refac!: WIP MultiplayerConnection API<br>&bull; [OF-1179] refac!: Reorder of MP API call flow<br>- InitialiseConnection has been removed.<br>Most of this functionality now lives in EnterSpace, which also sets<br>scopes and retrieves the spaces entities now.<br>- Creating a MultiplayerConnection is now no longer needed.<br>- MultiplayerConnection and SpaceEntitySystem are now managed by the<br>SystemsManager and can be retrieved from there.<br>- Many tests have been refactored to use the new flow.<br>&bull; [OF-1179] test: fixed some c# test errors<br>&bull; [OF-1179] refac: added a missing Initialisation<br>&bull; [OF-1179] test: fixed shutdowns failing tests |
41
+ | 46c994e | dependabot[bot] | build(deps): bump pyyaml from 5.3.1 to 5.4 in /teamcity (#347)<br>[NT-0] fix: bump pyyaml from 5.3.1 to 5.4 in /teamcity |
42
+ | 79f6a1a | Sam Birley | [OF-1213] feat: recent spaces storage increased to 50 (#354)<br>Users can now store up to the fifty most recent spaces that they have visited. Previously this value was ten. |
43
+ | 6787acb | MAG-AW | Of 1179 multiplayer connection refactor (#350)<br>&bull; [OF-1179] refac!: WIP MultiplayerConnection API<br>&bull; [OF-1179] refac!: Reorder of MP API call flow<br>- InitialiseConnection has been removed.<br>Most of this functionality now lives in EnterSpace, which also sets<br>scopes and retrieves the spaces entities now.<br>- Creating a MultiplayerConnection is now no longer needed.<br>- MultiplayerConnection and SpaceEntitySystem are now managed by the<br>SystemsManager and can be retrieved from there.<br>- Many tests have been refactored to use the new flow.<br>&bull; [OF-1179] test: fixed some c# test errors<br>&bull; [OF-1179] refac: added a missing Initialisation<br>&bull; [OF-1179] test: fixed shutdowns failing tests |
44
+ | dc34ad2 | Sam Birley | [OB-3254] fix: Clients can retrieve the avatar portraits of any user (#357)<br>CSP client applications can retrieve the avatar portraits for users other than the one that is currently signed in. |
45
+ | d84fcef | MAG-AW | [OF-1248] refac!: combined connect calls (#358)<br>&bull; Login and Connect combined<br>&bull; Logout and Disconnect combined<br>&bull; tests updated |
46
+ | 16cf0fa | Sam Birley | [OB-3254] fix: Clients can retrieve the avatar portraits of any user (#357)<br>CSP client applications can retrieve the avatar portraits for users other than the one that is currently signed in. |
47
+ | 3ce6704 | MAG-AW | [OF-1248] refac!: combined connect calls (#358)<br>&bull; Login and Connect combined<br>&bull; Logout and Disconnect combined<br>&bull; tests updated |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8e12cc9cef5642e7ba1780a027116e19
2
+ guid: 3cb6dabf9511422da8441e84b899c526
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -231,7 +231,7 @@ namespace Csp
231
231
  return _result;
232
232
  }
233
233
 
234
- /// <summary>This should been used at the end of the of the application lifescyle.</summary>
234
+ /// <summary>This should be used at the end of the application lifecycle.</summary>
235
235
  /// <remarks>Clears event queues and destroys foundation systems.</remarks>
236
236
  /// <remarks>After shutdown, no other Foundation functions should be called until Initialise is called again.</remarks>
237
237
  /// <returns>True for successful shutdown</returns>
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 918812f7700c4bea80e8c7f097145f4f
2
+ guid: 24520e24de5e4039b2f9a0b28d14621a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f41f449ee4bc4150be17080f5545934b
2
+ guid: 2576a98222884d3fa2e602bc37e5b586
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1fe2068dcb134065a202ccb999a89634
2
+ guid: 7f70fec8c6134f2989cd911a028bb3ad
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d889e045d9ef4388a56d560bbf856868
2
+ guid: 9765249442694d1a950f4a9b9d49448a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e1e481a262044603a66923271659e585
2
+ guid: 2e51d7e7d1d24b219729d5ad395ebbfe
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bdcc777cb3414866b73feaa391914cf5
2
+ guid: c5ad4440af6d4c008f1a676fbb7dabf3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9adfd7bb526c498daca9f80360ffc037
2
+ guid: 03dc0f5da7954693913113c03275927a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 98766545b9c3484185f80dadc8a5777c
2
+ guid: 0c634cc051744971b16f38e47cde97cb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0dcd69a70bc249519cf218340b62683f
2
+ guid: 04e0175a72ad4733b0b8e2540b6d4d36
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 93afb50fb415425ea69801759018c020
2
+ guid: dd70e731926a4dde9351f7e73cd2002b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fec3d0402b6c43c69c052cff89223a38
2
+ guid: c0d1391565364092a73723e2e36364a3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e9f937a7155347a0b2b87c2f271f23b5
2
+ guid: c6748da41c1e42e89466b64ef7f68bb0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 44593044448940bcb7a2adad2295a98a
2
+ guid: d191443f9a1c4430b8a94d94e8367e72
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cde8f165dbac4028b1d03ec809633ca0
2
+ guid: 28a92453b08643c28f74bd6d71b4dffc
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d742161ab49f4fc8ae9f00dceb9b98b7
2
+ guid: 16e7b25c053b4b7cbf6c1b7d7e6df68e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bcaacb3ee4c04f84a54312dd7abc9ab7
2
+ guid: 9d6aa0b7fe5b4d668922c9829ee45cdf
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 17ea33a374d8441e8d185ecd82ce11fb
2
+ guid: f00dc3b230af49eb838edd31390b8789
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cc8d08b7273545e389ff60e34742e26e
2
+ guid: b90b731b50cd4f49bc2ac62d4ba9c4d0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b9da9cdf945a42efa542d35b87687ce5
2
+ guid: 87a8abf5d19d4e459adebb04a1cf9327
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 935c3bd83c034350ab202e3243f64e7d
2
+ guid: 965d125424dd420fb38422a9745d85ac
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5a2d2508b7124fd49854fddc5cff242c
2
+ guid: 709720359d6b4e9f87bed1f6275ad24f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 56c02581aa6a44b4955693f4b820cae2
2
+ guid: c007a0fa0ed44e6bacd5919456bda925
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d9039ab995224c65a330bb54b9010774
2
+ guid: 29857e0d44674f81a6faadd1853b21e7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: af711868749a4ff497d7ae26b5ce6ef5
2
+ guid: df3c78be197a422fb621b67c3d6cce9d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 82d990b94083419580a3a340256d4967
2
+ guid: 5adfac036c0b4447a67dc2dc71ad714e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 80d62878733c4b25aa7635afb507f201
2
+ guid: 1e373ea667f9433caceeaf0d8ec6937c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2e7c6763fc7d4a36ad1ed30e5300efed
2
+ guid: 36414014b5244830bb8a044bafe0a185
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 86674bffd668400fa3c772fe80668e16
2
+ guid: 1b95312745ff42fcbe9591a7514516d7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c90913f97fc3444895a5400969ca04bc
2
+ guid: 01f12691bf0b4ff8a2fdb2f3e10f3e28
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6fde34915ac44c0a9b91aa2f76aaf336
2
+ guid: 54ceaf521536418cb7183fd60a03bd38
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a1560c2730f3418bb1de2e97fd995c02
2
+ guid: 3f92d53fbeb0489cbc7ccb0f8423021e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1faa6d4d895a43d2a7c57c3f2728bed1
2
+ guid: f965f464c7484ea8926614b752c110b9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d91a8ce38834411f91718e2a54606b14
2
+ guid: 7a662e81698c44eaab6f4cb2a410980d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 15118b104fdf44b6b0e3672a9f7f6f65
2
+ guid: 0392586b81d045a4addb0e240a9760e6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2000f0fa1e3b49a7a02b22aeab85fcd1
2
+ guid: 9dfb46a4d23f47bcbac1174838ccd32f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2091be9ef4f7423d894d8f64b49bdf2e
2
+ guid: 6e6f2649f5ce4026a109d17263805f32
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f79151d4d5904dd0b465e110c095b2d5
2
+ guid: 90e8966add9a4211baf7eec406140829
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 946c4ec6ae844a6abc81743443185f35
2
+ guid: aac06bc119204c18b7fb42b601e7b890
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1986fbb6cb85472f807620673b8c0bd4
2
+ guid: ed0df6d9cbfd47309921658fdaa53b1d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 39e1867301f94c3696da478d4f66539d
2
+ guid: 549b593807bd4a5cbd975ea638202a69
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cbbe2d1f11fd4cefbb215332f40e5717
2
+ guid: 7f8cca4b48f94e22835f72f739edb10f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d48f132c4b99487e8a951ade86573ecb
2
+ guid: 0cd46c585eba49fc8afaf610195a0e12
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27635ad83d554716a60daa472e9ff228
2
+ guid: 2bfce22932284f9b84e0f4053a524b37
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: febd6983ed3940c5b1a8f1ed60cbfc43
2
+ guid: bfda31abb1bf4ff89f9017f0cf52be8d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 61a3841c6cfc47a29ac8eaf14723bd06
2
+ guid: 2eda22b4c5cb4af0ba0172adcf67fea7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6fd234b11c744a7797dbf9272db8b7e3
2
+ guid: 785c11f1ad28446cafbc6f4b548dfafb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a64226b3a5c04f56888245748b609904
2
+ guid: 2ce348432204497cad6502cbd2c4494b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: da4800aaf17e4b18b1286468bd63055a
2
+ guid: aa47dff3d6964f30990e7b52a7995cf3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c9f5bf78e4014804ac519b058cf8d082
2
+ guid: b1fa384023454eba8d0bd8a83d23ee03
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e92802420aa143d9b2752b036e575bd7
2
+ guid: 58d9ca24a14943f8acdb832d8dde678f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1ee40f4bf07440edb22c535d543235d6
2
+ guid: 89fa0e7b3965403aa99de4f836df7a42
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d52c2873116d45a19d34abe14c869902
2
+ guid: 7223061ea86c43809e8a374fa5bda2fb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d6420937a89a4aa3b9c159b332ecc0c5
2
+ guid: c87dbd268d584139be9eb0189eb5c0e4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d1009523bf374a29a74cf16b784c1ebd
2
+ guid: c8a78b84dcd34c9b96007d7bcd8a0588
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1f81b6be73314fe89d4d786097a8ea1f
2
+ guid: 3b7bf834dfb24e33b9a469bbd26e9145
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b949268b9ad5448db418c35adc685c7e
2
+ guid: e52f7d2d52cc449dae18d3fa4b6d704d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 20a775e39ac946c3bc26fb9b2d08d816
2
+ guid: 6003545c3a464c3281f3ae94d5b29996
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2856516950844d0a8369088e7e20229b
2
+ guid: 480e0de013464b4587ca1260542e0d7f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e3c6a183240c429ab2f58cabbd06e6f5
2
+ guid: f09039e093d947f59893dd3c669a6373
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 952862dd99494d368affb7f9fe9d8dca
2
+ guid: 0aa93bd1e3b04243a19f78977129dbf0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a1323262cea54e40a865083b69ac1a5e
2
+ guid: ed1a40d6d98f4ad885d41d45f865221a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e2066a0c576a420793ce57c6e1c78463
2
+ guid: af089bc7e96c4c35819d9c447bac6b46
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 692a34bfb64540149c2209ac4a9b5721
2
+ guid: d150af2818674a36a2261a3342003ac5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1bc30c3f584047ee8c07545e7430f467
2
+ guid: e59d67943b1c4284a6294af31bfb8204
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2