connected-spaces-platform.unity.core 4.23.0 → 4.24.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 (304) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +2 -148
  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/ErrorCode.cs.meta +1 -1
  111. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  112. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  113. package/Source/Multiplayer/MultiplayerConnection.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 +23 -0
  120. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  121. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  122. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  123. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  124. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  125. package/Source/Multiplayer.meta +1 -1
  126. package/Source/NativeClassWrapper.cs.meta +1 -1
  127. package/Source/ProgressEventArgs.cs.meta +1 -1
  128. package/Source/Ref.cs.meta +1 -1
  129. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  130. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  131. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  132. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  133. package/Source/Systems/Analytics.meta +1 -1
  134. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  135. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  136. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  137. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  138. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  139. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  140. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  141. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  142. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  143. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  144. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  145. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  146. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  147. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  148. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  149. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  150. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  151. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  152. package/Source/Systems/Assets.meta +1 -1
  153. package/Source/Systems/BooleanResult.cs.meta +1 -1
  154. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  155. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  156. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  157. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  158. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  159. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  160. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  161. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  162. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  163. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  164. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  165. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  166. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  167. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  168. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  169. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  170. package/Source/Systems/ECommerce.meta +1 -1
  171. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  172. package/Source/Systems/EResultCode.cs.meta +1 -1
  173. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  174. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  175. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  176. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  177. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  178. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  179. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  180. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  181. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  182. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  183. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  184. package/Source/Systems/EventTicketing.meta +1 -1
  185. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  186. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  187. package/Source/Systems/GraphQL.meta +1 -1
  188. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  189. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  190. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  191. package/Source/Systems/Log.meta +1 -1
  192. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  193. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  194. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  195. package/Source/Systems/Maintenance.meta +1 -1
  196. package/Source/Systems/NullResult.cs.meta +1 -1
  197. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  198. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  199. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  200. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  201. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  202. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  203. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  204. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  205. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  206. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  207. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  208. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  209. package/Source/Systems/Quota.meta +1 -1
  210. package/Source/Systems/ResultBase.cs.meta +1 -1
  211. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  212. package/Source/Systems/Script.meta +1 -1
  213. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  214. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  215. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  216. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  217. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  218. package/Source/Systems/Settings.meta +1 -1
  219. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  220. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  221. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  222. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  223. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  224. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  225. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  226. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  227. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  228. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  229. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  230. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  231. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  232. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  233. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  234. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  235. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  236. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  237. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  238. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  239. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  240. package/Source/Systems/Spaces.meta +1 -1
  241. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  242. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  243. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  244. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  245. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  246. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  247. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  248. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  249. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  250. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  251. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  252. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  253. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  254. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  255. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  256. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  257. package/Source/Systems/Spatial.meta +1 -1
  258. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  259. package/Source/Systems/StringResult.cs.meta +1 -1
  260. package/Source/Systems/SystemBase.cs.meta +1 -1
  261. package/Source/Systems/SystemsManager.cs.meta +1 -1
  262. package/Source/Systems/UInt64Result.cs.meta +1 -1
  263. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  264. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  265. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  266. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  267. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  268. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  269. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  270. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  271. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  272. package/Source/Systems/Users/Profile.cs.meta +1 -1
  273. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  274. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  275. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  276. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  277. package/Source/Systems/Users.meta +1 -1
  278. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  279. package/Source/Systems/Voip.meta +1 -1
  280. package/Source/Systems.meta +1 -1
  281. package/Source/Web/EResponseCodes.cs.meta +1 -1
  282. package/Source/Web.meta +1 -1
  283. package/Source/WrapperHelper.cs.meta +1 -1
  284. package/Source.meta +1 -1
  285. package/android64/libConnectedSpacesPlatform.so +0 -0
  286. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  287. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  288. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  289. package/android64.meta +1 -1
  290. package/ios/libConnectedSpacesPlatform.a +0 -0
  291. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  292. package/ios/libcrypto.a.meta +1 -1
  293. package/ios/libssl.a.meta +1 -1
  294. package/ios.meta +1 -1
  295. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  296. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  297. package/macosx.meta +1 -1
  298. package/package.json +1 -1
  299. package/package.json.meta +1 -1
  300. package/windows/ConnectedSpacesPlatform.dll +0 -0
  301. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  302. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  303. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  304. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 92c7b778ce674a60a44745c0eeaaefa8
