connected-spaces-platform.unity.core 4.28.1 → 5.0.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 (374) hide show
  1. package/Editor/NativePluginBuildProcessor.cs +3 -3
  2. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  3. package/Editor.meta +1 -1
  4. package/README.md +2 -18
  5. package/README.md.meta +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 +34 -0
  23. package/Source/EndpointURIs.cs.meta +1 -1
  24. package/Source/Il2cppPreserver.cs.meta +1 -1
  25. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentBase.cs +50 -0
  27. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentType.cs +1 -0
  29. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  30. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  31. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs +1 -1
  34. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs +1 -1
  46. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +1 -1
  61. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +2 -2
  63. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +1 -1
  65. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +2 -2
  67. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +1 -1
  72. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +29 -0
  75. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +11 -0
  76. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +480 -0
  77. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +11 -0
  78. package/Source/Multiplayer/Components/ImagePropertyKeys.cs +1 -1
  79. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +2 -2
  81. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  92. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/LightPropertyKeys.cs +1 -1
  94. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +1 -1
  102. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
  105. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +1 -1
  112. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  116. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs +1 -1
  119. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  120. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +2 -2
  122. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  123. package/Source/Multiplayer/Components.meta +1 -1
  124. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  125. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  126. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  127. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  128. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  129. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  130. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  131. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  132. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  133. package/Source/Multiplayer/Conversation.meta +1 -1
  134. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  135. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  136. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  137. package/Source/Multiplayer/ESequenceUpdateType.cs +22 -0
  138. package/Source/Multiplayer/ESequenceUpdateType.cs.meta +11 -0
  139. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  140. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  141. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  142. package/Source/Multiplayer/MultiplayerConnection.cs +56 -0
  143. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  144. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  145. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  146. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  147. package/Source/Multiplayer/Script.meta +1 -1
  148. package/Source/Multiplayer/SequenceChangedParams.cs +199 -0
  149. package/Source/Multiplayer/SequenceChangedParams.cs.meta +11 -0
  150. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  151. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  152. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  153. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  154. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  155. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  156. package/Source/Multiplayer.meta +1 -1
  157. package/Source/NativeClassWrapper.cs.meta +1 -1
  158. package/Source/ProgressEventArgs.cs.meta +1 -1
  159. package/Source/Ref.cs.meta +1 -1
  160. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  161. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  162. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  163. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  164. package/Source/Systems/Analytics.meta +1 -1
  165. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  166. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  167. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  168. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  169. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  170. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  171. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  172. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  173. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  174. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  175. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  176. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  177. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  178. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  179. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  180. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  181. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  182. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  183. package/Source/Systems/Assets.meta +1 -1
  184. package/Source/Systems/BooleanResult.cs.meta +1 -1
  185. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  186. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  191. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  194. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  201. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  202. package/Source/Systems/ECommerce.meta +1 -1
  203. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  204. package/Source/Systems/EResultCode.cs.meta +1 -1
  205. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  206. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  208. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  210. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  213. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  214. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  215. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing.meta +1 -1
  217. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  218. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  219. package/Source/Systems/GraphQL.meta +1 -1
  220. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  221. package/Source/Systems/HotspotSequence/HotspotGroup.cs +157 -0
  222. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +11 -0
  223. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +99 -0
  224. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +11 -0
  225. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +99 -0
  226. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +11 -0
  227. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +491 -0
  228. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +11 -0
  229. package/Source/Systems/HotspotSequence.meta +7 -0
  230. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  231. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  232. package/Source/Systems/Log.meta +1 -1
  233. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  234. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  235. package/Source/Systems/Maintenance/MaintenanceSystem.cs +5 -3
  236. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  237. package/Source/Systems/Maintenance.meta +1 -1
  238. package/Source/Systems/NullResult.cs.meta +1 -1
  239. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  240. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  241. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  242. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  243. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  244. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  245. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  246. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  247. package/Source/Systems/Organizations.meta +1 -1
  248. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  249. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  250. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  251. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  252. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  253. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  254. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  255. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  256. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  257. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  258. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  259. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  260. package/Source/Systems/Quota.meta +1 -1
  261. package/Source/Systems/ResultBase.cs.meta +1 -1
  262. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  263. package/Source/Systems/Script.meta +1 -1
  264. package/Source/Systems/Sequence/Sequence.cs +259 -0
  265. package/Source/Systems/Sequence/Sequence.cs.meta +11 -0
  266. package/Source/Systems/Sequence/SequenceResult.cs +97 -0
  267. package/Source/Systems/Sequence/SequenceResult.cs.meta +11 -0
  268. package/Source/Systems/Sequence/SequenceSystem.cs +474 -0
  269. package/Source/Systems/Sequence/SequenceSystem.cs.meta +11 -0
  270. package/Source/Systems/Sequence/SequencesResult.cs +99 -0
  271. package/Source/Systems/Sequence/SequencesResult.cs.meta +11 -0
  272. package/Source/Systems/Sequence.meta +7 -0
  273. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  274. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  275. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  276. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  277. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  278. package/Source/Systems/Settings.meta +1 -1
  279. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  280. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  281. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  282. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  283. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  284. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  285. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  286. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  287. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  288. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  289. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  290. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  291. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  292. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  293. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  294. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  295. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  296. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  297. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  298. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  299. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  300. package/Source/Systems/Spaces.meta +1 -1
  301. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  302. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  303. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  304. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  305. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  306. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  307. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  308. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  309. package/Source/Systems/Spatial/EPointOfInterestType.cs +1 -0
  310. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  311. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  312. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  313. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  314. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  315. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  316. package/Source/Systems/Spatial/PointOfInterest.cs +34 -0
  317. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  318. package/Source/Systems/Spatial/PointOfInterestSystem.cs +21 -6
  319. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  320. package/Source/Systems/Spatial.meta +1 -1
  321. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  322. package/Source/Systems/StringResult.cs.meta +1 -1
  323. package/Source/Systems/SystemBase.cs.meta +1 -1
  324. package/Source/Systems/SystemsManager.cs +56 -0
  325. package/Source/Systems/SystemsManager.cs.meta +1 -1
  326. package/Source/Systems/UInt64Result.cs.meta +1 -1
  327. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  328. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  329. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  330. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  331. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  332. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  333. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  334. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  335. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  336. package/Source/Systems/Users/Profile.cs.meta +1 -1
  337. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  338. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  339. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  340. package/Source/Systems/Users/UserSystem.cs +62 -3
  341. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  342. package/Source/Systems/Users.meta +1 -1
  343. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  344. package/Source/Systems/Voip.meta +1 -1
  345. package/Source/Systems.meta +1 -1
  346. package/Source/Web/EResponseCodes.cs.meta +1 -1
  347. package/Source/Web.meta +1 -1
  348. package/Source/WrapperHelper.cs.meta +1 -1
  349. package/Source.meta +1 -1
  350. package/android64/libConnectedSpacesPlatform.so +0 -0
  351. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  352. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  353. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  354. package/android64.meta +1 -1
  355. package/ios/libConnectedSpacesPlatform.a +0 -0
  356. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  357. package/ios/libcrypto.a.meta +1 -1
  358. package/ios/libssl.a.meta +1 -1
  359. package/ios.meta +1 -1
  360. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  361. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  362. package/macosx.meta +1 -1
  363. package/package.json +1 -1
  364. package/package.json.meta +1 -1
  365. package/visionos/libConnectedSpacesPlatform.a +0 -0
  366. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  367. package/visionos/libcrypto.a.meta +1 -1
  368. package/visionos/libssl.a.meta +1 -1
  369. package/visionos.meta +1 -1
  370. package/windows/ConnectedSpacesPlatform.dll +0 -0
  371. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  372. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  373. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  374. package/windows.meta +1 -1
