connected-spaces-platform.unity.core 4.27.0 → 4.27.1

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 (408) hide show
  1. package/Editor/NativePluginBuildProcessor.cs +16 -2
  2. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  3. package/Editor.meta +1 -1
  4. package/README.md +5 -41
  5. package/README.md.meta +1 -1
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs.meta +1 -1
  8. package/Source/Common/Array.cs.meta +1 -1
  9. package/Source/Common/CancellationToken.cs.meta +1 -1
  10. package/Source/Common/FileExtensions.cs +0 -14
  11. package/Source/Common/FileExtensions.cs.meta +1 -1
  12. package/Source/Common/List.cs.meta +1 -1
  13. package/Source/Common/Map.cs.meta +1 -1
  14. package/Source/Common/MimeTypeHelper.cs +0 -14
  15. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  16. package/Source/Common/MimeTypes.cs +0 -14
  17. package/Source/Common/MimeTypes.cs.meta +1 -1
  18. package/Source/Common/Variant.cs.meta +1 -1
  19. package/Source/Common/VariantType.cs.meta +1 -1
  20. package/Source/Common/Vector3.cs.meta +1 -1
  21. package/Source/Common/Vector4.cs.meta +1 -1
  22. package/Source/Common.meta +1 -1
  23. package/Source/Csp.cs.meta +1 -1
  24. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  25. package/Source/EndpointURIs.cs.meta +1 -1
  26. package/Source/Il2cppPreserver.cs.meta +1 -1
  27. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentBase.cs +0 -31
  29. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  30. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  31. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  32. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  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.meta +1 -1
  51. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  80. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components.meta +1 -1
  104. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  105. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  107. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  108. package/Source/Multiplayer/Conversation/ConversationResult.cs +0 -28
  109. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  110. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  111. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +0 -28
  112. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation/MessageResult.cs +0 -28
  115. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  116. package/Source/Multiplayer/Conversation.meta +1 -1
  117. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  118. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  119. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  120. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  121. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  122. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  123. package/Source/Multiplayer/MultiplayerConnection.cs +0 -44
  124. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  125. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  126. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  127. package/Source/Multiplayer/Script/EntityScript.cs +0 -17
  128. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  129. package/Source/Multiplayer/Script.meta +1 -1
  130. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  131. package/Source/Multiplayer/SpaceEntitySystem.cs +0 -30
  132. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  133. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  134. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  135. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  136. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  137. package/Source/Multiplayer.meta +1 -1
  138. package/Source/NativeClassWrapper.cs.meta +1 -1
  139. package/Source/ProgressEventArgs.cs.meta +1 -1
  140. package/Source/Ref.cs.meta +1 -1
  141. package/Source/Systems/Analytics/AnalyticsEvent.cs +0 -14
  142. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  143. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  144. package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -28
  145. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  146. package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -13
  147. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  148. package/Source/Systems/Analytics.meta +1 -1
  149. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  150. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  151. package/Source/Systems/Assets/AssetCollectionResult.cs +0 -14
  152. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  153. package/Source/Systems/Assets/AssetCollectionsResult.cs +0 -14
  154. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  155. package/Source/Systems/Assets/AssetDataResult.cs +0 -28
  156. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  157. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  158. package/Source/Systems/Assets/AssetResult.cs +0 -28
  159. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  160. package/Source/Systems/Assets/AssetSystem.cs +0 -28
  161. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  162. package/Source/Systems/Assets/AssetsResult.cs +0 -28
  163. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  164. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  165. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  166. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  167. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  168. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  169. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  170. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  171. package/Source/Systems/Assets/LODChainResult.cs +0 -14
  172. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  173. package/Source/Systems/Assets/UriResult.cs +0 -42
  174. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  175. package/Source/Systems/Assets.meta +1 -1
  176. package/Source/Systems/BooleanResult.cs +0 -45
  177. package/Source/Systems/BooleanResult.cs.meta +1 -1
  178. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +0 -14
  179. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  180. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  181. package/Source/Systems/ECommerce/CartInfoResult.cs +0 -14
  182. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  183. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  184. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  185. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +0 -14
  186. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  187. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  188. package/Source/Systems/ECommerce/ECommerceSystem.cs +0 -28
  189. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  190. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +0 -14
  191. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  192. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  193. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +0 -14
  194. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  195. package/Source/Systems/ECommerce/ProductInfoResult.cs +0 -14
  196. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -14
  201. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  202. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  203. package/Source/Systems/ECommerce.meta +1 -1
  204. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  205. package/Source/Systems/EResultCode.cs.meta +1 -1
  206. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  207. package/Source/Systems/EventTicketing/EventTicketResult.cs +0 -14
  208. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  209. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +0 -28
  210. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  211. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  212. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +0 -14
  213. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  214. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  215. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +0 -14
  217. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  218. package/Source/Systems/EventTicketing/TicketedEventResult.cs +0 -14
  219. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  220. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  221. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +0 -14
  222. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  223. package/Source/Systems/EventTicketing.meta +1 -1
  224. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  225. package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -28
  226. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  227. package/Source/Systems/GraphQL.meta +1 -1
  228. package/Source/Systems/HTTPHeadersResult.cs +0 -45
  229. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  230. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  231. package/Source/Systems/Log/LogSystem.cs +0 -28
  232. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  233. package/Source/Systems/Log.meta +1 -1
  234. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  235. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +0 -28
  236. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  237. package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -28
  238. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  239. package/Source/Systems/Maintenance.meta +1 -1
  240. package/Source/Systems/NullResult.cs +0 -26
  241. package/Source/Systems/NullResult.cs.meta +1 -1
  242. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  243. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  244. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  245. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  246. package/Source/Systems/Organizations/OrganizationResult.cs +0 -14
  247. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  248. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  249. package/Source/Systems/Organizations/OrganizationRolesResult.cs +0 -14
  250. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  251. package/Source/Systems/Organizations/OrganizationSystem.cs +0 -14
  252. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  253. package/Source/Systems/Organizations.meta +1 -1
  254. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  255. package/Source/Systems/Quota/FeatureLimitResult.cs +0 -14
  256. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  257. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  258. package/Source/Systems/Quota/FeatureQuotaResult.cs +0 -14
  259. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  260. package/Source/Systems/Quota/FeaturesLimitResult.cs +0 -14
  261. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  262. package/Source/Systems/Quota/FeaturesQuotaResult.cs +0 -14
  263. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  264. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  265. package/Source/Systems/Quota/QuotaSystem.cs +0 -28
  266. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  267. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  268. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  269. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  270. package/Source/Systems/Quota/UserTierResult.cs +0 -14
  271. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  272. package/Source/Systems/Quota.meta +1 -1
  273. package/Source/Systems/ResultBase.cs +0 -17
  274. package/Source/Systems/ResultBase.cs.meta +1 -1
  275. package/Source/Systems/Script/ScriptSystem.cs +0 -28
  276. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  277. package/Source/Systems/Script.meta +1 -1
  278. package/Source/Systems/Settings/AvatarInfoResult.cs +0 -28
  279. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  280. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  281. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  282. package/Source/Systems/Settings/SettingsCollectionResult.cs +0 -14
  283. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  284. package/Source/Systems/Settings/SettingsSystem.cs +0 -28
  285. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  286. package/Source/Systems/Settings.meta +1 -1
  287. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  288. package/Source/Systems/Spaces/BasicSpaceResult.cs +0 -14
  289. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  290. package/Source/Systems/Spaces/BasicSpacesResult.cs +0 -14
  291. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  292. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  293. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  294. package/Source/Systems/Spaces/PendingInvitesResult.cs +0 -14
  295. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  296. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  297. package/Source/Systems/Spaces/SiteResult.cs +0 -14
  298. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  299. package/Source/Systems/Spaces/SitesCollectionResult.cs +0 -14
  300. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  301. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  302. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  303. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  304. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +0 -14
  305. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  306. package/Source/Systems/Spaces/SpaceMetadataResult.cs +0 -28
  307. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  308. package/Source/Systems/Spaces/SpaceResult.cs +0 -14
  309. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  310. package/Source/Systems/Spaces/SpaceSystem.cs +0 -42
  311. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  312. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  313. package/Source/Systems/Spaces/SpacesMetadataResult.cs +0 -45
  314. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  315. package/Source/Systems/Spaces/SpacesResult.cs +0 -14
  316. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  317. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +0 -45
  318. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  319. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  320. package/Source/Systems/Spaces.meta +1 -1
  321. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  322. package/Source/Systems/Spatial/AnchorCollectionResult.cs +0 -14
  323. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  324. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  325. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  326. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +0 -14
  327. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  328. package/Source/Systems/Spatial/AnchorResolutionResult.cs +0 -14
  329. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  330. package/Source/Systems/Spatial/AnchorResult.cs +0 -14
  331. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  332. package/Source/Systems/Spatial/AnchorSystem.cs +0 -28
  333. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  334. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  335. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  336. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  337. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  338. package/Source/Systems/Spatial/POICollectionResult.cs +0 -14
  339. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  340. package/Source/Systems/Spatial/POIResult.cs +0 -14
  341. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  342. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  343. package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -28
  344. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  345. package/Source/Systems/Spatial.meta +1 -1
  346. package/Source/Systems/StringArrayResult.cs +0 -45
  347. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  348. package/Source/Systems/StringResult.cs +0 -28
  349. package/Source/Systems/StringResult.cs.meta +1 -1
  350. package/Source/Systems/SystemBase.cs +0 -13
  351. package/Source/Systems/SystemBase.cs.meta +1 -1
  352. package/Source/Systems/SystemsManager.cs +0 -28
  353. package/Source/Systems/SystemsManager.cs.meta +1 -1
  354. package/Source/Systems/UInt64Result.cs +0 -45
  355. package/Source/Systems/UInt64Result.cs.meta +1 -1
  356. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  357. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  358. package/Source/Systems/Users/BasicProfilesResult.cs +0 -14
  359. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  360. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  361. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  362. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  363. package/Source/Systems/Users/LoginStateResult.cs +0 -28
  364. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  365. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  366. package/Source/Systems/Users/LoginTokenInfoResult.cs +0 -28
  367. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  368. package/Source/Systems/Users/Profile.cs.meta +1 -1
  369. package/Source/Systems/Users/ProfileResult.cs +0 -14
  370. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  371. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  372. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  373. package/Source/Systems/Users/UserSystem.cs +0 -42
  374. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  375. package/Source/Systems/Users.meta +1 -1
  376. package/Source/Systems/Voip/VoipSystem.cs +0 -28
  377. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  378. package/Source/Systems/Voip.meta +1 -1
  379. package/Source/Systems.meta +1 -1
  380. package/Source/Web/EResponseCodes.cs.meta +1 -1
  381. package/Source/Web.meta +1 -1
  382. package/Source/WrapperHelper.cs.meta +1 -1
  383. package/Source.meta +1 -1
  384. package/android64/libConnectedSpacesPlatform.so +0 -0
  385. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  386. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  387. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  388. package/android64.meta +1 -1
  389. package/ios/libConnectedSpacesPlatform.a +0 -0
  390. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  391. package/ios/libcrypto.a.meta +1 -1
  392. package/ios/libssl.a.meta +1 -1
  393. package/ios.meta +1 -1
  394. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  395. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  396. package/macosx.meta +1 -1
  397. package/package.json +1 -1
  398. package/package.json.meta +1 -1
  399. package/visionos/libConnectedSpacesPlatform.a +0 -0
  400. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  401. package/visionos/libcrypto.a.meta +1 -1
  402. package/visionos/libssl.a.meta +1 -1
  403. package/visionos.meta +1 -1
  404. package/windows/ConnectedSpacesPlatform.dll +0 -0
  405. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  406. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  407. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  408. package/windows.meta +1 -1
