connected-spaces-platform.unity.core 4.29.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 (370) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +2 -15
  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 +50 -0
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  29. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs +1 -1
  43. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +1 -1
  58. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +2 -2
  60. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +1 -1
  62. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +2 -2
  64. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +1 -1
  69. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +3 -2
  72. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +59 -14
  74. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/ImagePropertyKeys.cs +1 -1
  76. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +2 -2
  78. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  89. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/LightPropertyKeys.cs +1 -1
  91. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +1 -1
  99. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
  102. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +1 -1
  109. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs +1 -1
  116. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +2 -2
  119. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  120. package/Source/Multiplayer/Components.meta +1 -1
  121. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  122. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  123. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  124. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  125. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  126. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  127. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  128. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  129. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  130. package/Source/Multiplayer/Conversation.meta +1 -1
  131. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  132. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  133. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  134. package/Source/Multiplayer/{Components/HotspotType.cs → ESequenceUpdateType.cs} +4 -3
  135. package/Source/Multiplayer/{Components/HotspotType.cs.meta → ESequenceUpdateType.cs.meta} +1 -1
  136. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  137. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  138. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  139. package/Source/Multiplayer/MultiplayerConnection.cs +56 -0
  140. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  141. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  142. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  143. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  144. package/Source/Multiplayer/Script.meta +1 -1
  145. package/Source/Multiplayer/SequenceChangedParams.cs +199 -0
  146. package/Source/Multiplayer/SequenceChangedParams.cs.meta +11 -0
  147. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  148. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  149. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  150. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  151. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  152. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  153. package/Source/Multiplayer.meta +1 -1
  154. package/Source/NativeClassWrapper.cs.meta +1 -1
  155. package/Source/ProgressEventArgs.cs.meta +1 -1
  156. package/Source/Ref.cs.meta +1 -1
  157. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  158. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  159. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  160. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  161. package/Source/Systems/Analytics.meta +1 -1
  162. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  163. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  164. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  165. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  166. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  167. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  168. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  169. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  170. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  171. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  172. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  173. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  174. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  175. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  176. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  177. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  178. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  179. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  180. package/Source/Systems/Assets.meta +1 -1
  181. package/Source/Systems/BooleanResult.cs.meta +1 -1
  182. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  183. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  184. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  185. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  186. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  191. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  194. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce.meta +1 -1
  200. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  201. package/Source/Systems/EResultCode.cs.meta +1 -1
  202. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  203. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  204. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  205. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  206. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  208. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  210. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  213. package/Source/Systems/EventTicketing.meta +1 -1
  214. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  215. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  216. package/Source/Systems/GraphQL.meta +1 -1
  217. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  218. package/Source/Systems/HotspotSequence/HotspotGroup.cs +157 -0
  219. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +11 -0
  220. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +99 -0
  221. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +11 -0
  222. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +99 -0
  223. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +11 -0
  224. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +491 -0
  225. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +11 -0
  226. package/Source/Systems/HotspotSequence.meta +7 -0
  227. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  228. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  229. package/Source/Systems/Log.meta +1 -1
  230. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  231. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  232. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  233. package/Source/Systems/Maintenance.meta +1 -1
  234. package/Source/Systems/NullResult.cs.meta +1 -1
  235. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  236. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  237. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  238. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  239. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  240. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  241. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  242. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  243. package/Source/Systems/Organizations.meta +1 -1
  244. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  245. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  246. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  247. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  248. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  249. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  250. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  251. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  252. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  253. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  254. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  255. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  256. package/Source/Systems/Quota.meta +1 -1
  257. package/Source/Systems/ResultBase.cs.meta +1 -1
  258. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  259. package/Source/Systems/Script.meta +1 -1
  260. package/Source/Systems/Sequence/Sequence.cs +259 -0
  261. package/Source/Systems/Sequence/Sequence.cs.meta +11 -0
  262. package/Source/Systems/Sequence/SequenceResult.cs +97 -0
  263. package/Source/Systems/Sequence/SequenceResult.cs.meta +11 -0
  264. package/Source/Systems/Sequence/SequenceSystem.cs +474 -0
  265. package/Source/Systems/Sequence/SequenceSystem.cs.meta +11 -0
  266. package/Source/Systems/Sequence/SequencesResult.cs +99 -0
  267. package/Source/Systems/Sequence/SequencesResult.cs.meta +11 -0
  268. package/Source/Systems/Sequence.meta +7 -0
  269. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  270. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  271. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  272. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  273. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  274. package/Source/Systems/Settings.meta +1 -1
  275. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  276. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  277. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  278. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  279. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  280. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  281. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  282. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  283. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  284. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  285. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  286. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  287. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  288. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  289. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  290. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  291. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  292. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  293. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  294. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  295. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  296. package/Source/Systems/Spaces.meta +1 -1
  297. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  298. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  299. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  300. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  301. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  302. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  303. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  304. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  305. package/Source/Systems/Spatial/EPointOfInterestType.cs +1 -0
  306. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  307. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  308. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  309. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  310. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  311. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  312. package/Source/Systems/Spatial/PointOfInterest.cs +34 -0
  313. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  314. package/Source/Systems/Spatial/PointOfInterestSystem.cs +21 -6
  315. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  316. package/Source/Systems/Spatial.meta +1 -1
  317. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  318. package/Source/Systems/StringResult.cs.meta +1 -1
  319. package/Source/Systems/SystemBase.cs.meta +1 -1
  320. package/Source/Systems/SystemsManager.cs +56 -0
  321. package/Source/Systems/SystemsManager.cs.meta +1 -1
  322. package/Source/Systems/UInt64Result.cs.meta +1 -1
  323. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  324. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  325. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  326. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  327. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  328. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  329. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  330. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  331. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  332. package/Source/Systems/Users/Profile.cs.meta +1 -1
  333. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  334. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  335. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  336. package/Source/Systems/Users/UserSystem.cs +62 -3
  337. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  338. package/Source/Systems/Users.meta +1 -1
  339. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  340. package/Source/Systems/Voip.meta +1 -1
  341. package/Source/Systems.meta +1 -1
  342. package/Source/Web/EResponseCodes.cs.meta +1 -1
  343. package/Source/Web.meta +1 -1
  344. package/Source/WrapperHelper.cs.meta +1 -1
  345. package/Source.meta +1 -1
  346. package/android64/libConnectedSpacesPlatform.so +0 -0
  347. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  348. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  349. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  350. package/android64.meta +1 -1
  351. package/ios/libConnectedSpacesPlatform.a +0 -0
  352. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  353. package/ios/libcrypto.a.meta +1 -1
  354. package/ios/libssl.a.meta +1 -1
  355. package/ios.meta +1 -1
  356. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  357. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  358. package/macosx.meta +1 -1
  359. package/package.json +1 -1
  360. package/package.json.meta +1 -1
  361. package/visionos/libConnectedSpacesPlatform.a +0 -0
  362. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  363. package/visionos/libcrypto.a.meta +1 -1
  364. package/visionos/libssl.a.meta +1 -1
  365. package/visionos.meta +1 -1
  366. package/windows/ConnectedSpacesPlatform.dll +0 -0
  367. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  368. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  369. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  370. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0e508decfd3c44948a0da8279d184174
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: b2b355a6657c4ccfa5b33a099fbdda15
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 c5a3c51482dcb95b8aff3405609800ea9708a309
1
+ # Built from changelist ID 13d044bfb0f96935048aa3c0ce7801e1af829934
2
2
 
