connected-spaces-platform.unity.core 4.17.1 → 4.18.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 (350) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +59 -9
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs +0 -29
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs.meta +1 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs.meta +1 -1
  11. package/Source/Common/List.cs.meta +1 -1
  12. package/Source/Common/Map.cs.meta +1 -1
  13. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  14. package/Source/Common/MimeTypes.cs.meta +1 -1
  15. package/Source/Common/Variant.cs.meta +1 -1
  16. package/Source/Common/VariantType.cs.meta +1 -1
  17. package/Source/Common/Vector3.cs.meta +1 -1
  18. package/Source/Common/Vector4.cs.meta +1 -1
  19. package/Source/Common.meta +1 -1
  20. package/Source/Csp.cs.meta +1 -1
  21. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  22. package/Source/EndpointURIs.cs.meta +1 -1
  23. package/Source/Il2cppPreserver.cs.meta +1 -1
  24. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs +7 -1
  29. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -0
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +12 -16
  37. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +76 -55
  46. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +73 -55
  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 +23 -13
  54. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +12 -17
  60. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +72 -18
  64. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +72 -55
  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 +71 -56
  71. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +80 -56
  74. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  85. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/LightSpaceComponent.cs +25 -39
  89. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +16 -17
  94. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +1 -1
  96. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +18 -39
  99. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +5 -3
  107. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +73 -56
  113. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components.meta +1 -1
  115. package/Source/Multiplayer/ConnectionState.cs +1 -1
  116. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  117. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  118. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  119. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  120. package/Source/Multiplayer/Conversation/ConversationResult.cs +0 -17
  121. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  122. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  123. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +0 -17
  124. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  125. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  126. package/Source/Multiplayer/Conversation/MessageResult.cs +0 -17
  127. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  128. package/Source/Multiplayer/Conversation.meta +1 -1
  129. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  130. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  131. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  132. package/Source/Multiplayer/ErrorCode.cs +26 -0
  133. package/Source/Multiplayer/{PropertyUpdateInfo.cs.meta → ErrorCode.cs.meta} +1 -1
  134. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  135. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  136. package/Source/Multiplayer/MultiplayerConnection.cs +53 -47
  137. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  138. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  139. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  140. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  141. package/Source/Multiplayer/Script.meta +1 -1
  142. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  143. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  144. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  145. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +4 -0
  146. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  147. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  148. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  149. package/Source/Multiplayer.meta +1 -1
  150. package/Source/NativeClassWrapper.cs.meta +1 -1
  151. package/Source/ProgressEventArgs.cs.meta +1 -1
  152. package/Source/Ref.cs.meta +1 -1
  153. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  154. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  155. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  156. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  157. package/Source/Systems/Analytics.meta +1 -1
  158. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  159. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  160. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  161. package/Source/Systems/Assets/AssetCollectionsResult.cs +0 -17
  162. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  163. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  164. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  165. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  166. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  167. package/Source/Systems/Assets/AssetsResult.cs +0 -17
  168. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  169. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  170. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  171. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  172. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  173. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  174. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  175. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  176. package/Source/Systems/Assets/LODChainResult.cs +0 -17
  177. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  178. package/Source/Systems/Assets/UriResult.cs +9 -7
  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 +0 -17
  185. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  186. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  189. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  191. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  194. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  198. package/Source/Systems/ECommerce.meta +1 -1
  199. package/Source/Systems/ERequestFailureReason.cs +1 -0
  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/Log/LogLevel.cs.meta +1 -1
  219. package/Source/Systems/Log/LogSystem.cs +99 -0
  220. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  221. package/Source/Systems/Log.meta +1 -1
  222. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  223. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +11 -47
  224. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  225. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  226. package/Source/Systems/Maintenance.meta +1 -1
  227. package/Source/Systems/NullResult.cs +0 -17
  228. package/Source/Systems/NullResult.cs.meta +1 -1
  229. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  230. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  231. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  232. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  233. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  234. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  235. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  236. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  237. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  238. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  239. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  240. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  241. package/Source/Systems/Quota.meta +1 -1
  242. package/Source/Systems/ResultBase.cs.meta +1 -1
  243. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  244. package/Source/Systems/Script.meta +1 -1
  245. package/Source/{Multiplayer/PropertyUpdateInfo.cs → Systems/Settings/AvatarInfoResult.cs} +31 -40
  246. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +11 -0
  247. package/Source/Systems/Settings/AvatarType.cs +25 -0
  248. package/Source/Systems/Settings/AvatarType.cs.meta +11 -0
  249. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  250. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  251. package/Source/Systems/Settings/SettingsSystem.cs +135 -0
  252. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  253. package/Source/Systems/Settings.meta +1 -1
  254. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  255. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  256. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  257. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  258. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  259. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  260. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  261. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  262. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  263. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  264. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  265. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  266. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +0 -17
  267. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  268. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  269. package/Source/Systems/Spaces/SpaceResult.cs +0 -17
  270. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  271. package/Source/Systems/Spaces/SpaceSystem.cs +14 -0
  272. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  273. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  274. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  275. package/Source/Systems/Spaces/SpacesResult.cs +0 -17
  276. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  277. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  278. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  279. package/Source/Systems/Spaces.meta +1 -1
  280. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  281. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  282. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  283. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  284. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  285. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  286. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  287. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  288. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  289. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  290. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  291. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  292. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  293. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  294. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  295. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  296. package/Source/Systems/Spatial.meta +1 -1
  297. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  298. package/Source/Systems/StringResult.cs +0 -17
  299. package/Source/Systems/StringResult.cs.meta +1 -1
  300. package/Source/Systems/SystemBase.cs.meta +1 -1
  301. package/Source/Systems/SystemsManager.cs.meta +1 -1
  302. package/Source/Systems/UInt64Result.cs.meta +1 -1
  303. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  304. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +1 -1
  305. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  306. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  307. package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +1 -1
  308. package/Source/Systems/Users/CustomerPortalUrlResult.cs.meta +1 -1
  309. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  310. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  311. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  312. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  313. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  314. package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
  315. package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
  316. package/Source/Systems/Users/PingResponseReceived.cs.meta +1 -1
  317. package/Source/Systems/Users/Profile.cs.meta +1 -1
  318. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  319. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  320. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  321. package/Source/Systems/Users/UserSystem.cs +31 -18
  322. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  323. package/Source/Systems/Users.meta +1 -1
  324. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  325. package/Source/Systems/Voip.meta +1 -1
  326. package/Source/Systems.meta +1 -1
  327. package/Source/Web/EResponseCodes.cs.meta +1 -1
  328. package/Source/Web.meta +1 -1
  329. package/Source/WrapperHelper.cs.meta +1 -1
  330. package/Source.meta +1 -1
  331. package/android64/libConnectedSpacesPlatform.so +0 -0
  332. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  333. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  334. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  335. package/android64.meta +1 -1
  336. package/ios/libConnectedSpacesPlatform.a +0 -0
  337. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  338. package/ios/libcrypto.a.meta +1 -1
  339. package/ios/libssl.a.meta +1 -1
  340. package/ios.meta +1 -1
  341. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  342. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  343. package/macosx.meta +1 -1
  344. package/package.json +1 -1
  345. package/package.json.meta +1 -1
  346. package/windows/ConnectedSpacesPlatform.dll +0 -0
  347. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  348. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  349. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  350. package/windows.meta +1 -1
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3f06814c02814410a2d9ea57c5b4e402
2
+ guid: a8f3286612434f9881fb12e68f2bd860
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0ddc22e3dfe243378fa02131d0b79991
2
+ guid: 381784fb315640c98a24b965d69f940a
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,25 +1,55 @@
1
- # Built from changelist ID 621391a4857c72c1fd9b82db4ab7cfb7852dc438
1
+ # Built from changelist ID 8b94eb8d4af160ad5a400d3e39e64316ec23f0e0
2
2
 