@@ -26,11 +26,25 @@ public class NativePluginBuildProcessor : IPreprocessBuildWithReport
26
26
  if (!importer.assetPath.Contains("ConnectedSpacesPlatform"))
27
27
  continue;
28
28
 
29
- importer.SetIncludeInBuildDelegate((_) => true);
29
+ // Only include appropriate CSP binary
30
+ var ext = Path.GetExtension(importer.assetPath);
31
+
32
+ // TODO: Remove this hack that always includes iOS and macOS binaries
33
+ // This was put in place because we currently only include release binaries due to debug binary sizes
34
+ if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX)
35
+ importer.SetIncludeInBuildDelegate((_) => true);
36
+ else if (report.summary.options.HasFlag(BuildOptions.Development) && !importer.assetPath.EndsWith($"_D{ext}"))
37
+ importer.SetIncludeInBuildDelegate((_) => false);
38
+ else if ((!report.summary.options.HasFlag(BuildOptions.Development)) && importer.assetPath.EndsWith($"_D{ext}"))
39
+ importer.SetIncludeInBuildDelegate((_) => false);
40
+
41
+ // Fix symbol stripping for VisionOS
42
+ if (report.summary.platform == BuildTarget.VisionOS)
43
+ PlayerSettings.SetAdditionalIl2CppArgs("--linker-flags=\"-Wl,-force_load,libConnectedSpacesPlatform.a\"");
30
44
  }