@@ -29,9 +29,9 @@ public class NativePluginBuildProcessor : IPreprocessBuildWithReport
29
29
  // Only include appropriate CSP binary
30
30
  var ext = Path.GetExtension(importer.assetPath);
31
31
 
32
- // TODO: Remove this hack that always includes iOS and macOS binaries
33
- // This was put in place because we currently only include release binaries due to debug binary sizes
34
- if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX)
32
+ // TODO: Remove this hack that always includes iOS and macOS binaries.
33
+ // This was put in place because we currently only include release binaries due to debug binary sizes.
34
+ if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX || report.summary.platform == BuildTarget.VisionOS)
35
35
  importer.SetIncludeInBuildDelegate((_) => true);
36
36
  else if (report.summary.options.HasFlag(BuildOptions.Development) && !importer.assetPath.EndsWith($"_D{ext}"))
37
37
  importer.SetIncludeInBuildDelegate((_) => false);
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2ff3907d2bf948b8a4d65af821bea25d
2
+ guid: d6a2dd59942f4e6db06475baf1509bf1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1717bd3f608c40c685d46c0fccae961e
2
+ guid: dfb81edda1b94b34855645cdb525510c
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID f24b5bea05573ddcb92974d3d9339f565ec9174a
1
+ # Built from changelist ID 13d044bfb0f96935048aa3c0ce7801e1af829934
2
2
 