3
3
  <br>
4
4
 
5
5
  ## Summary Lists
6
6
 
7
7
 
8
+ ### 🔥 ❗ Breaking Changes
9
+
10
+ - Rename `loginwithtoken` *(27016b9)* [**OF-1047**]
11
+ - Expose multiplayer errors *(0e1a844)* [**OB-3069**]
12
+
13
+
14
+ ### 🍰 🙌 New Features
15
+
16
+ - Add avatar info settings *(485b064)* [**OF-793**]
17
+ - Wrap `[[deprecated]]` in wrappers *(7e8b589)* [**OF-665**]
8
18
 
9
19
 
10
20
  ### 🐛 🔨 Bug Fixes
11
21
 
12
- - Update to csp-service (#281) *(9e092fd)* [**OF-1133**]
13
- - Support string/primitive event params *(95ccd1b)* [**No Ticket**]
14
- - Remove const ref from getcheckoutsessionurl (#283) *(8b3c903)* [**No Ticket**]
22
+ - Add getuniquestring (#288) *(3272e6a)* [**OF-1066**]
23
+ - Update unity examples (#293) *(00a231e)* [**OSB-10**]
24
+ - Remove c style casting (#295) *(bb0f889)* [**OF-1196**]
25
+ - Fix .clangformat for latest clang ver *(704cb1f)* [**No Ticket**]
26
+ - Python preq installation *(40004a7)* [**No Ticket**]
27
+ - More interface implementations *(ebe4ab1)* [**No Ticket**]
28
+ - Update module dependencies (#315) *(beb8fa8)* [**No Ticket**]
15
29
 
16
30
 
17
31
 
32
+ ### 💫 💥 Code Refactors
33
+
34
+ - Update c++ basicframework example to 4.17.1 (#292) *(d098dc3)* [**OF-1205**]
35
+ - Update web examples to 4.17.1 (#291) *(6a182cf)* [**OW-1567**]
36
+ - Remove generatereadme (#294) *(c5b155f)* [**OF-1189**]
37
+ - Optimise header transform *(d152116)* [**OF-1166**]
38
+ - Removing `entitysystemversion` (#301) *(60dffa1)* [**OF-955**]
39
+ - Component update documentation (#303) *(b6c9055)* [**OF-1185**]
40
+ - Implement transform interfaces *(31bf625)* [**OF-1214**]
41
+ - Export all `logsystem` functions *(cdaf2cd)* [**OF-1155**]
42
+
18
43
 
19
44
  ### 🙈 🙉 🙊 Test Changes
20
45
 
21
- - Add `csp_event` unit tests *(9218193)* [**OF-816**]
46
+ - Coverage of usersystem (#290) *(86aa2b9)* [**OF-1083**]
47
+ - Add tests for apiresponsebase (#300) *(320bcb3)* [**OF-1086**]
48
+
49
+
50
+ ### 📖 ✍ Documentation Changes
22
51
 
52
+ - Documenting our approach to updating the examples (#287) *(49f2614)* [**No Ticket**]
23
53
 
24
54
 
25
55
 
@@ -29,7 +59,27 @@
29
59
 
30
60
  | Change ID | Author | Description |
31
61
  | --------- | ------ | ----------- |
32
- | 9e092fd | Mag-JB | [OF-1133] fix: Update to CSP-Service (#281) |
33
- | 95ccd1b | Michael K | [NT-0] fix: support string/primitive event params |
34
- | 9218193 | Michael K | [OF-816] test: add `CSP_EVENT` unit tests |
35
- | 8b3c903 | Mag-JB | [NT-0] fix: Remove const ref from GetCheckoutSessionUrl (#283) |
62
+ | 49f2614 | Sam Birley | [NT-0] doc: Documenting our approach to updating the examples (#287)<br>Updating the readme to call out that the examples are guaranteed to be updated with each major version update of CSP. |
63
+ | 3272e6a | Mag-JB | [OF-1066] fix: Add GetUniqueString (#288)<br>&bull; [OF-1066] fix: Add GetUniqueString<br>&bull; [OF-1066] fix: Add alphanumeric func |
64
+ | d098dc3 | AdamThorn | [OF-1205] refac: Update C++ BasicFramework example to 4.17.1 (#292)<br>Updated the C++ BasicFramework example to use CSP 4.17.1. |
65
+ | 6a182cf | Thomas Greenhalgh | [OW-1567] refac: Update web examples to 4.17.1 (#291) |
66
+ | 00a231e | Mag-JB | [OSB-10] fix: update unity examples (#293) |
67
+ | c5b155f | Mag-JB | [OF-1189] refac: remove GenerateReadMe (#294) |
68
+ | bb0f889 | Mag-JB | [OF-1196] fix: Remove C style casting (#295) |
69
+ | 86aa2b9 | MAG-AW | [OF-1083] test: coverage of UserSystem (#290)<br>&bull; [OF-1083] test: coverage of UserSystem<br>&bull; [OF-1083] test: fixed invalid test case<br>&bull; [OF-1083] test: Changed test name |
70
+ | 27016b9 | Michael K | [OF-1047] refac!: rename `LoginWithToken`<br>BREAKING CHANGE: `UserSystem::LoginWithToken` has been renamed to<br>`UserSystem::RefreshSession`. Parameter types have not changed. |
71
+ | 704cb1f | Michael K | [NT-0] fix: fix .clangformat for latest clang ver |
72
+ | 0e1a844 | Michael K | [OB-3069] refac!: Expose multiplayer errors<br>This change addresses a lack of error handling in our multiplayer code.<br>A lot of calls return values were being ignored, which resulted in<br>internal errors that weren't properly handled. It also exposes a way<br>for the user to handle errors.<br>BREAKING CHANGE: This changes a lot of `MultiplayerConnection`<br>endpoints to take an `ErrorCodeCallbackHandler` instead of a<br>`CallbackHandler`. This callback type gets an `ErrorCode` instead of a<br>`bool` passed as the only parameter. This value should be compared to<br>`ErrorCode::None` to ensure the call succeeded. |
73
+ | d152116 | Michael K | [OF-1166] refac: optimise header transform<br>This change removes an extra allocation in the code that transforms<br>header keys and values to lower-case in `EmscriptenWebClient`. To<br>support this, a new `String::ToLower` function was added which returns<br>a copy of the string converted to lower-case. |
74
+ | 60dffa1 | Sam Birley | [OF-955] refac: removing `EntitySystemVersion` (#301)<br>This API variable still exists from an old versioning pass which has<br>been removed.<br>While we do want to do this versioning style in future,<br>we are removing this from the code base now to prevent<br>confusion down the line. |
75
+ | 40004a7 | Sam Birley | [NT-0] fix: python preq installation<br>On windows, the python prerequisites installed during at the start of solution generation now invokes the same python commands as on OSX. |
76
+ | 320bcb3 | MAG-AW | [OF-1086] test: Add tests for APIResponseBase (#300) |
77
+ | b6c9055 | MAG-AW | [OF-1185] refac: Component Update documentation (#303)<br>&bull; [OF-1185] refac: Component Update documentation<br>- Improved comments for Component Update flow<br>- Removed redundant property info class which is unused.<br>- Removed commented references to it also.<br>&bull; [OF-1185] refac: removed unneeded template |
78
+ | 485b064 | Michael K | [OF-793] feat: add Avatar info settings<br>This change adds `SettingsSystem::SetAvatarInfo()` and<br>`SettingsSystem::GetAvatarInfo()` to allow clients to set persistent<br>Avatar values that can be retrieved outside of the Multiplayer system. |
79
+ | ebe4ab1 | Michael K | [NT-0] fix: more interface implementations<br>This change implements `ITransformComponent` for `ImageSpaceComponent`<br>and `IPositionComponent` for `AudioSpaceComponent`. |
80
+ | 31bf625 | Michael K | [OF-1214] refac: implement transform interfaces |
81
+ | 7e8b589 | Michael K | [OF-665] feat: wrap `[[deprecated]]` in wrappers |
82
+ | b5fdb28 | Kuang-Hsin Liu | [OPE-1504] Update examples to Unity 2022 LTS<br>&bull; updated Unity example Initialising Foundation to Unity 2022.3.16f1<br>&bull; updated Unity example Basic Framework to Unity 2022.3.16f1<br>&bull; updated Unity example Multiplayer to Unity 2022.3.16f1<br>&bull; updated the Unity version info in README files |
83
+ | cdaf2cd | Michael K | [OF-1155] refac: export all `LogSystem` functions<br>NOTE: Tests are not needed for this as we currently already test<br>`LogSystem` in our C++ tests, and wrapper-related tests are handled by<br>our wrapper generator unit tests. |
84
+ | beb8fa8 | AdamThorn | [NT-0] fix: Update module dependencies (#315)<br>Updated requirements.txt to include the distutils<br>module dependency. |
85
+ | 1da5a66 | AdamThorn | Staging 4.18.0 (#322) (#323)<br>[NT-0] fix: Remove distutils dependency<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c9484a30d720411494f60765c72cc24d
2
+ guid: c822a22d6fd44d13ad479801df92b379
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -106,20 +106,6 @@ namespace Csp
106
106
  ]
107
107
  static extern IntPtr csp_CSPFoundation_GetBuildID_StringRC();
108
108
 
109
- [
110
- DllImport(
111
- #if !UNITY_EDITOR && UNITY_IOS
112
- "__Internal"
113
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
114
- "ConnectedSpacesPlatform_D"
115
- #else
116
- "ConnectedSpacesPlatform"
117
- #endif
118
- ),
119
- SuppressUnmanagedCodeSecurity
120
- ]
121
- static extern int csp_CSPFoundation_GetEntitySystemVersion_int32_t();
122
-
123
109
  [
124
110
  DllImport(
125
111
  #if !UNITY_EDITOR && UNITY_IOS
@@ -310,21 +296,6 @@ namespace Csp
310
296
  return _resultString;
311
297
  }
312
298
 
313
- /// <summary>Gets the EntitySystemVersion number.</summary>
314
- /// <remarks>This represents the system used to parse data for Entities,</remarks>
315
- /// <remarks>and is used to prevent conflicting entity data versions from being used together where we cannot parse both.</remarks>
316
- /// <remarks>This is currently unused.</remarks>
317
- /// <returns>The system version number, a manually incremented counter that changes when significant breaking changes occur in the entity</returns>
318
- /// <remarks>parsing systems</remarks>
319
-
320
-
321
- public static int GetEntitySystemVersion()
322
- {
323
- var _result = csp_CSPFoundation_GetEntitySystemVersion_int32_t();
324
-
325
- return _result;
326
- }
327
-
328
299
  /// <summary>Unique identifier for the current device.</summary>
329
300
  /// <remarks>Used internally by certain user authentication endpoints.</remarks>
330
301
  /// <returns>A string representing the current device</returns>
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 72076ea2366c409597bbf09c7ed7170c
2
+ guid: 8a5cca490fa3493d97b98db5fce756dd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 56c99c7993da4ec8bf7f8477d601bb84
2
+ guid: 7b56be3def5d4f72a587cf9d967f6fc4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 236118c4f73e4984b18f3d86cded5239
2
+ guid: d76709c3113147dea706651cf4042859
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 686c7c11218e4b6482f5be7d7dcf2d3e
2
+ guid: 3fc68a4a9f5e4f89bb5322682100aace
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c3753db336d24e918305602c72f19c75
2
+ guid: e2b06a13a94e4376b5ed401c2083e24e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c75b1ca3c85543fd8119aa1f64a49009
2
+ guid: d349492791e8401bbe7c7af7275f0523
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a01c5b4627a64fefbf691dd333d9f68d
2
+ guid: 9dcac429d544488881fe1c4d3b5f6e70
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 87494aa046744185b5123c3d617302c3
2
+ guid: 7cd9760b94f340749868b6a0676c54b7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 892b0ff2c6a94233a5c32c9e2f76207e
2
+ guid: 7b5b05f719bf4c3b978e58315465afc8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b7b88c4e4b064ea9a9051647feb789eb
2
+ guid: 22860b5951084fbab9ef4a9577169fff
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: cf7e566c9b3a40f7b36fb5c6ee93830c
2
+ guid: 345493a12b8748f38bf334170ffe284f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5a823980e7664eabba4986230a445471
2
+ guid: 21a9068beec4417f9a1bf2b364511d7f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ebbb7e713df6432383ace308fb68ed86
2
+ guid: 2414d98b7ae04ee581de917cf74342c5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c6bc9ba9fce1402abd72edb5578aa313
2
+ guid: da414c90f1d04e6ea02ffe74a45d4991
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 15ebbdae051e4b1b95749991c3ed313b
2
+ guid: b8974140ba18442c84ea5460f2aff1ea
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9ee300b63dfd43fcb41e107000322d22
2
+ guid: 7ed005d2f1114ab286e60bd1007229c9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 29818425cdf5469488b8211bc2ed9511
2
+ guid: db11dc9841e3469495ea5736aebb164b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fdb29c4a3ebc4a6495ebcaf3d85ac8e3
2
+ guid: 704153102b0a4a03972f54c094bfa113
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d2c25f85cd544557a89c0ebd98740d11
2
+ guid: 52c2c9bc2b524bd79ebab87e21ccf68e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 01f4c9e68d82402c9f2dba7a33dc6485
2
+ guid: 08481dc4355d4456ad7e4f540d3b312a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7973d07363c14114b93090dfaaf867e1
2
+ guid: c18e268245ad409e917e712b949e8d18
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 71963c4db55c4976a39ed51e0ee11552
2
+ guid: 13e3443ef2364ff1a3c6326eddac353b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -12,7 +12,13 @@ using System.Threading.Tasks;
12
12
 
13
13
  namespace Csp.Multiplayer
14
14
  {
15
- /// <summary>Enum used to specify the type of an update operation</summary>
15
+ /// <summary>This Enum should be used to determine what kind of operation the component update represents.</summary>
16
+ /// <remarks>Update means properties on the component have updated, all need to be checked as we do not provide reference of specific property updates.</remarks>
17
+ /// <remarks>Add means the component is newly added, clients should ensure that this triggers appropriate instantiation of wrapping objects.</remarks>
18
+ /// <remarks>All properties for the component should be included.</remarks>
19
+ /// <remarks>Delete means the component has been marked for deletion. It is likely that some other clients will not have the component at the point this is</remarks>
20
+ /// <remarks>recieved. Any wrapping data objects should be deleted when this is recieved, and clients should cease updating this component as any call would</remarks>
21
+ /// <remarks>fail. The CSP representation of the component has been removed at this point.</remarks>
16
22
 
17
23
  public enum ComponentUpdateType
18
24
  {
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 883c3bbafcec442a8ba8a02576e22b9e
2
+ guid: 5c092abd8d7347718c51ecae3fd4c402
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1a933117f0894425aaa5037fd9789bad
2
+ guid: a6eb9a47ae3a490780892ed86d03bb34
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9ab441e20bb446caaf71fa44153be51c
2
+ guid: 488ff64a7c63470e9adf988ff587804e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -492,6 +492,7 @@ namespace Csp.Multiplayer
492
492
  _ownsPtr = np.OwnsOwnData;
493
493
  }
494
494
 
495
+ [Obsolete("Due to the introduction of LODs it doesn't make sense to set a specific asset anymore")]
495
496
  public string GetExternalResourceAssetId()
496
497
  {
497
498
  var _result = csp_multiplayer_AnimatedModelSpaceComponent_GetExternalResourceAssetIdC_StringRC(_ptr);
@@ -502,6 +503,7 @@ namespace Csp.Multiplayer
502
503
  return _resultString;
503
504
  }
504
505
 
506
+ [Obsolete("Due to the introduction of LODs it doesn't make sense to set a specific asset anymore")]
505
507
  public void SetExternalResourceAssetId(string Value)
506
508
  {
507
509
  csp_multiplayer_AnimatedModelSpaceComponent_SetExternalResourceAssetId_void_StringRC(
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5fcc457d9f0448bbbb9875820d57498b
2
+ guid: 3872680bd265402296907d9cf7b42971
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f544ba7118e243ed93d100376a8d278a
2
+ guid: ba2b1908c49d466cb812b74652a7a2e4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c21673ee2e1441d7a67e8accedeccb8b
2
+ guid: d7d69559eccf47c5b8409fd0d7498b66
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -17,6 +17,7 @@ namespace Csp.Multiplayer
17
17
  public class AudioSpaceComponent
18
18
  : Csp.Multiplayer.ComponentBase,
19
19
  Csp.Multiplayer.IEnableableComponent,
20
+ Csp.Multiplayer.IPositionComponent,
20
21
  Csp.Multiplayer.IThirdPartyComponentRef,
21
22
  IDisposable
22
23
  {
@@ -67,7 +68,10 @@ namespace Csp.Multiplayer
67
68
  ),
68
69
  SuppressUnmanagedCodeSecurity
69
70
  ]
70
- static extern void csp_multiplayer_AudioSpaceComponent_SetPosition_void_Vector3RC(IntPtr @class, IntPtr Value);
71
+ static extern void csp_multiplayer_AudioSpaceComponent_SetPosition_void_Vector3RC(
72
+ IntPtr @class,
73
+ IntPtr InValue
74
+ );
71
75
 
72
76
  [
73
77
  DllImport(
@@ -407,13 +411,9 @@ namespace Csp.Multiplayer
407
411
  _ownsPtr = np.OwnsOwnData;
408
412
  }
409
413
 
410
- /// <summary>Gets the position of the origin of this component in world space.</summary>
411
- /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
412
- /// <remarks>- Right handed coordinate system</remarks>
413
- /// <remarks>- +Y is UP</remarks>
414
- /// <remarks>- +X is left (facing forward)</remarks>
415
- /// <remarks>- +Z is forward</remarks>
416
- /// <returns>The 3D position as vector (left, up, forward) in meters.</returns>
414
+ /// <remarks>\addtogroup IPositionComponent</remarks>
415
+ /// @{
416
+ /// @copydoc IPositionComponent::GetPosition()
417
417
 
418
418
 
419
419
  public Csp.Common.Vector3 GetPosition()
@@ -423,19 +423,15 @@ namespace Csp.Multiplayer
423
423
  return _result;
424
424
  }
425
425
 
426
- /// <summary>Sets the position of the origin of this component in world space.</summary>
427
- /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
428
- /// <remarks>- Right handed coordinate system</remarks>
429
- /// <remarks>- +Y is UP</remarks>
430
- /// <remarks>- +X is left (facing forward)</remarks>
431
- /// <remarks>- +Z is forward</remarks>
426
+ /// @copydoc IPositionComponent::SetPosition()
432
427
 
433
428
 
434
- public void SetPosition(Csp.Common.Vector3 Value)
429
+ public void SetPosition(Csp.Common.Vector3 InValue)
435
430
  {
436
- csp_multiplayer_AudioSpaceComponent_SetPosition_void_Vector3RC(_ptr, Value._ptr);
431
+ csp_multiplayer_AudioSpaceComponent_SetPosition_void_Vector3RC(_ptr, InValue._ptr);
437
432
  }
438
433
 
434
+ /// @}
439
435
  /// <summary>Gets the current playback state of the audio of this audio component.</summary>
440
436
  /// <returns>The current playback state of the audio of this audio component.</returns>
441
437
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 261176f8023044b78bb501ea217f8287
2
+ guid: b453cd8673bd423c8bb8c645a940199f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a9caf414946e4f4c8c759ea1c438487f
2
+ guid: 3058c9ee0b3b4675b469664f7375ffa0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 89a681ad4de64c15bc0a800b267fcac9
2
+ guid: ef958e1e663945d29580482ff87cab1d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 233f6f09589949ffb1a294d8bcd9f800
2
+ guid: 58d95e5179bb4943b0b9a27fd87958c7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: de2d0a62fa074198b5cde347382b34c8
2
+ guid: f6d4bdd9c5bf4aaa8cc8ea85beb5738c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 967ee2aedd7d42048ac7b2ac7caba1aa
2
+ guid: 10e20ff9b3c442d3be12e814d70628e2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: ee5db939ab9d47399e0b2230d931d52d
2
+ guid: d96cf3b613f34f72bdce78f718bae9f0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 145d0d91fb4b41e698b4e4fff2c473c0
2
+ guid: d626ad636b744afaa3cf2bfde6530b56
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2