3
3
  <br>
4
4
 
@@ -6,16 +6,6 @@
6
6
 
7
7
 
8
8
 
9
- ### 🍰 🙌 New Features
10
-
11
- - Added HotspotSpaceComponent (#435) *(82a77ed)* [**OF-1335**]
12
- - Support for maintainance window url (#436) *(032d106)* [**OF-1303**]
13
-
14
-
15
- ### 🐛 🔨 Bug Fixes
16
-
17
- - VisionOS Unity Build Script Failing to Include CSP Binaries (#434) *(ef76387)* [**OB-3568**]
18
- - Update spelling mismatch (#438) *(9aa5506)* [**nt-0**]
19
9
 
20
10
 
21
11
 
@@ -29,7 +19,4 @@
29
19
 
30
20
  | Change ID | Author | Description |
31
21
  | --------- | ------ | ----------- |
32
- | ef76387 | Sam Birley | [OB-3568] fix: VisionOS Unity Build Script Failing to Include CSP Binaries (#434)<br>[OB-3568] fix: VisionOS unity build script<br>This change addresses an issue that was found to be preventing the `libConnectedSpacesPlatform.a` binary from being included in XCode projects generated by Unity.<br>The cause was an omission in a CSP-provided Unity build script, where the logic that determines whether or not to include the binary was not accounting for the VisionOS platform. |
33
- | 82a77ed | MAG-AW | [OF-1335] feat: Added HotspotSpaceComponent (#435)<br>&bull; [OF-1335] feat: Added HotspotSpaceComponent<br>&bull; Added the new Component<br>&bull; Added script bindings<br>&bull; Added tests<br>&bull;Removed duplicated TextSpaceComponent script bindings |
34
- | 032d106 | MAG-IY | [OF-1303] feat: support for maintainance window url (#436)<br>&bull; [OF-1303] feat: support for maint window url<br>&bull; Add running switch to Maintainance system<br>&bull; Add maintainance URL to ClientUserAgent info<br>&bull; Change Maint API to consume supplied url<br>&bull; turn off main system if query fail.<br>&bull; [OF-1303] feat!: CSPFoundation to support url<br>&bull;Moved maint window url to EndPointUrls<br>&bull;Changed CSPFoundation public API to accept url<br>&bull;Changed MaintainanceAPI to accept const ref<br>&bull;Changed switch variable name<br>&bull;Updated MaintainanceSystem to use url<br>&bull;Updated API use in tests and test helpers<br>&bull; [OF-1303] feat!: support for maintainanceUrls<br><br>Updated TestHelper.cs and MultiplayerTestClient.cs to consume new API<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull; updated TestHelpers to initialise csp with maintainance url<br>&bull; removed erroneous call arg from LogSystemTests<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull;removed previous public API change<br>&bull;added string arg to MaintainanceSystem Call<br>&bull;updated test to consume updated API<br>&bull; [OF-1303] feat!: support for maint window url<br>&bull; Removed unneeded header<br>&bull; Added error logging if GetMaintainanceInfo fails. |
35
- | 9aa5506 | Daniel | [nt-0] fix: Update spelling mismatch (#438) |
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: 874313153b3a4fc0ad30d88a6ef1e7d4
2
+ guid: df3edd9357044c25ab710e7db554ffad
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7b28057c1aa64a0db3801f549c23b57d
2
+ guid: d70daa278653443c8b077a32b36f6e4f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 206d91c78afc4c96863995feddf4143e
2
+ guid: 8af63e9225d042cd8c85f3d3aeed4198
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4c1a25d403004c00972f7503af7726e3
2
+ guid: e1778fdcd1994707ad32eadfa817ca0e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e5ea0ab1d36044f8a30801ead0c4be0d
2
+ guid: fe122d488852452e8bf884acc5d428bd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 53e33eab73a44913be7204ea7941137f
2
+ guid: c22854def85342488ec5381a90a723e4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 13604ce381d34f90ad6ebf095742a73d
2
+ guid: 29d287b02c3d4b20b36b9bc3741eb004
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a73e8ab78dcc48e1b725a3f459adf7f9
2
+ guid: 14bde216d6a94b1a83c4b899cfd5a0e3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6ce5fe01b7e94e0ca3a75d7c4b8627eb
2
+ guid: 376745e8d7744fc49d613490049b484b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 11626305c2984332802cc3a69ade1d4a
2
+ guid: 27cebcbeeac747a2b2966051fb8b7007
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5eedc5d842234bd29d33e91f62165e54
2
+ guid: 98c1e8b90cf34993a6925542adbf218b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0107b5b93fd24950a44a495ec23d0d52
2
+ guid: 38e893bb2af0436dbb07a099e71b1f15
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 073cbe0addee4bb09a2c329127945257
2
+ guid: dea31fe8316849aa95af7b689135304e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2200f2b9284648d681bfbb542772f8c0
2
+ guid: 571209081b00422ea317d2f93b977443
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7ee56e7120c84b4bb9b6819b54b72e36
2
+ guid: 79bd27a930444790b46b9d4cd38041de
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: edad54996e9647d983e5e2b137754445
2
+ guid: 8bd225e7c5bd47928e5cf20abef38716
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8b46638d38494effa796ae8aee2350fe
2
+ guid: d6673532068e4cf3b71e4cb8464797c1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 72a50574bdf84312b61f66752629f1c6
2
+ guid: bbf7e9f0e225402ea12e6eb3f8329449
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a6f3d8cbaf234e1daa8b8f42d1ce5622
2
+ guid: b03da2ab23c94deaa7492abd8d676020
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d4963aeecb3c430187507d3762ed87dd
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: e8a61e7fbfdc4d47a23237740c64a1f1
2
+ guid: 0fe121c05295421daf3eb86fc8dc8a2a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8264be51234245e39de3c331c0605d8a
2
+ guid: eebffc5f08214c48b486c1ec54a54f62
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d38b6215636240c8a73265e06ebd7dd8
2
+ guid: d0f770e908df44ecbb3d7c7ca99167e7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1e55d856fabf4b38b64c89ef4d109d60
2
+ guid: 3beb8443f249447da8b6eb1a5a189c28
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c977171bb64f4b7fae2fe1e03be218fb
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: 99490d9150c140b4a37eb5fed2222b14
2
+ guid: 396a7f9f3dcb488baf64304ba5584f6c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7c0a5097f44d4dad95e7f98ceda6e50f
2
+ guid: 88945ae1237141029edd062240012d9a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 11fa8c86149249bc82691068f8ba59d8
2
+ guid: 6ca6012b140346e98a9c3917a62a4fbb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f669eae3629f474d9ff28b30a4065676
2
+ guid: 44dbf0e33bfe4c7a95015ede64849c88
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7b1d0e318d7e40d6bd2f3466b34c9ab1
2
+ guid: 750f9ea730794a15bc0a532d1dbe88a0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0ca43d1508e7469488479952d2c723ce
2
+ guid: faadab0916034ccd9b5fe41bf412d8c0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d5687f063967489fbd53710f8f9e3178
2
+ guid: a7c14f3536d94a0b864de75d3c9cc404
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9f7df522445645c3b9e39cc0289ab1c0
2
+ guid: cbaccdeee1ba4f8999bc6480613b66ce
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d2da81b64bc84a15ae19ad023d714f85
2
+ guid: eddd8a0cfd754d0cb463321749b57ac2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8bb5a47b1bfb42f983ec40b299ecbe63
2
+ guid: 004c43c26617402fb18955d2b7563dc2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 45cca739d90644948130a229ad5fc5be
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: 64948106304b42088ef5d3e79473a559
2
+ guid: eced8c4694824b05b6adbf2c062d3f4a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c4c1231cc7194b348e81b6d76028b0d5
2
+ guid: 6c477a2d1e3d4c77bc7b5300331c6e66
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 40d0f6cbe1534712869367ef5c234371
2
+ guid: 06d6ffa1529f41e5a4a6d5ef52662998
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5850ae98b14a4970836a521c32146839
2
+ guid: e7dc8be70c9b41cb86e1945e2f35ceb7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f85e2105962644ec8c54eb54ac632e35
2
+ guid: a6354b2cf7d54babaf8b42f530067590
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 60c8a18dad9845d8b0bd37ba156851db
2
+ guid: acd476c7c13144b599d90b60d4549f03
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 05702d21dc0e41d49a6b53b5847cc617
2
+ guid: 9e11d4b754a748e6aab02a5802f159f3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ec8554d4b1c84dacbd8953b639845ef0
2
+ guid: ba59b4ada97345dfa049002c9afe3523
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 50606d7e9529437e92ea5f8cc44be9d2
2
+ guid: 20f7b07472da4defab9b3e03d62848fb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9181675c6fab4216bf2e67aeec8ec472
2
+ guid: 14875b3d985b44ae9da9ce6885d60f77
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cb8817ca1f5348b2a5c5590dbd3186ff
2
+ guid: 074fe8b4023d42fda5063f6bacf6c401
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7c58cca606604528ab787da17968d8a6
2
+ guid: 0956da64c3c54a2789ef6af7f52c0534
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 92797d000c724019b30e5b0ca0d9ef2d
2
+ guid: f8b751aea71f4041aa4fb9b9a9511531
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 07d0a70940f64fa0b9ec6f4bee770e8a
2
+ guid: b3d6ecee69ec43908a13ce11de8a055d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -16,7 +16,7 @@ namespace Csp.Multiplayer
16
16
 
17
17
  public enum ExternalLinkPropertyKeys
18
18
  {
19
- Name = 0,
19
+ Name_DEPRECATED = 0,
20
20
  LinkUrl,
21
21
  Position,
22
22
  Rotation,
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1ef7200bfb99470aa4849cb01ae5cc29
2
+ guid: 43be970e97c34e288ca3652bb726a27e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -394,7 +394,7 @@ namespace Csp.Multiplayer
394
394
 
395
395
  /// <summary>Gets the name of this external link component.</summary>
396
396
 
397
-
397
+ [Obsolete("Deprecated in favour of ComponentBase::GetComponentName()")]
398
398
  public string GetName()
399
399
  {
400
400
  var _result = csp_multiplayer_ExternalLinkSpaceComponent_GetNameC_StringRC(_ptr);
@@ -408,7 +408,7 @@ namespace Csp.Multiplayer
408
408
  /// <summary>Sets the name for this external link component.</summary>
409
409
  /// <param name="Value">- The new name to assign to this external link componenent.</param>
410
410
 
411
-
411
+ [Obsolete("Deprecated in favour of ComponentBase::SetComponentName()")]
412
412
  public void SetName(string Value)
413
413
  {
414
414
  csp_multiplayer_ExternalLinkSpaceComponent_SetName_void_StringRC(
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 58ba615486124ba4bfa7dd46e36032c8
2
+ guid: 8c9e873d66c44e41b155ade1af56b3ae
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -16,7 +16,7 @@ namespace Csp.Multiplayer
16
16
 
17
17
  public enum FiducialMarkerPropertyKeys
18
18
  {
19
- Name,
19
+ Name_DEPRECATED,
20
20
  MarkerAssetId,
21
21
  AssetCollectionId,
22
22
  Position,
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6f138a9916594759aaf3902dfd1326c8
2
+ guid: 19ba546d8eed46828adcd4e5f3543d07
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2