3
3
  <br>
4
4
 
@@ -6,22 +6,9 @@
6
6
 
7
7
 
8
8
 
9
- ### 🍰 🙌 New Features
10
9
 
11
- - Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
12
10
 
13
11
 
14
- ### 🐛 🔨 Bug Fixes
15
-
16
- - Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
17
- - Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
18
-
19
-
20
-
21
-
22
- ### 🙈 🙉 🙊 Test Changes
23
-
24
- - ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
25
12
 
26
13
 
27
14
 
@@ -32,7 +19,4 @@
32
19
 
33
20
  | Change ID | Author | Description |
34
21
  | --------- | ------ | ----------- |
35
- | a9e5187 | MAG-AW | [NT-0] test: ConversationSystemTests fix (#430)<br>&bull; Fixed test not entering and exiting spaces correctly before<br>sending network events. |
36
- | 61a0ac2 | Lyubomir Lichev | [OPE-1738] fix: Moved CSP tick loop start after login in examples (#427)<br>&bull; [OPE-1738]: refac: moved csp tick loop start to after login in examples<br>&bull; [OPE-1738]: retrigger checks |
37
- | dffb01c | mag-richardzirbes | [NT-0] feat: Update Example visionOS README & example code update (#429)<br>&bull; [NT-0] feat: Vision OS example app readme & minor code updates<br>&bull; Update Readme |
38
- | 3d15817 | MAG-IY | [OF-1330] fix: missing TextSpaceComponent refs (#431)<br>Added missing references to TextSpaceComponent.<br>Added tests to verify everything is working. |
22
+ | cd6532c | MAG-IY | Staging/add hotspot sequence system (#466)<br>&bull; [NT-0] test: Updating CSP tests to comply with new EventBrite data formatting requirements<br>EventBrite have made a services change that now rejects data that does not match their expected schema.<br>We have addressed this in CSP tests by changing the data passed into CSP to match the EventBrite schema.<br>We have also refactored the eticketing tests to all rely on a single set of test variables, to simplify updates in the future.<br>&bull; [OF-1324] fix: path validation for CartId <br>GetCheckoutInformation now checks CartId for forward and backward slashes and early-outs with an error message in the log if found.<br>&bull; [OF-1359] refac: Update the hotspot component type properties<br>OF-1359 refac: Update the hotspot component type properties<br>&bull; Removed the hotspot space component get/set hotspot type methods and associated property<br>&bull; Removed the enum for HotspotType<br>&bull; Added get/set IsTeleportPoint and IsSpawnPoint methods both storing their values in boolean properties<br>&bull; Updated the hotspot space component script interface<br>&bull; Updated the hostspot space component tests<br>&bull; [OF-1334] feat: Sequence System - Generic system for storing shared sorted lists. (#441)<br>&bull; [OF-1334] feat: add sequence system<br>&bull; [OF-1334] refac: PR changes<br>&bull; [OF-1334] doc: update comments<br>&bull; [OF-1334] refac: add additional test + comments<br>&bull; [OB-3650] fix: reverse shutdown order (#446)<br>Systems must be shut down in reverse order to CreateSystems() to ensure that any dependencies continue to exist until each system is successfully shut down.<br>This resolves a potential crash on shutdown, as it prevents the script system from being deleted before script entities.<br>&bull; [OF-596] refac: Replace GetProfilesByUserId with GetBasicProfilesByUserId<br>&bull; [OB-3653] fix: Crash when tearing down the multiplayer connection for Unity-based clients.<br>Using the callback to block the thread until the disconnection is complete, ensuring that any callbacks fired during the shutdown process are completely handled before the system is destroyed.<br>&bull; [NT-0] feat: Querying for local POIs by type (#450)<br>Discovered whilst writing spatial services documentation for CSP, there was a client-application-level feature missing, where whilst the client app is able to associate a POI with a space using the UpdateSpaceGeoLocation method on SpaceSystem, they had no affordance via the POISystem to later query for POIs associated with spaces.<br>In fact, the POISystem was deliberately filtering out POIs that were associated with spaces, and only ever returning DEFAULT type POIs.<br>This change introduces a new optional parameter to the POI System, Type, which allows the client to query for only POIs of a certain type.<br>If all types are desired to be included in the returned results, the optional value should not be specified.<br>If the previous behaviour of CSP when returning results is preferred, please pass in the DEFAULT type.<br>If the application wishes to filter for only spaces of type SPACE, please pass this as the argument.<br>The change also addresses some technical debt, where the strings denoting default and space type POIs were previously hard-coded in several methods. They have all been unified to rely on a single set of type/string conversion helper functions.<br>&bull; [OF-1378] fix: update sequence API (#454)<br>Updated Sequence result doxygen comments<br>Added ASYNC macro to sequence API<br>Removed optional constraint from API<br>updated sentinal check in SequenceSystem<br>Updated test to consume new API<br>Added better error reporting to wrapper gen<br>&bull; [OF-688] refac: Delete cancel login test (#452)<br>Removing an unused problematic test.<br>&bull; [OF-1365] doc: updated sequence key docs (#456)<br>&bull; [OB-3664] fix: Added test timeout (#457)<br>- Added timeout for test with a check to ensure callback was called<br>&bull; [OF-1313] feat: Add name property to component base<br>&bull; Added GetComponentName and SetComponentName to ComponentBase<br>&bull; Deprecated Name properties and accessors on derived classes<br>&bull; Setup script accessor for aname<br>&bull; Added tests for name in ComponentBase<br>&bull; [OF-1371] Added ParentId property to SpaceEntity (#453)<br>&bull; [OF-1371] feat: add ParentId property<br>&bull; [OF-1371] feat: updated serialization<br>&bull; [OF-1371] fix: fixed serialization test crashes<br>&bull; [OF-1371] refac: updated id to optional<br>&bull; [OF-1371] refac: fixing constructors<br>&bull; Hotspot sequence system addition (#462)<br>&bull; [OF-1634] feat: Add hotspot sequence system<br>&bull;Added hotspot group<br>&bull;Added hotspot group system<br>&bull;Updated system manager to consume new class<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; small updates to doxygen comments and moved typedefs into namespace.<br>&bull; added new test suite for hotspot sequence system<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull;tweaks to tests and hotspot sequence system.<br>&bull; [OF-1364] feat: add hotspot sequence system<br>Added rename hotspot group functionality and happy test<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; Added test case for failed rename(group does not exist)<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull;updated key generation and stripping<br>&bull;cleaned up API & tests<br>&bull; added contructors for Hotspot group objects<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; updated naming convention to make consistent across all files<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; Updated new CHS version(submodule)<br>&bull; updated sequence system to consume chs version<br>&bull; updated sequense system tests<br>&bull; updated Hotspot system to consume new sequence API<br>&bull; updated tests to conform to new pattern<br>&bull; Updated Convert std map to csp map<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; Removed redundant regex function<br>&bull; Fixed Convert comment<br>&bull; Updated submodule for CHS<br>&bull; [OF-1364] style: line ending<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; added group name checking to helper functions.<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; renamed Hotspot group files for consistency<br>&bull; renamed hotspot sequence system files for consistency<br>&bull; renamed test file for consistency<br>&bull; [OF-1364] feat: add hotspot sequence system<br>&bull; renamed hotspot group files<br>&bull; renamed hotspot sequence system files<br>---------<br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com><br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>Co-authored-by: David Swift <david.swift@magnopus.com> |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 48ea64aabb5d469caa7693bd75a6b1f4
2
+ guid: df3edd9357044c25ab710e7db554ffad
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ffa84e37b93242c4854d444d246e11ea
2
+ guid: d70daa278653443c8b077a32b36f6e4f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e3ba79c12e2943ef8af86006ac106bfa
2
+ guid: 8af63e9225d042cd8c85f3d3aeed4198
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d2c4d063c044e61b5a2927ec5cc6149
2
+ guid: e1778fdcd1994707ad32eadfa817ca0e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0e307f326573436495a1be6ca172d4b8
2
+ guid: fe122d488852452e8bf884acc5d428bd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 896734dbb37b4e379e937e63ce65f768
2
+ guid: c22854def85342488ec5381a90a723e4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: de7692563b9241208b26ce10815f86d3
2
+ guid: 29d287b02c3d4b20b36b9bc3741eb004
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6c493443907449e189469a22e84d357c
2
+ guid: 14bde216d6a94b1a83c4b899cfd5a0e3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4fff96031ee644fd94d3751aa4e300e5
2
+ guid: 376745e8d7744fc49d613490049b484b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d1a11527064e40c790f49b6bf815d01e
2
+ guid: 27cebcbeeac747a2b2966051fb8b7007
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a6549322ae054be3991487d99a645f2e
2
+ guid: 98c1e8b90cf34993a6925542adbf218b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7770ccd712324f84a68f20bda39ac269
2
+ guid: 38e893bb2af0436dbb07a099e71b1f15
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2f21a94e99104f62bd8b79d3e5eab277
2
+ guid: dea31fe8316849aa95af7b689135304e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0cba7456406d4a14b0790bb3a56adc26
2
+ guid: 571209081b00422ea317d2f93b977443
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7e30953eb6884bb88787f6344aafa1cb
2
+ guid: 79bd27a930444790b46b9d4cd38041de
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3c1033b7ecf04253964a5c31bc13f44b
2
+ guid: 8bd225e7c5bd47928e5cf20abef38716
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2d5c68632b6241fba17907b083cf54aa
2
+ guid: d6673532068e4cf3b71e4cb8464797c1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -190,6 +190,34 @@ namespace Csp
190
190
  ]
191
191
  static extern void csp_EndpointURIs__Set_TrackingServiceURI(IntPtr @class, IntPtr value);
192
192
 
193
+ [
194
+ DllImport(
195
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
196
+ "__Internal"
197
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
198
+ "ConnectedSpacesPlatform_D"
199
+ #else
200
+ "ConnectedSpacesPlatform"
201
+ #endif
202
+ ),
203
+ SuppressUnmanagedCodeSecurity
204
+ ]
205
+ static extern IntPtr csp_EndpointURIs__Get_MaintenanceWindowURI(IntPtr @class);
206
+
207
+ [
208
+ DllImport(
209
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
210
+ "__Internal"
211
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
212
+ "ConnectedSpacesPlatform_D"
213
+ #else
214
+ "ConnectedSpacesPlatform"
215
+ #endif
216
+ ),
217
+ SuppressUnmanagedCodeSecurity
218
+ ]
219
+ static extern void csp_EndpointURIs__Set_MaintenanceWindowURI(IntPtr @class, IntPtr value);
220
+
193
221
  [
194
222
  DllImport(
195
223
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -259,6 +287,12 @@ namespace Csp
259
287
  set => csp_EndpointURIs__Set_TrackingServiceURI(_ptr, WrapperHelper.StringToNativeUTF8(value));
260
288
  }
261
289
 
290
+ public string MaintenanceWindowURI
291
+ {
292
+ get => WrapperHelper.NativeUTF8ToString(csp_EndpointURIs__Get_MaintenanceWindowURI(_ptr));
293
+ set => csp_EndpointURIs__Set_MaintenanceWindowURI(_ptr, WrapperHelper.StringToNativeUTF8(value));
294
+ }
295
+
262
296
  public EndpointURIs()
263
297
  {
264
298
  var np = csp_EndpointURIs_Ctor();
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 47b5da679f664f54b90ebc398af2829e
2
+ guid: bbf7e9f0e225402ea12e6eb3f8329449
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: acd7ad6340884d7688d3502c960ba50c
2
+ guid: b03da2ab23c94deaa7492abd8d676020
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 093dba4f842149d2a5136717f1556c66
2
+ guid: dc5eef1159ba4d9fa2d2c24075f903f2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -149,6 +149,34 @@ namespace Csp.Multiplayer
149
149
  IntPtr InActionParams
150
150
  );
151
151
 
152
+ [
153
+ DllImport(
154
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
155
+ "__Internal"
156
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
157
+ "ConnectedSpacesPlatform_D"
158
+ #else
159
+ "ConnectedSpacesPlatform"
160
+ #endif
161
+ ),
162
+ SuppressUnmanagedCodeSecurity
163
+ ]
164
+ static extern IntPtr csp_multiplayer_ComponentBase_GetComponentNameC_StringRC(IntPtr @class);
165
+
166
+ [
167
+ DllImport(
168
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
169
+ "__Internal"
170
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
171
+ "ConnectedSpacesPlatform_D"
172
+ #else
173
+ "ConnectedSpacesPlatform"
174
+ #endif
175
+ ),
176
+ SuppressUnmanagedCodeSecurity
177
+ ]
178
+ static extern void csp_multiplayer_ComponentBase_SetComponentName_void_StringRC(IntPtr @class, IntPtr Value);
179
+
152
180
  #pragma warning restore IDE1006
153
181
  #endregion
154
182
 
@@ -302,6 +330,28 @@ namespace Csp.Multiplayer
302
330
  );
303
331
  }
304
332
 
333
+ /// <summary>Gets the name of the component.</summary>
334
+
335
+
336
+ public string GetComponentName()
337
+ {
338
+ var _result = csp_multiplayer_ComponentBase_GetComponentNameC_StringRC(_ptr);
339
+
340
+ var _resultString = WrapperHelper.NativeUTF8ToString(_result);
341
+ Global.Free(_result);
342
+
343
+ return _resultString;
344
+ }
345
+
346
+ /// <summary>Sets the name for the component.</summary>
347
+ /// <param name="Value">- The new name to assign to the componenent.</param>
348
+
349
+
350
+ public void SetComponentName(string Value)
351
+ {
352
+ csp_multiplayer_ComponentBase_SetComponentName_void_StringRC(_ptr, WrapperHelper.StringToNativeUTF8(Value));
353
+ }
354
+
305
355
  protected ComponentBase() { }
306
356
  }
307
357
  }
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 64eb278edca34ac1bdcea81a86d0c752
2
+ guid: 0fe121c05295421daf3eb86fc8dc8a2a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -43,6 +43,7 @@ namespace Csp.Multiplayer
43
43
  FiducialMarker,
44
44
  GaussianSplat,
45
45
  Text,
46
+ Hotspot,
46
47
  }