31
45
 
32
46
  Debug.Log($"NativePluginBuildProcesser: Done {report.summary.platform}.");
33
47
  }
34
48
  }
35
49
 
36
- #endif
50
+ #endif
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 91b4faadf658423f898bd4fb06eda370
2
+ guid: 8520396f1580438c99853ddee870bb22
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
package/Editor.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 380913a78dce439ca4b665ef19012209
2
+ guid: e14aec435cd341a1aa23d7be8a7d8ff8
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Built from changelist ID f1512f368c69e12e37b027f40905287608f8bc9d
1
+ # Built from changelist ID d80c2267994cef50054cc504f6aeaf8a5aa30e0c
2
2
 
3
3
  <br>
4
4
 
@@ -6,40 +6,16 @@
6
6
 
7
7
 
8
8
 
9
- ### 🍰 🙌 New Features
10
-
11
- - Altered variant collection api (#397) *(af9a7ff)* [**OF-1272**]
12
- - Added GetShopifyStores (#404) *(8233122)* [**OF-1228**]
13
-
14
9
 
15
10
  ### 🐛 🔨 Bug Fixes
16
11
 
17
- - Iterate over components correctly (#390) *(06324a7)* [**OB-3269**]
18
- - Log messages emitted under multiplayer connection failures do not crash the application *(a6aff3e)* [**OB-3444**]
19
- - Fix crash accessing components from scripts after component removed (#408) *(0e16113)* [**OB-3426**]
20
- - Ensure context clear on ExitSpace *(67c80cc)* [**OB-3438**]
21
-
22
-
23
-
24
- ### 💫 💥 Code Refactors
25
-
26
- - Meta file to set Editor macos to run for any cpu instead of only intel64 (#396) *(ee6552e)* [**No Ticket**]
27
- - Make params in UpdateEvent opt *(c7e1e7d)* [**OF-1176**]
28
- - Deprecate GSplat IsShadowCaster *(adbc074)* [**OF-1289**]
29
- - Update CHS wrapper *(27095f8)* [**OF-1290**]
30
- - Refactor Org test accounts (#406) *(96d8c6d)* [**No Ticket**]
31
- - Remove UserID parameter from GetShopifyStores (#407) *(5de9b59)* [**OF-1302**]
32
-
33
-
34
- ### 🙈 🙉 🙊 Test Changes
12
+ - Do not strip symbols for VisionOS *(0487f42)* [**OB-3490**]
13
+ - Don't p/invoke private ctors/dtors *(9d7c83c)* [**OB-3490**]
35
14
 
36
- - Fixed LogInAsGuest in tests (#399) *(f16af7b)* [**No Ticket**]
37
15
 
38
16
 
39
17
 
40
- ### 🧩 Miscellaneous Changes
41
18
 
42
- - Organization System (#405) *(3ba9161)* [**OF-1232**]
43
19
 
44
20
 
45
21
  <br>
@@ -48,17 +24,5 @@
48
24
 
49
25
  | Change ID | Author | Description |
50
26
  | --------- | ------ | ----------- |
51
- | 06324a7 | MAG-me | [OB-3269] fix: Iterate over components correctly (#390)<br>&bull; [OB-3269] fix: Iterate over components correctly<br>&bull; [OB-3269] fix: Check for deletion as well<br>&bull; [OB-3269] fix: Update loop variable declaration |
52
- | ee6552e | Lyubomir Lichev | [NT-0] refac: meta file to set Editor macos to run for any cpu instead of only intel64 (#396) |
53
- | f16af7b | MAG-AW | [NT-0] test: fixed LogInAsGuest in tests (#399)<br>&bull; Unsure why this behavior changed but tests require LogInAsGuest to<br> pass true for UserHasVerifiedAge now. Tests updated. |
54
- | af9a7ff | MAG-AW | [OF-1272] feat: Altered variant collection api (#397)<br>&bull; Changed GetProductInfoCollectionByVariantIds to return an array which<br>contains a product with a single variant, per variantID given. |
55
- | c7e1e7d | Michael K. | [OF-1176] refac: Make params in UpdateEvent opt<br>This change makes most of the parameters for UpdateTicketedEvent<br>optional, allowing devs to disable an event without providing all event<br>parameters. |
56
- | adbc074 | Michael K. | [OF-1289] refac: deprecate GSplat IsShadowCaster |
57
- | 27095f8 | AdamThorn | [OF-1290] refac: Update CHS wrapper |
58
- | a6aff3e | Sam Birley | [OB-3444] fix: Log messages emitted under multiplayer connection failures do not crash the application<br>Fixed a number of cases where the format string passed to CSP log messages was inconsistent with the type of the arguments being passed in.<br>Log messages emitted when multiplayer errors are encountered now include a string representation of the error code. |
59
- | 3ba9161 | AdamThorn | OF-1232 Organization System (#405)<br>Implementing invite flow for the OrganizationSystem |
60
- | 8233122 | MAG-AW | [OF-1228] feat: Added GetShopifyStores (#404)<br>&bull; [OF-1228] feat: Added GetShopifyStores<br>&bull; Added new API for retrieving stores for a given user<br>&bull; Added a manual test and verified as working<br>&bull; [OF-1228] feat: add optional active filter |
61
- | 96d8c6d | AdamThorn | [NT-0] refac: Refactor Org test accounts (#406) |
62
- | 5de9b59 | Daniel | [OF-1302] refac: Remove UserID parameter from GetShopifyStores (#407)<br>- Update the GetShopifyStores to get the UserId from the internal UserSystem rather than as a parameter on the function, as we currently only want to get the current user's stores. |
63
- | 0e16113 | MAG-me | [OB-3426] fix: Fix crash accessing components from scripts after component removed (#408)<br>&bull; [OB-3426] fix: Iterate over map correctly<br>&bull; [OB-3426] fix: Crash getting component from script |
64
- | 67c80cc | Michael K | [OB-3438] fix: ensure context clear on ExitSpace<br>This change ensures that entities are deleted and leader election is reset when exiting a space. |
27
+ | 0487f42 | Michael K. | [OB-3490] fix: do not strip symbols for VisionOS |
28
+ | 9d7c83c | Michael K. | [OB-3490] fix: don't p/invoke private ctors/dtors<br>The C# wrapper generator was generating p/invoke imports for private<br>constructors and destructors, resulting in VisionOS attempting to<br>link against these non-existing exports. |
package/README.md.meta CHANGED
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 308e5845dc364e84922dec7a7a77a1ab
2
+ guid: 1cc7075def624dad94ef8aff03972010
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 474f8ab14be34a5883a59269c5df217d
2
+ guid: 0a66ed0ccb6844e7b7e926b46a2bb671
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9a90d9ad46aa4aa7a79140a0d092b19a
2
+ guid: 1fa745f7c9a1477fb16f2cede72067e3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 05bef9f53e7e40a2b8b7955db932095f
2
+ guid: d9ca5bcadb8341a68d716a4f596d50b9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2da362d370034cfdac04ee89b2021895
2
+ guid: 671659be9cc9459fa279a86c980c79c5
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -12566,20 +12566,6 @@ namespace Csp.Common
12566
12566
  ]
12567
12567
  static extern void csp_common_FileExtensions__Set_ZSH(IntPtr @class, IntPtr value);
12568
12568
 
12569
- [
12570
- DllImport(
12571
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
12572
- "__Internal"
12573
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
12574
- "ConnectedSpacesPlatform_D"
12575
- #else
12576
- "ConnectedSpacesPlatform"
12577
- #endif
12578
- ),
12579
- SuppressUnmanagedCodeSecurity
12580
- ]
12581
- static extern NativePointer csp_common_FileExtensions_Ctor();
12582
-
12583
12569
  [
12584
12570
  DllImport(
12585
12571
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c1857d4f171e4d7293bcc61127c72555
2
+ guid: b0b740808cd843fe9257b00765c2da69
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1741eac3dd474abb8bbded3a63abf742
2
+ guid: e6d711cf5adc488f9d0f1d00d940a636
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6b46d4f7890e4465a804ffc8d82dffb7
2
+ guid: 3de81faaa88045d5a9c4a6383a89c69b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -106,20 +106,6 @@ namespace Csp.Common
106
106
  ]
107
107
  static extern IntPtr csp_common_MimeTypeHelper_GetMimeType_StringR_StringRC(IntPtr @class, IntPtr FilePath);
108
108
 
109
- [
110
- DllImport(
111
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
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 NativePointer csp_common_MimeTypeHelper_Ctor();
122
-
123
109
  [
124
110
  DllImport(
125
111
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 34c6602ed82d448d8028be775076c24e
2
+ guid: 8c565973624f4df68b3db20d88eb4a29
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -8601,20 +8601,6 @@ namespace Csp.Common
8601
8601
  ]
8602
8602
  static extern void csp_common_MimeTypes__Set_XGL_DRAWING(IntPtr @class, IntPtr value);
8603
8603
 
8604
- [
8605
- DllImport(
8606
- #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
8607
- "__Internal"
8608
- #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
8609
- "ConnectedSpacesPlatform_D"
8610
- #else
8611
- "ConnectedSpacesPlatform"
8612
- #endif
8613
- ),
8614
- SuppressUnmanagedCodeSecurity
8615
- ]
8616
- static extern NativePointer csp_common_MimeTypes_Ctor();
8617
-
8618
8604
  [
8619
8605
  DllImport(
8620
8606
  #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2aa3114c2ef2418f8ff3c5245aff7efc
2
+ guid: fd4268897bd345d38bffddffe093d99f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d9ca5c845b3a44d3bfdb1acec29d9f01
2
+ guid: 0446946ee5d9449d934690101d14cf7f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e0d3cd3a87fc4fa89bd5a029f502d127
2
+ guid: 03a8eb4b8d054fee8cbf927d036165d0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b5e49de267234ffdbefe8fde4f320a9e
2
+ guid: 920b8fe5de144267a02460d0dc589a41
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 12ac829e2a81427f8c4be0bbc844ab63
2
+ guid: e174005c9aa64fa6a69fa3c1edd4471b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9daa737c293742c8a1d0fb5642a67037
2
+ guid: 2bbcc7f473714109b077b9b375791da7
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2955341a481e478fb3d5a073cda44df4
2
+ guid: 64ce7315b3dd4a32a4ef4fc3166d857b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 31a322ebbe184ed7b5d8a1c01ca04d29
2
+ guid: 1782479696c3454f96a34f87baf916a2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0e27aaed37684f7dac2e8f8056dee0ad
2
+ guid: c8fcd1c76dd343b69e872a1f7b6d4d4d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 102298798fef4ffebc19000e51f16fb4
2
+ guid: 134d57f215234146ac1d2719aebf9752
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: be64612c1e5846f092dd27c81cce0300
2
+ guid: 3ca3d295f55f4683a3ad4fada3b2ba5e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -149,37 +149,6 @@ 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 NativePointer csp_multiplayer_ComponentBase_Ctor();
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 NativePointer csp_multiplayer_ComponentBase_Ctor_ComponentType_SpaceEntityP(
179
- Csp.Multiplayer.ComponentType Type,
180
- IntPtr Parent
181
- );
182
-
183
152
  #pragma warning restore IDE1006
184
153
  #endregion
185
154
 
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b2a42842a6a4429d9513f45ac59eb137
2
+ guid: 4cee719b36c94c9182e954e6751936b1
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9656b9f041994e37a92f747d17a61fe2
2
+ guid: 77c44874dd994b89a9b7ba4bd3c6299b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d44879f455db4986be46443d5b3a1da8
2
+ guid: dbcb7a9b9f344cd4898d8f28c972cffc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9ecf3d50217e43f4bd34d8a051a70904
2
+ guid: b6621a0853c9419f80760e7ff16a7222
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2ffb767c586348799f5ea8ea3c17279b
2
+ guid: 9d6a3242393649e08c3dfb6af2bd8a9a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 05ccd066f1b24d4c802d4ef5d668806d
2
+ guid: 18425f1ffa114446b90f39d34c2f3a90
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: bfc3909577424922b74482b414898fac
2
+ guid: 3caea415a8024d4c9aa5d087d328e207
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c095530ba3be4042a8b9a1ace241ef00
2
+ guid: 2f82121216514bc7925571625f6afe5f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: d207d9222aa24bc896ba1ee1540f7977
2
+ guid: e4cf964149bb402e873e6da570065d3c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0c948520872d47eeb31327233263455e
2
+ guid: cfa647d8969a4357b2db743bf96e85a6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e60447c1ff494efca28b9b319e067b62
2
+ guid: 39a2685f337b4501b10e6dbadd2868c6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2313214bc15248dca906b1be83ad514f
2
+ guid: d3d82389532647a3aa1f1c3279f0d104
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 92b43eb079964a7eb98419aa33420b3f
2
+ guid: d3447e1ae6ea424db7d90ca4b59ad0bd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8868706c5b654b78b219153fbd5faded
2
+ guid: 620e2ee2481048af81181399b2a6830a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0346b73870d04254bec35b4b54c544d9
2
+ guid: c15b49ae0b9748a78c00269748ce7533
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 171ad762f4d6492bb88a1d63292fa63f
2
+ guid: ba68f826255c43deac597b2d8c0a8d86
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6fc85f52c5ab405d93cb5ebb7940dbe7
2
+ guid: 1add4cf1803c4744a45c86ece04ea0f9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b8b61a5196c84adebea619a638e85081
2
+ guid: 58d04f26a72d4d6189219ad99317ae81
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c7b183caf8b646499eb313384d3dea8a
2
+ guid: a38980f30725473ebd6abb79a6aa50aa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4484b9335a50482888f65a4bff4cac40
2
+ guid: e5c097fb12034b2f9f615c0930c7ccb8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 573c9cd0d09f48dd8ed221641444a131
2
+ guid: 934765fac51a40f5a97eeb2dbfb61029
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4ad25b25f9ac48d49cf02b7df0f7d3d1
2
+ guid: c7bf53b33dd648b08670f87a2bbd534c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 8cab243494a844fcb6e391e41515ade7
2
+ guid: 5e4cb16c0747427bb7ad1715112fedd0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e77edecee7fa40c2b2e4a8a60be669c9
2
+ guid: e780ca8d747942f68d76ec9907466ac0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 6dfadabe73f94b828f63faba19038186
2
+ guid: e7e205e372b7498ebed8f59d9748e317
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: c5d89da2f94b4ffdbe4c22f7d9cce0f2
2
+ guid: 94170035e7bb4f0ba325b37fdac7d615
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9d7602d72e754307a3b9403aa6220c54
2
+ guid: e5596c0a9cbf4b26b381e14affcaabbf
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5a92dfd68bdc48f687bc740e6aa67f3b
2
+ guid: a528caf379fc43e1a344d9126c7b2147
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 74ffac886f994f3995113289967fc2ce
2
+ guid: 66bea87d335c4aa3bc1ff42be4ed7a29
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 963e769aa53341a182a36098d7091bb1
2
+ guid: e030965e3d4d4a3f959814cde920c2f3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4b17fafcfd974dbeb3dc9ab517b955a2
2
+ guid: 01d5cbd4a5314a009ff0a8ec69ab94ef
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2