2
+ guid: fc02d2383b0340f7a87fb980373f6624
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 36eff16f1766471cb606a344b19152ee
2
+ guid: 32cef3bb580d463fa214e3e4ca5b1906
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,94 +1,16 @@
1
- # Built from changelist ID 621391a4857c72c1fd9b82db4ab7cfb7852dc438
1
+ # Built from changelist ID b536960ad0e85fabd542f5d9537a2295ddc81821
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
- ### 🔥 ❗ Breaking Changes
9
8
 
10
- - Rename `LoginWithToken` *(27016b9)* [**OF-1047**]
11
- - Expose multiplayer errors *(0e1a844)* [**OB-3069**]
12
- - Refactor Authentication results *(64c2ba6)* [**No Ticket**]
13
- - Merge asset collection get functions *(3acf6ba)* [**OF-498**]
14
- - Modify SettingsSystem API *(29e548a)* [**OF-1226**]
15
- - Make Systems dtors private *(5a2e8a2)* [**OF-998**]
16
- - Combined connect calls (#358) *(d84fcef)* [**OF-1248**]
17
- - Updating csp-services (#367) *(2d5af00)* [**No Ticket**]
18
- - Multiplayer messages after leaving a space (#370) *(ba05f46)* [**OF-1257**]
19
9
 
20
10
 
21
- ### 🍰 🙌 New Features
22
11
 
23
- - Add Avatar info settings *(485b064)* [**OF-793**]
24
- - Wrap `[[deprecated]]` in wrappers *(7e8b589)* [**OF-665**]
25
- - Copying asset collections from one space to another (#299) *(e855213)* [**No Ticket**]
26
- - Recent spaces storage increased to 50 (#354) *(67eaec2)* [**OF-1213**]
27
- - Recent spaces storage increased to 50 (#354) *(79f6a1a)* [**OF-1213**]
28
- - Added GetProduct...ByVariantId (#368) *(3b0bd19)* [**OF-1250**]
29
12
 
30
13
 
31
- ### 🐛 🔨 Bug Fixes
32
-
33
- - Update to CSP-Service (#281) *(9e092fd)* [**OF-1133**]
34
- - Support string/primitive event params *(95ccd1b)* [**No Ticket**]
35
- - Remove const ref from GetCheckoutSessionUrl (#283) *(8b3c903)* [**No Ticket**]
36
- - Add GetUniqueString (#288) *(3272e6a)* [**OF-1066**]
37
- - Update unity examples (#293) *(00a231e)* [**OSB-10**]
38
- - Remove C style casting (#295) *(bb0f889)* [**OF-1196**]
39
- - Fix .clangformat for latest clang ver *(704cb1f)* [**No Ticket**]
40
- - Python preq installation *(40004a7)* [**No Ticket**]
41
- - More interface implementations *(ebe4ab1)* [**No Ticket**]
42
- - Update module dependencies (#315) *(beb8fa8)* [**No Ticket**]
43
- - Remove Distutils dependency (#319) *(5a98376)* [**No Ticket**]
44
- - Remove distutils dependency (#320) *(0dab944)* [**No Ticket**]
45
- - FileAssetDataSource bad path (#314) *(2229200)* [**OB-953**]
46
- - IsModifiable flag impl (#324) *(19b5b59)* [**OF-627**]
47
- - Ensure const `Map` is immutable *(4162163)* [**OB-3073**]
48
- - Disable import.meta in TS wrapper *(801531f)* [**OF-1165**]
49
- - Check for non-existant AvatarInfo *(21660e4)* [**OB-3197**]
50
- - Check for non-existant AvatarInfo *(d312119)* [**OB-3197**]
51
- - Logging arg fix *(87b3c5b)* [**No Ticket**]
52
- - More logging fixes *(c8ec6b3)* [**No Ticket**]
53
- - Even more logging fixes *(a202154)* [**No Ticket**]
54
- - Fix readme gen for GH commits *(5be4aac)* [**No Ticket**]
55
- - Fix SetCustomProperty not sending changes to clients (#345) *(c66a157)* [**OB-3203**]
56
- - Bump gitpython from 3.1.32 to 3.1.41 *(4fdc213)* [**No Ticket**]
57
- - Entity names emitted in log messages (#348) *(8435f72)* [**OF-687**]
58
- - Fix spline waypoints in script *(6a14178)* [**OB-3227**]
59
- - Clients can retrieve the avatar portraits of any user (#357) *(dc34ad2)* [**OB-3254**]
60
- - Crash on Unity when logging in (#363) *(52cbade)* [**OB-3276**]
61
- - Crash in GetConnectionState (#369) *(59197c4)* [**OB-3308**]
62
-
63
-
64
-
65
- ### 💫 💥 Code Refactors
66
-
67
- - Update C++ BasicFramework example to 4.17.1 (#292) *(d098dc3)* [**OF-1205**]
68
- - Update web examples to 4.17.1 (#291) *(6a182cf)* [**OW-1567**]
69
- - Remove GenerateReadMe (#294) *(c5b155f)* [**OF-1189**]
70
- - Optimise header transform *(d152116)* [**OF-1166**]
71
- - Removing `EntitySystemVersion` (#301) *(60dffa1)* [**OF-955**]
72
- - Component Update documentation (#303) *(b6c9055)* [**OF-1185**]
73
- - Implement transform interfaces *(31bf625)* [**OF-1214**]
74
- - Export all `LogSystem` functions *(cdaf2cd)* [**OF-1155**]
75
- - Asset Uris encoded (#326) *(0f36d35)* [**OF-1215**]
76
- - Ensure allocator created first *(b3854e3)* [**OF-940**]
77
- - Errors on bad calls to metadata (#328) *(3a24c33)* [**OB-2626**]
78
-
79
-
80
- ### 🙈 🙉 🙊 Test Changes
81
-
82
- - Add `CSP_EVENT` unit tests *(9218193)* [**OF-816**]
83
- - Coverage of UserSystem (#290) *(86aa2b9)* [**OF-1083**]
84
- - Add tests for APIResponseBase (#300) *(320bcb3)* [**OF-1086**]
85
-
86
-
87
- ### 📖 ✍ Documentation Changes
88
-
89
- - Documenting our approach to updating the examples (#287) *(49f2614)* [**No Ticket**]
90
- - Datetime string ctor docmentation (#321) *(197e956)* [**OF-1103**]
91
-
92
14
 
93
15
 
94
16
  <br>
@@ -96,72 +18,4 @@
96
18
  ## Revision Change Details
97
19
 
98
20
  | Change ID | Author | Description |
99
- | --------- | ------ | ----------- |
100
- | 9e092fd | Mag-JB | [OF-1133] fix: Update to CSP-Service (#281) |
101
- | 95ccd1b | Michael K | [NT-0] fix: support string/primitive event params |
102
- | 9218193 | Michael K | [OF-816] test: add `CSP_EVENT` unit tests |
103
- | 8b3c903 | Mag-JB | [NT-0] fix: Remove const ref from GetCheckoutSessionUrl (#283) |
104
- | 49f2614 | Sam Birley | [NT-0] doc: Documenting our approach to updating the examples (#287)<br>Updating the readme to call out that the examples are guaranteed to be updated with each major version update of CSP. |
105
- | 3272e6a | Mag-JB | [OF-1066] fix: Add GetUniqueString (#288)<br>&bull; [OF-1066] fix: Add GetUniqueString<br>&bull; [OF-1066] fix: Add alphanumeric func |
106
- | d098dc3 | AdamThorn | [OF-1205] refac: Update C++ BasicFramework example to 4.17.1 (#292)<br>Updated the C++ BasicFramework example to use CSP 4.17.1. |
107
- | 6a182cf | Thomas Greenhalgh | [OW-1567] refac: Update web examples to 4.17.1 (#291) |
108
- | 00a231e | Mag-JB | [OSB-10] fix: update unity examples (#293) |
109
- | c5b155f | Mag-JB | [OF-1189] refac: remove GenerateReadMe (#294) |
110
- | bb0f889 | Mag-JB | [OF-1196] fix: Remove C style casting (#295) |
111
- | 86aa2b9 | MAG-AW | [OF-1083] test: coverage of UserSystem (#290)<br>&bull; [OF-1083] test: coverage of UserSystem<br>&bull; [OF-1083] test: fixed invalid test case<br>&bull; [OF-1083] test: Changed test name |
112
- | 27016b9 | Michael K | [OF-1047] refac!: rename `LoginWithToken`<br>BREAKING CHANGE: `UserSystem::LoginWithToken` has been renamed to<br>`UserSystem::RefreshSession`. Parameter types have not changed. |
113
- | 704cb1f | Michael K | [NT-0] fix: fix .clangformat for latest clang ver |
114
- | 0e1a844 | Michael K | [OB-3069] refac!: Expose multiplayer errors<br>This change addresses a lack of error handling in our multiplayer code.<br>A lot of calls return values were being ignored, which resulted in<br>internal errors that weren't properly handled. It also exposes a way<br>for the user to handle errors.<br>BREAKING CHANGE: This changes a lot of `MultiplayerConnection`<br>endpoints to take an `ErrorCodeCallbackHandler` instead of a<br>`CallbackHandler`. This callback type gets an `ErrorCode` instead of a<br>`bool` passed as the only parameter. This value should be compared to<br>`ErrorCode::None` to ensure the call succeeded. |
115
- | d152116 | Michael K | [OF-1166] refac: optimise header transform<br>This change removes an extra allocation in the code that transforms<br>header keys and values to lower-case in `EmscriptenWebClient`. To<br>support this, a new `String::ToLower` function was added which returns<br>a copy of the string converted to lower-case. |
116
- | 60dffa1 | Sam Birley | [OF-955] refac: removing `EntitySystemVersion` (#301)<br>This API variable still exists from an old versioning pass which has<br>been removed.<br>While we do want to do this versioning style in future,<br>we are removing this from the code base now to prevent<br>confusion down the line. |
117
- | 40004a7 | Sam Birley | [NT-0] fix: python preq installation<br>On windows, the python prerequisites installed during at the start of solution generation now invokes the same python commands as on OSX. |
118
- | 320bcb3 | MAG-AW | [OF-1086] test: Add tests for APIResponseBase (#300) |
119
- | b6c9055 | MAG-AW | [OF-1185] refac: Component Update documentation (#303)<br>&bull; [OF-1185] refac: Component Update documentation<br>- Improved comments for Component Update flow<br>- Removed redundant property info class which is unused.<br>- Removed commented references to it also.<br>&bull; [OF-1185] refac: removed unneeded template |
120
- | 485b064 | Michael K | [OF-793] feat: add Avatar info settings<br>This change adds `SettingsSystem::SetAvatarInfo()` and<br>`SettingsSystem::GetAvatarInfo()` to allow clients to set persistent<br>Avatar values that can be retrieved outside of the Multiplayer system. |
121
- | ebe4ab1 | Michael K | [NT-0] fix: more interface implementations<br>This change implements `ITransformComponent` for `ImageSpaceComponent`<br>and `IPositionComponent` for `AudioSpaceComponent`. |
122
- | 31bf625 | Michael K | [OF-1214] refac: implement transform interfaces |
123
- | 7e8b589 | Michael K | [OF-665] feat: wrap `[[deprecated]]` in wrappers |
124
- | b5fdb28 | Kuang-Hsin Liu | [OPE-1504] Update examples to Unity 2022 LTS<br>&bull; updated Unity example Initialising Foundation to Unity 2022.3.16f1<br>&bull; updated Unity example Basic Framework to Unity 2022.3.16f1<br>&bull; updated Unity example Multiplayer to Unity 2022.3.16f1<br>&bull; updated the Unity version info in README files |
125
- | cdaf2cd | Michael K | [OF-1155] refac: export all `LogSystem` functions<br>NOTE: Tests are not needed for this as we currently already test<br>`LogSystem` in our C++ tests, and wrapper-related tests are handled by<br>our wrapper generator unit tests. |
126
- | beb8fa8 | AdamThorn | [NT-0] fix: Update module dependencies (#315)<br>Updated requirements.txt to include the distutils<br>module dependency. |
127
- | 5a98376 | AdamThorn | [NT-0] fix: remove Distutils dependency (#319) |
128
- | 0dab944 | AdamThorn | [NT-0] fix: Remove distutils dependency (#320)<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
129
- | dd056f6 | AdamThorn | Staging 4.18.0 (#322)<br>[NT-0] fix: Remove distutils dependency<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
130
- | 197e956 | Sam Birley | [OF-1103] doc: datetime string ctor docmentation (#321)<br>The DateTime constructor accepting a string argument includes inline comments that document the expected format of the string being passed in. |
131
- | 2229200 | MAG-AW | [OB-953] fix: FileAssetDataSource bad path (#314)<br>CSP now gracefully handles cases where bad paths are provided to upload asset data. When a file cannot be found at the given path, an error will be emitted to the log. Tests have been added to validate the behaviour. |
132
- | e855213 | Sam Birley | [NT-0] feat: Copying asset collections from one space to another (#299)<br>CSP client applications can copy asset collections from one space to another via new API in the `AssetSystem`. The API expects that all asset collections provided by the client application all belong to the same space. |
133
- | 64c2ba6 | Michael K | [NT-0] refac!: Refactor Authentication results<br>Some result types have been refactored to reduce the number of public<br>result types, and to make the return value type more apparent.<br>BREAKING CHANGES:<br>&bull; `UserSystem::LogOut` now takes `NullResultCallback` instead of<br> `LogoutResultCallback`. `LogoutResultCallback` is now private.<br>&bull; `UserSystem::GetAgoraUserToken` now takes `StringResultCallback`<br> instead of `UserTokenResultCallback`. `UserTokenResultCallback` is<br> now private.<br>&bull; `UserSystem::GetCustomerPortalUrl` now takes `StringResultCallback`<br> instead of `CustomerPortalUrlResultCallback`.<br> `CustomerPortalUrlResultCallback` is now private.<br>&bull; `UserSystem::GetCheckoutSessionUrl` now takes `StringResultCallback`<br> instead of `CheckoutSessionUrlResultCallback`.<br> `CheckoutSessionUrlResultCallback` is now private.<br>&bull; `UserSystem::Ping` now takes a `NullResultCallback` instead of a<br> `PingResponseReceivedCallback`. `PingResponseReceivedCallback` has<br> been removed.<br>&bull; `LoginTokenReceived` has been renamed `LoginTokenInfoResult`.<br>&bull; `NewLoginTokenReceivedCallback` has been renamed<br> `LoginTokenInfoResultCallback`,<br>&bull; Non-const versions of result types' `GetX` members have been removed. |
134
- | 0f36d35 | TY | [OF-1215] refac: asset Uris encoded (#326) |
135
- | 3acf6ba | Michael K | [OF-498] refac!: merge asset collection get functions<br>This change merges `GetAssetCollectionsById` and<br>`GetAssetCollectionsByCriteria` into the function<br>`FindAssetCollections` |
136
- | 19b5b59 | MAG-AW | [OF-627] fix: IsModifiable flag impl (#324)<br>&bull; [OF-627] fix: IsModifiable flag impl<br>&bull; [OF-627] test: refactored tests for Serialisation<br>&bull; Tests needed a rework to account for property setting needing to<br>know information from the MultiplayerConnection.<br>&bull; [OF-627] refac: pr feedback refactoring<br>&bull; [OF-627] test: revert test changes<br>&bull; [OF-627] fix: disable modifiable check for offline |
137
- | b3854e3 | Michael K | [OF-940] refac: ensure allocator created first |
138
- | 29e548a | Michael K | [OF-1226] refac!: Modify SettingsSystem API<br>BREAKING CHANGE: This change removes the `UserId` parameter from all<br>public `SettingsSystem` functions. |
139
- | 4162163 | Michael K | [OB-3073] fix: ensure const `Map` is immutable<br>Indexing into a const `Map` with a key that is not already present will<br>no longer cause an allocation and will instead throw. |
140
- | 3a24c33 | MAG-AW | [OB-2626] refac: errors on bad calls to metadata (#328)<br>- Added error handling for calls to metadata request functions<br>where the passed SpaceId param is empty. |
141
- | 5a2e8a2 | Michael K | [OF-998] refac!: make Systems dtors private<br>BREAKING CHANGE: Systems classes no longer expose their destructors. If<br>you were calling `delete` (C++), `.Dispose()` (C#), or `.delete()` (JS)<br>you will need to remove these calls. |
142
- | 801531f | Michael K | [OF-1165] fix: disable import.meta in TS wrapper |
143
- | 21660e4 | Michael K | [OB-3197] fix: check for non-existant AvatarInfo |
144
- | d312119 | Michael K | [NT-0] fix: revert import.meta change |
145
- | 87b3c5b | Michael K | [NT-0] fix: logging arg fix<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
146
- | c8ec6b3 | Michael K | [NT-0] fix: more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
147
- | a202154 | Michael K | [NT-0] fix: even more logging fixes<br>Fixes an issue where we were passing a String instead<br>of a C-String to CSP_LOG_&bull;. |
148
- | 5be4aac | Michael K | [NT-0] fix: fix readme gen for GH commits<br>This change fixes an issue where commit message parsing fails for<br>commits authored from the GitHub UI, as no newline character exists.<br>It also fixes an issue with summary lists breaking the string case of<br>commit descriptions. |
149
- | 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 |
150
- | 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> |
151
- | 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. |
152
- | 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. |
153
- | 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. |
154
- | 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 |
155
- | 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. |
156
- | 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 |
157
- | 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 |
158
- | 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. |
159
- | 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 |
160
- | 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. |
161
- | 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 |
162
- | 52cbade | MAG-AW | [OB-3276] fix: Crash on Unity when logging in (#363)<br>&bull; Resolved issues with callback types causing a crash<br>&bull; Refactored the Unity Example to use the new multiplayer flow, the<br>examples will need to be updated to use the package next produced<br>following this commit. (4.22.1+) |
163
- | 4d1951e | Michael K | Revert "build(deps): bump pyyaml from 5.3.1 to 5.4 in /teamcity (#347)"<br>This reverts commit 7c2927bc8f0836c3dd0a9cc146061f5c396522b8. |
164
- | 2d5af00 | MAG-AW | [NT-0] feat!: updating csp-services (#367)<br>&bull; [nt-0] feat!: updating csp-services<br>&bull; Breaking change: UserSystem::ExchangeKey has been removed<br>&bull; GetSpacesByAttributes now has the ability to filter by 'IsArchived'<br>&bull; [nt-0] test: fixed c# tests<br>&bull; [nt-0] test: fixed c# tests |
165
- | 3b0bd19 | MAG-AW | [OF-1250] feat: Added GetProduct...ByVariantId (#368)<br>&bull; [OF-1250] feat: Added GetProduct...ByVariantId<br>&bull; Added GetProductInformationByVariantId<br>&bull; Added new result type<br>&bull; Added internally verified test<br>&bull; [OF-1250] refac: Added bulk search for VariantIds<br>&bull; [OF-1250] refac: function rename and comments |
166
- | ba05f46 | Sam Birley | [OF-1257] fix!: Multiplayer messages after leaving a space (#370)<br>Now that the MP connection is live for the lifetime of the application, and the scope for the space is set on invoking SpaceSystem::EnterSpace, we must do the symmetric opposite when exiting a space.<br>Since CSP enforces that a client can only listen to one scope at a time at present, this is a case of invoking the ResetScopes endpoint on the services when the client calls ExitSpace.<br>This is a breaking change, as this introduces async behaviour to ExitSpace, and the CSP API here now accepts a callback parameter, invoked on completion of the async call. |
167
- | 59197c4 | MAG-AW | [OB-3308] fix: crash in GetConnectionState (#369)<br>&bull; [OB-3308] fix: crash in GetConnectionState<br>&bull; [OB-3308] style: update comment for RefreshSession<br>&bull; [OB-3308] fix: Connection logic to RefreshSession<br>&bull; [OB-3308] fix: added body for failure<br>&bull; [OB-3308] test: removing test<br>&bull; We can't test the new conditions required for RefreshSession, so we<br>must remove the test for the time being.<br>&bull; [OF-3308] refac!: refactored RefreshSession<br>&bull; RefreshSession now internal function, returns a NullResult to<br>prevent confusion (should not be used for logging in) - functions<br>how it always did before, no MultiplayerConnection implementation.<br>&bull; New function LoginWithRefreshToken - Renamed public API function<br>RefreshSession. It includes functionality to establish a multiplayer<br>connection as the assumption is this function is being used to log in<br>where there is still a valid refresh token to act on.<br>&bull; [OB-3308] test: removing refreshsession c# test<br>&bull; [OB-3308] test: fix c++ test<br>&bull; [OB-3308] fix: LoginState in LoginWithRefreshToken |
21
+ | --------- | ------ | ----------- |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f2ed3389e3524b1c8b7db5a91b18a7b1
2
+ guid: dc6f7f7e3450422ab97b5490ba967e1e
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9849a7bec60d46958d7870f2ead0c401
2
+ guid: a28e849b1c9d4432be9c3a27b8d3b8e2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0f181cdca1454a3cb37d088e53b579dc
2
+ guid: fb04d7fb6c424f55a7ccdaabf56000fc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 07e21aec93184c969ccdc377d096c395
2
+ guid: b7d0baa33c634e48bf8aa1943255a345
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 44774c33256b4b8db156b4c776d264a5
2
+ guid: ec1d6eef12474c95a5ac6b3029b3c48e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 14ef803130b044c0aa11d1d87c2232c9
2
+ guid: d4c6eb6c4b6543b4987e03c8ca524ec6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7a07cc5f9f3341a1b6bef1448e6502f7
2
+ guid: 618a456585db4e5c9eb563fdf808f98a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d699a389996f427ba6d6f98c301afb22
2
+ guid: 3a3e99a40c5f4d35946fbac1b86da00e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e3f282deb7b141f7b7171adc8dd6852d
2
+ guid: 1416fb5af5a743a3b77598258d1c76f5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3632a61120c8437bb6f930bb24629a62
2
+ guid: b4fa0b33825843f098cd5adafdec4988
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: da776485e41e40e090a2188cbe4b9bd2
2
+ guid: 574d1f368b494e039ce6c36d81de1e0d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6fc125a48f0f435581f4a20eec944ca5
2
+ guid: c392377e00554978a249c9626804d563
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7f1b51c0e9694b2caa1d5c2893e4c57d
2
+ guid: 48c071d642974b0ca6c37022d4738789
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c16f08c6610346e29901e0f20b08e204
2
+ guid: 8d253502f4f643e8a2c40d088706706d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8617b071ebc34a08814a7c42240df3f4
2
+ guid: 822fd619649e4affbec25110047966a5
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7a481d1d809a4a10bb056f9a0f13ddad
2
+ guid: 82c2a55b9e00446c941c8e2b5dac4c2a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 28835dd3fdc74930aec9bbd115f09070
2
+ guid: e6ebce2e49964c60a032fc39ca3e62fe
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c0e1c6a030b54923aea362560f0962a6
2
+ guid: d7a7ff4da569456a92dcf67fc9662424
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cd623b9fc535409cad0539750b9e5a7b
2
+ guid: 9f380d91e2e34c4aaa7611db52f24652
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 456163ce3612451089ec6f9fa181b170
2
+ guid: 648d087dbfc1421195378cc63e479feb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a00cf1fc338f46f085081cdc5d622962
2
+ guid: cbe45c39da9c4c53a76d6484d8f9b9df
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bece3cc6f6bb4cfbaf9b110c63652eef
2
+ guid: 74c930f655b140ebbcdd6edae5e4af21
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9a008482fb0c40af8f7c2b5735e07ad3
2
+ guid: 9b2783b1f9d84d72a6629306c7c91058
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bf8f05a5f94041d4a7dfcdddd5f9142e
2
+ guid: 10c40e1ec21d4df9a551be7ecd03e91d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 82e3d315201f424d8e8afccf6649e4da
2
+ guid: ba54474901a84ee68015f96a73872012
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f8229fd9120f46709c4ec9bbb8e35336
2
+ guid: 41c09a2543c840079d9562cec4685a09
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f9c7b109fae541cea5c8548226224675
2
+ guid: 78b1e68478f7459ab12b87d8ee9521ab
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b4b38d5b010f4c26b2191067a77019da
2
+ guid: f7549f029b244271ad2864ce65e02764
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 579044db49324aa28fd841667ddd96dc
2
+ guid: b8e62ea1506444b2950caf40c0a68646
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2b5c197b01d543aea4ae8b6827bf081a
2
+ guid: 48879d9678d24bbcb371a4212a73c32f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c10277b75d7f42e4a5727188b077977a
2
+ guid: 6472fb89f43c47d88446153f2250aaf4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4543cb1b618c443c85390997111e4b13
2
+ guid: 5c2d886b0ff24d158ebff13e3f8fdd6b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27047a093e7146018b1eb9201d1b2d01
2
+ guid: 80632ef9cae0473e8415514eb018973e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b612ca9634ae413daa62712899d83cb3
2
+ guid: e170d653ae2b4a81bb8a6c830144fb4b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b44d6b2205f444c8b7fda64529292939
2
+ guid: 927f0ce23b4e4588a4f11ea9425d0131
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 474c2f621bb446ebb7846dc1e4bd7d22
2
+ guid: 806b36b259424b28870fb31e9a44f116
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 26694a8d48da47529bf8f30de25d003c
2
+ guid: 1b4189291ce941abb3a6d36caf974e95
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8bbae55f55fd4e82939f7102e8fbcc41
2
+ guid: 35468cba64ba46bda19b8d859f6a61b9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a9a33338ff6a490e8f860b2f78b983db
2
+ guid: db23a7db4b6748e2bfc5399fd386afd4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d0d601c34364e5d804f59972960a429
2
+ guid: 3ff9329afbb341a6973549c2b3ac5d8a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7de6c74beddd475285d3bd9b45fd7847
2
+ guid: 0a042d74a01b4e559af789b0e8d93f67
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d4d1de593404914a152bb3a1065e86d
2
+ guid: 64d80095ea6f4154bf899117c22aa218
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 947f6c6c9ca341ff98720fd9313f97a7
2
+ guid: 19d71a0dd63c414b9f244a156e6a9cd5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27cdf4059b274eccb7d04a8fcb82dded
2
+ guid: de67282a10e54ac3b3c48d21794899ea
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e8180bd16b9b418d89faefb5c530d69b
2
+ guid: b1bd29f912e44ac981b2b78b04be4dc9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7a4d2912774447bfacf11d574170eb29
2
+ guid: 40cb2ee8b53e41e88ad0490b1f0c175e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: df3881b2f1314953aa4d09b992600038
2
+ guid: cdb695530b2c4c1db1bcb60b78e0771d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e4e9ef68a9f247dda2d5308dd74d6bc8
2
+ guid: b931c390e78c48629a87868019ae40f1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e004c96ac6a94ce2acd51da7ceea6b54
2
+ guid: 7b1ca802ff454140a8e5a7e9bd9da560
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: dd401d670b854855b0bb7ad2728b3783
2
+ guid: 5a18d4ec95b54f94899ffaef11a10009
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 31f3d161526c459b9a70768d8f7e7a9d
2
+ guid: 642267945dab48b39a0dde4c4509069e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2