47
48
  }
48
49
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 14484c87d95a433cabd28d8566f689be
2
+ guid: eebffc5f08214c48b486c1ec54a54f62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b1f0759d522d4593a2edf3378866c829
2
+ guid: d0f770e908df44ecbb3d7c7ca99167e7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bb671c86b7e44a169682754f7aeb6a4d
2
+ guid: 3beb8443f249447da8b6eb1a5a189c28
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8cdc37c3186b4ce8886f4cc5c1d11073
2
+ guid: 4d7d8eeeb29c4c3a905ebe70f994ef32
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -16,7 +16,7 @@ namespace Csp.Multiplayer
16
16
 
17
17
  public enum AnimatedModelPropertyKeys
18
18
  {
19
- Name = 0,
19
+ Name_DEPRECATED = 0,
20
20
  ExternalResourceAssetId,
21
21
  ExternalResourceAssetCollectionId,
22
22
  Position,
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 36da057207b0457a95b35f5870f62144
2
+ guid: 396a7f9f3dcb488baf64304ba5584f6c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0cad0ef8ba4d4cd7bc98579e6d2f3bbe
2
+ guid: 88945ae1237141029edd062240012d9a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a8b85806994145869224e76bea97d032
2
+ guid: 6ca6012b140346e98a9c3917a62a4fbb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: dd16b64642ee41c2867faa6f474fb2b3
2
+ guid: 44dbf0e33bfe4c7a95015ede64849c88
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a4236fc995834c9dbdca6727644825fd
2
+ guid: 750f9ea730794a15bc0a532d1dbe88a0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a466d8f809214735b3f74b9db16d9165
2
+ guid: faadab0916034ccd9b5fe41bf412d8c0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d5a5e8d57bae43e5a523363bc7683a07
2
+ guid: a7c14f3536d94a0b864de75d3c9cc404
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 17e9af5f163645c585b88bcbceaadc71
2
+ guid: cbaccdeee1ba4f8999bc6480613b66ce
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 478214883c774ee380864d40b4faa2b7
2
+ guid: eddd8a0cfd754d0cb463321749b57ac2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 26440478d9dc4870899a8303eb11c9df
2
+ guid: 004c43c26617402fb18955d2b7563dc2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bdb26c5e72a3410a887539d9b52fc1b1
2
+ guid: aacea55b420946fca4a40dc995443d43
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -16,7 +16,7 @@ namespace Csp.Multiplayer
16
16
 
17
17
  public enum ButtonPropertyKeys
18
18
  {
19
- Name = 0,
19
+ Name_DEPRECATED = 0,
20
20
  LabelText,
21
21
  IconAssetId,
22
22
  AssetCollectionId,
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: faf9c042620b4f21a2e1ede9de621224
2
+ guid: eced8c4694824b05b6adbf2c062d3f4a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1ec2a3a22e1c408fa3047e34b9398bd7
2
+ guid: 6c477a2d1e3d4c77bc7b5300331c6e66
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e24e608780644300b0bf28d1c8227ec6
2
+ guid: 06d6ffa1529f41e5a4a6d5ef52662998
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 43aa892738d748e6bc953b58cb3378bd
2
+ guid: e7dc8be70c9b41cb86e1945e2f35ceb7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fe3d9d8034034b69a334084de01d83ed
2
+ guid: a6354b2cf7d54babaf8b42f530067590
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 553c12baa0d44c66babc57db1ed2cb78
2
+ guid: acd476c7c13144b599d90b60d4549f03
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 83837f871eef4200af48a7099f24eb41
2
+ guid: 9e11d4b754a748e6aab02a5802f159f3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e8d3b5f7c57e46b2ab2e018f99c4bd4c
2
+ guid: ba59b4ada97345dfa049002c9afe3523
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 33ecb5ce27b0433ab6efedf0de7b3b60
2
+ guid: 20f7b07472da4defab9b3e03d62848fb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5d5d17c0f37c45ccb4d19aabd324d3af
2
+ guid: 14875b3d985b44ae9da9ce6885d60f77
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 78e982af24864fae94ebabc62841b9b0
2
+ guid: 074fe8b4023d42fda5063f6bacf6c401
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3a7a3e58dfec4b96a9fc9c6b2e0c9269
2
+ guid: 0956da64c3c54a2789ef6af7f52c0534
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 35bc1bd4e28541d6af73df3f459dd04c
2
+ guid: f8b751aea71f4041aa4fb9b9a9511531
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bbce3a2da17f4b2cb6a0180324392e2b
2
+ guid: b3d6ecee69ec43908a13ce11de8a055d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2