connected-spaces-platform.unity.core 4.18.0 → 4.20.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 (478) hide show
  1. package/Editor/NativePluginBuildProcessor.cs +1 -10
  2. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  3. package/Editor.meta +1 -1
  4. package/README.md +10 -62
  5. package/README.md.meta +1 -1
  6. package/Source/CSPFoundation.cs +13 -13
  7. package/Source/CSPFoundation.cs.meta +1 -1
  8. package/Source/ClientUserAgent.cs +14 -14
  9. package/Source/ClientUserAgent.cs.meta +1 -1
  10. package/Source/Common/Array.cs.meta +1 -1
  11. package/Source/Common/CancellationToken.cs +5 -5
  12. package/Source/Common/CancellationToken.cs.meta +1 -1
  13. package/Source/Common/FileExtensions.cs +898 -898
  14. package/Source/Common/FileExtensions.cs.meta +1 -1
  15. package/Source/Common/List.cs.meta +1 -1
  16. package/Source/Common/Map.cs.meta +1 -1
  17. package/Source/Common/MimeTypeHelper.cs +8 -8
  18. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  19. package/Source/Common/MimeTypes.cs +614 -614
  20. package/Source/Common/MimeTypes.cs.meta +1 -1
  21. package/Source/Common/Variant.cs +22 -22
  22. package/Source/Common/Variant.cs.meta +1 -1
  23. package/Source/Common/VariantType.cs.meta +1 -1
  24. package/Source/Common/Vector3.cs +11 -11
  25. package/Source/Common/Vector3.cs.meta +1 -1
  26. package/Source/Common/Vector4.cs +14 -14
  27. package/Source/Common/Vector4.cs.meta +1 -1
  28. package/Source/Common.meta +1 -1
  29. package/Source/Csp.cs +3 -3
  30. package/Source/Csp.cs.meta +1 -1
  31. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  32. package/Source/EndpointURIs.cs +14 -14
  33. package/Source/EndpointURIs.cs.meta +1 -1
  34. package/Source/Il2cppPreserver.cs.meta +1 -1
  35. package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
  36. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  37. package/Source/Multiplayer/ComponentBase.cs +10 -10
  38. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  39. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  40. package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
  41. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  42. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +28 -28
  46. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +24 -24
  50. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +32 -32
  55. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +22 -22
  60. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +27 -27
  65. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
  68. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
  71. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +6 -6
  75. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +22 -22
  79. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +20 -20
  82. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/FogSpaceComponent.cs +32 -32
  86. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +26 -26
  89. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  100. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/LightSpaceComponent.cs +32 -32
  104. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +11 -11
  109. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +16 -16
  113. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  116. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +8 -8
  117. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  119. package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
  120. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  122. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
  123. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  124. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  125. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  126. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  127. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  128. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +44 -44
  129. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  130. package/Source/Multiplayer/Components.meta +1 -1
  131. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  132. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +14 -14
  133. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  134. package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
  135. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  136. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  137. package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -4
  138. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  139. package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -34
  140. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  141. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +5 -5
  142. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  143. package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
  144. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  145. package/Source/Multiplayer/Conversation/MessageResult.cs +4 -4
  146. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  147. package/Source/Multiplayer/Conversation.meta +1 -1
  148. package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
  149. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  150. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  151. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  152. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  153. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  154. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  155. package/Source/Multiplayer/MultiplayerConnection.cs +22 -22
  156. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  157. package/Source/Multiplayer/ReplicatedValue.cs +22 -22
  158. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  159. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  160. package/Source/Multiplayer/Script/EntityScript.cs +17 -17
  161. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  162. package/Source/Multiplayer/Script.meta +1 -1
  163. package/Source/Multiplayer/SpaceEntity.cs +65 -39
  164. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  165. package/Source/Multiplayer/SpaceEntitySystem.cs +52 -74
  166. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  167. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  168. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  169. package/Source/Multiplayer/SpaceTransform.cs +9 -9
  170. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  171. package/Source/Multiplayer/UserPermissionsParams.cs +10 -10
  172. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  173. package/Source/Multiplayer.meta +1 -1
  174. package/Source/NativeClassWrapper.cs.meta +1 -1
  175. package/Source/ProgressEventArgs.cs.meta +1 -1
  176. package/Source/Ref.cs.meta +1 -1
  177. package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
  178. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  179. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
  180. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  181. package/Source/Systems/Analytics/AnalyticsSystem.cs +8 -35
  182. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  183. package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
  184. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  185. package/Source/Systems/Analytics.meta +1 -1
  186. package/Source/Systems/Assets/Asset.cs +35 -35
  187. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  188. package/Source/Systems/Assets/AssetCollection.cs +36 -36
  189. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  190. package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
  191. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  192. package/Source/Systems/Assets/AssetCollectionsResult.cs +4 -4
  193. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  194. package/Source/Systems/Assets/AssetDataResult.cs +6 -6
  195. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  196. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  197. package/Source/Systems/Assets/AssetResult.cs +4 -4
  198. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  199. package/Source/Systems/Assets/AssetSystem.cs +124 -143
  200. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  201. package/Source/Systems/Assets/AssetsResult.cs +4 -4
  202. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  203. package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
  204. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  205. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  206. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  207. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  208. package/Source/Systems/Assets/FileAssetDataSource.cs +6 -6
  209. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  210. package/Source/Systems/Assets/LODAsset.cs +6 -6
  211. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  212. package/Source/Systems/Assets/LODChain.cs +6 -6
  213. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  214. package/Source/Systems/Assets/LODChainResult.cs +3 -3
  215. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  216. package/Source/Systems/Assets/UriResult.cs +6 -6
  217. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  218. package/Source/Systems/Assets.meta +1 -1
  219. package/Source/Systems/BooleanResult.cs +5 -5
  220. package/Source/Systems/BooleanResult.cs.meta +1 -1
  221. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
  222. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  223. package/Source/Systems/ECommerce/CartInfo.cs +10 -10
  224. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  225. package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
  226. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  227. package/Source/Systems/ECommerce/CartLine.cs +8 -8
  228. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  229. package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
  230. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  231. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
  232. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  233. package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
  234. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  235. package/Source/Systems/ECommerce/ECommerceSystem.cs +37 -64
  236. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  237. package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
  238. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  239. package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
  240. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  241. package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
  242. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  243. package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
  244. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  245. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
  246. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  247. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
  248. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  249. package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
  250. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  251. package/Source/Systems/ECommerce.meta +1 -1
  252. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  253. package/Source/Systems/EResultCode.cs.meta +1 -1
  254. package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
  255. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  256. package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
  257. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  258. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +21 -43
  259. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  260. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  261. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
  262. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  263. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  264. package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
  265. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  266. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
  267. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  268. package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
  269. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  270. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
  271. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  272. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
  273. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  274. package/Source/Systems/EventTicketing.meta +1 -1
  275. package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
  276. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  277. package/Source/Systems/GraphQL/GraphQLSystem.cs +15 -37
  278. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  279. package/Source/Systems/GraphQL.meta +1 -1
  280. package/Source/Systems/HTTPHeadersResult.cs +5 -5
  281. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  282. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  283. package/Source/Systems/Log/LogSystem.cs +27 -49
  284. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  285. package/Source/Systems/Log.meta +1 -1
  286. package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
  287. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  288. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +7 -7
  289. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  290. package/Source/Systems/Maintenance/MaintenanceSystem.cs +10 -32
  291. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  292. package/Source/Systems/Maintenance.meta +1 -1
  293. package/Source/Systems/NullResult.cs +3 -3
  294. package/Source/Systems/NullResult.cs.meta +1 -1
  295. package/Source/Systems/Quota/FeatureLimitInfo.cs +8 -8
  296. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  297. package/Source/Systems/Quota/FeatureLimitResult.cs +3 -3
  298. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  299. package/Source/Systems/Quota/FeatureQuotaInfo.cs +10 -10
  300. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  301. package/Source/Systems/Quota/FeatureQuotaResult.cs +3 -3
  302. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  303. package/Source/Systems/Quota/FeaturesLimitResult.cs +3 -3
  304. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  305. package/Source/Systems/Quota/FeaturesQuotaResult.cs +3 -3
  306. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  307. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  308. package/Source/Systems/Quota/QuotaSystem.cs +23 -45
  309. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  310. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  311. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  312. package/Source/Systems/Quota/UserTierInfo.cs +8 -8
  313. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  314. package/Source/Systems/Quota/UserTierResult.cs +3 -3
  315. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  316. package/Source/Systems/Quota.meta +1 -1
  317. package/Source/Systems/ResultBase.cs +9 -9
  318. package/Source/Systems/ResultBase.cs.meta +1 -1
  319. package/Source/Systems/Script/ScriptSystem.cs +17 -39
  320. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  321. package/Source/Systems/Script.meta +1 -1
  322. package/Source/Systems/Settings/AvatarInfoResult.cs +5 -5
  323. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  324. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  325. package/Source/Systems/Settings/SettingsCollection.cs +8 -8
  326. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  327. package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
  328. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  329. package/Source/Systems/Settings/SettingsSystem.cs +78 -141
  330. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  331. package/Source/Systems/Settings.meta +1 -1
  332. package/Source/Systems/Spaces/BasicSpace.cs +10 -10
  333. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  334. package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
  335. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  336. package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
  337. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  338. package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
  339. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  340. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +9 -9
  341. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  342. package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
  343. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  344. package/Source/Systems/Spaces/Site.cs +12 -12
  345. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  346. package/Source/Systems/Spaces/SiteResult.cs +3 -3
  347. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  348. package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
  349. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  350. package/Source/Systems/Spaces/Space.cs +15 -15
  351. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  352. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  353. package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
  354. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  355. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +4 -4
  356. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  357. package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -21
  358. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  359. package/Source/Systems/Spaces/SpaceResult.cs +4 -4
  360. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  361. package/Source/Systems/Spaces/SpaceSystem.cs +50 -72
  362. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  363. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  364. package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
  365. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  366. package/Source/Systems/Spaces/SpacesResult.cs +3 -3
  367. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  368. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
  369. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  370. package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
  371. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  372. package/Source/Systems/Spaces.meta +1 -1
  373. package/Source/Systems/Spatial/Anchor.cs +28 -28
  374. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  375. package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
  376. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  377. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  378. package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
  379. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  380. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
  381. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  382. package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
  383. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  384. package/Source/Systems/Spatial/AnchorResult.cs +3 -3
  385. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  386. package/Source/Systems/Spatial/AnchorSystem.cs +22 -44
  387. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  388. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  389. package/Source/Systems/Spatial/GeoLocation.cs +8 -8
  390. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  391. package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
  392. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  393. package/Source/Systems/Spatial/OlyRotation.cs +11 -11
  394. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  395. package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
  396. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  397. package/Source/Systems/Spatial/POIResult.cs +3 -3
  398. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  399. package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
  400. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  401. package/Source/Systems/Spatial/PointOfInterestSystem.cs +18 -40
  402. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  403. package/Source/Systems/Spatial.meta +1 -1
  404. package/Source/Systems/StringArrayResult.cs +5 -5
  405. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  406. package/Source/Systems/StringResult.cs +4 -4
  407. package/Source/Systems/StringResult.cs.meta +1 -1
  408. package/Source/Systems/SystemBase.cs +2 -24
  409. package/Source/Systems/SystemBase.cs.meta +1 -1
  410. package/Source/Systems/SystemsManager.cs +31 -53
  411. package/Source/Systems/SystemsManager.cs.meta +1 -1
  412. package/Source/Systems/UInt64Result.cs +5 -5
  413. package/Source/Systems/UInt64Result.cs.meta +1 -1
  414. package/Source/Systems/Users/AgoraUserTokenParams.cs +26 -26
  415. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  416. package/Source/Systems/Users/BasicProfile.cs +12 -12
  417. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  418. package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
  419. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  420. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  421. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  422. package/Source/Systems/Users/LoginState.cs +14 -14
  423. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  424. package/Source/Systems/Users/LoginStateResult.cs +6 -6
  425. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  426. package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
  427. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  428. package/Source/Systems/Users/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +16 -16
  429. package/Source/Systems/Users/{CustomerPortalUrlResult.cs.meta → LoginTokenInfoResult.cs.meta} +1 -1
  430. package/Source/Systems/Users/Profile.cs +18 -18
  431. package/Source/Systems/Users/Profile.cs.meta +1 -1
  432. package/Source/Systems/Users/ProfileResult.cs +3 -3
  433. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  434. package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
  435. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  436. package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
  437. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  438. package/Source/Systems/Users/UserSystem.cs +75 -97
  439. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  440. package/Source/Systems/Users.meta +1 -1
  441. package/Source/Systems/Voip/VoipSystem.cs +8 -30
  442. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  443. package/Source/Systems/Voip.meta +1 -1
  444. package/Source/Systems.meta +1 -1
  445. package/Source/Web/EResponseCodes.cs.meta +1 -1
  446. package/Source/Web.meta +1 -1
  447. package/Source/WrapperHelper.cs.meta +1 -1
  448. package/Source.meta +1 -1
  449. package/android64/libConnectedSpacesPlatform.so +0 -0
  450. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  451. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  452. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  453. package/android64.meta +1 -1
  454. package/ios/libConnectedSpacesPlatform.a +0 -0
  455. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  456. package/ios/libcrypto.a.meta +1 -1
  457. package/ios/libssl.a.meta +1 -1
  458. package/ios.meta +1 -1
  459. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  460. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  461. package/macosx.meta +1 -1
  462. package/package.json +1 -1
  463. package/package.json.meta +1 -1
  464. package/windows/ConnectedSpacesPlatform.dll +0 -0
  465. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  466. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  467. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  468. package/windows.meta +1 -1
  469. package/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
  470. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +0 -11
  471. package/Source/Systems/Users/CheckoutSessionUrlResult.cs +0 -141
  472. package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +0 -11
  473. package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
  474. package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
  475. package/Source/Systems/Users/LogoutResult.cs +0 -105
  476. package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
  477. package/Source/Systems/Users/PingResponseReceived.cs +0 -106
  478. package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
@@ -25,7 +25,7 @@ namespace Csp.Systems
25
25
 
26
26
  [
27
27
  DllImport(
28
- #if !UNITY_EDITOR && UNITY_IOS
28
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
29
  "__Internal"
30
30
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
31
  "ConnectedSpacesPlatform_D"
@@ -39,7 +39,7 @@ namespace Csp.Systems
39
39
 
40
40
  [
41
41
  DllImport(
42
- #if !UNITY_EDITOR && UNITY_IOS
42
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
43
  "__Internal"
44
44
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
45
  "ConnectedSpacesPlatform_D"
@@ -53,7 +53,7 @@ namespace Csp.Systems
53
53
 
54
54
  [
55
55
  DllImport(
56
- #if !UNITY_EDITOR && UNITY_IOS
56
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
57
  "__Internal"
58
58
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
59
  "ConnectedSpacesPlatform_D"
@@ -67,7 +67,7 @@ namespace Csp.Systems
67
67
 
68
68
  [
69
69
  DllImport(
70
- #if !UNITY_EDITOR && UNITY_IOS
70
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
71
  "__Internal"
72
72
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
73
  "ConnectedSpacesPlatform_D"
@@ -81,7 +81,7 @@ namespace Csp.Systems
81
81
 
82
82
  [
83
83
  DllImport(
84
- #if !UNITY_EDITOR && UNITY_IOS
84
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
85
85
  "__Internal"
86
86
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
87
87
  "ConnectedSpacesPlatform_D"
@@ -95,7 +95,7 @@ namespace Csp.Systems
95
95
 
96
96
  [
97
97
  DllImport(
98
- #if !UNITY_EDITOR && UNITY_IOS
98
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
99
99
  "__Internal"
100
100
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
101
101
  "ConnectedSpacesPlatform_D"
@@ -109,7 +109,7 @@ namespace Csp.Systems
109
109
 
110
110
  [
111
111
  DllImport(
112
- #if !UNITY_EDITOR && UNITY_IOS
112
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
113
113
  "__Internal"
114
114
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
115
115
  "ConnectedSpacesPlatform_D"
@@ -123,7 +123,7 @@ namespace Csp.Systems
123
123
 
124
124
  [
125
125
  DllImport(
126
- #if !UNITY_EDITOR && UNITY_IOS
126
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
127
127
  "__Internal"
128
128
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
129
129
  "ConnectedSpacesPlatform_D"
@@ -137,7 +137,7 @@ namespace Csp.Systems
137
137
 
138
138
  [
139
139
  DllImport(
140
- #if !UNITY_EDITOR && UNITY_IOS
140
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
141
141
  "__Internal"
142
142
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
143
143
  "ConnectedSpacesPlatform_D"
@@ -151,7 +151,7 @@ namespace Csp.Systems
151
151
 
152
152
  [
153
153
  DllImport(
154
- #if !UNITY_EDITOR && UNITY_IOS
154
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
155
155
  "__Internal"
156
156
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
157
157
  "ConnectedSpacesPlatform_D"
@@ -165,7 +165,7 @@ namespace Csp.Systems
165
165
 
166
166
  [
167
167
  DllImport(
168
- #if !UNITY_EDITOR && UNITY_IOS
168
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
169
169
  "__Internal"
170
170
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
171
171
  "ConnectedSpacesPlatform_D"
@@ -179,7 +179,7 @@ namespace Csp.Systems
179
179
 
180
180
  [
181
181
  DllImport(
182
- #if !UNITY_EDITOR && UNITY_IOS
182
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
183
183
  "__Internal"
184
184
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
185
185
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e2be8e4deaca46d5a7422adab02d87b0
2
+ guid: 0a15124caa7942fa91288c0bb0cec6dc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -25,7 +25,7 @@ namespace Csp.Systems
25
25
 
26
26
  [
27
27
  DllImport(
28
- #if !UNITY_EDITOR && UNITY_IOS
28
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
29
  "__Internal"
30
30
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
31
  "ConnectedSpacesPlatform_D"
@@ -39,7 +39,7 @@ namespace Csp.Systems
39
39
 
40
40
  [
41
41
  DllImport(
42
- #if !UNITY_EDITOR && UNITY_IOS
42
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
43
  "__Internal"
44
44
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
45
  "ConnectedSpacesPlatform_D"
@@ -53,7 +53,7 @@ namespace Csp.Systems
53
53
 
54
54
  [
55
55
  DllImport(
56
- #if !UNITY_EDITOR && UNITY_IOS
56
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
57
  "__Internal"
58
58
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
59
  "ConnectedSpacesPlatform_D"
@@ -67,7 +67,7 @@ namespace Csp.Systems
67
67
 
68
68
  [
69
69
  DllImport(
70
- #if !UNITY_EDITOR && UNITY_IOS
70
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
71
  "__Internal"
72
72
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
73
  "ConnectedSpacesPlatform_D"
@@ -81,7 +81,7 @@ namespace Csp.Systems
81
81
 
82
82
  [
83
83
  DllImport(
84
- #if !UNITY_EDITOR && UNITY_IOS
84
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
85
85
  "__Internal"
86
86
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
87
87
  "ConnectedSpacesPlatform_D"
@@ -95,7 +95,7 @@ namespace Csp.Systems
95
95
 
96
96
  [
97
97
  DllImport(
98
- #if !UNITY_EDITOR && UNITY_IOS
98
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
99
99
  "__Internal"
100
100
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
101
101
  "ConnectedSpacesPlatform_D"
@@ -109,7 +109,7 @@ namespace Csp.Systems
109
109
 
110
110
  [
111
111
  DllImport(
112
- #if !UNITY_EDITOR && UNITY_IOS
112
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
113
113
  "__Internal"
114
114
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
115
115
  "ConnectedSpacesPlatform_D"
@@ -123,7 +123,7 @@ namespace Csp.Systems
123
123
 
124
124
  [
125
125
  DllImport(
126
- #if !UNITY_EDITOR && UNITY_IOS
126
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
127
127
  "__Internal"
128
128
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
129
129
  "ConnectedSpacesPlatform_D"
@@ -137,7 +137,7 @@ namespace Csp.Systems
137
137
 
138
138
  [
139
139
  DllImport(
140
- #if !UNITY_EDITOR && UNITY_IOS
140
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
141
141
  "__Internal"
142
142
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
143
143
  "ConnectedSpacesPlatform_D"
@@ -151,7 +151,7 @@ namespace Csp.Systems
151
151
 
152
152
  [
153
153
  DllImport(
154
- #if !UNITY_EDITOR && UNITY_IOS
154
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
155
155
  "__Internal"
156
156
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
157
157
  "ConnectedSpacesPlatform_D"
@@ -165,7 +165,7 @@ namespace Csp.Systems
165
165
 
166
166
  [
167
167
  DllImport(
168
- #if !UNITY_EDITOR && UNITY_IOS
168
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
169
169
  "__Internal"
170
170
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
171
171
  "ConnectedSpacesPlatform_D"
@@ -179,7 +179,7 @@ namespace Csp.Systems
179
179
 
180
180
  [
181
181
  DllImport(
182
- #if !UNITY_EDITOR && UNITY_IOS
182
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
183
183
  "__Internal"
184
184
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
185
185
  "ConnectedSpacesPlatform_D"
@@ -193,7 +193,7 @@ namespace Csp.Systems
193
193
 
194
194
  [
195
195
  DllImport(
196
- #if !UNITY_EDITOR && UNITY_IOS
196
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
197
197
  "__Internal"
198
198
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
199
199
  "ConnectedSpacesPlatform_D"
@@ -207,7 +207,7 @@ namespace Csp.Systems
207
207
 
208
208
  [
209
209
  DllImport(
210
- #if !UNITY_EDITOR && UNITY_IOS
210
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
211
211
  "__Internal"
212
212
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
213
213
  "ConnectedSpacesPlatform_D"
@@ -221,7 +221,7 @@ namespace Csp.Systems
221
221
 
222
222
  [
223
223
  DllImport(
224
- #if !UNITY_EDITOR && UNITY_IOS
224
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
225
225
  "__Internal"
226
226
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
227
227
  "ConnectedSpacesPlatform_D"
@@ -235,7 +235,7 @@ namespace Csp.Systems
235
235
 
236
236
  [
237
237
  DllImport(
238
- #if !UNITY_EDITOR && UNITY_IOS
238
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
239
239
  "__Internal"
240
240
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
241
241
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 833c6d2ce136416186f19aa683dbe2ed
2
+ guid: 6c1814306d17475b98e33608f7c4ae94
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -25,7 +25,7 @@ namespace Csp.Systems
25
25
 
26
26
  [
27
27
  DllImport(
28
- #if !UNITY_EDITOR && UNITY_IOS
28
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
29
  "__Internal"
30
30
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
31
  "ConnectedSpacesPlatform_D"
@@ -39,7 +39,7 @@ namespace Csp.Systems
39
39
 
40
40
  [
41
41
  DllImport(
42
- #if !UNITY_EDITOR && UNITY_IOS
42
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
43
  "__Internal"
44
44
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
45
  "ConnectedSpacesPlatform_D"
@@ -53,7 +53,7 @@ namespace Csp.Systems
53
53
 
54
54
  [
55
55
  DllImport(
56
- #if !UNITY_EDITOR && UNITY_IOS
56
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
57
  "__Internal"
58
58
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
59
  "ConnectedSpacesPlatform_D"
@@ -67,7 +67,7 @@ namespace Csp.Systems
67
67
 
68
68
  [
69
69
  DllImport(
70
- #if !UNITY_EDITOR && UNITY_IOS
70
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
71
  "__Internal"
72
72
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
73
  "ConnectedSpacesPlatform_D"
@@ -81,7 +81,7 @@ namespace Csp.Systems
81
81
 
82
82
  [
83
83
  DllImport(
84
- #if !UNITY_EDITOR && UNITY_IOS
84
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
85
85
  "__Internal"
86
86
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
87
87
  "ConnectedSpacesPlatform_D"
@@ -95,7 +95,7 @@ namespace Csp.Systems
95
95
 
96
96
  [
97
97
  DllImport(
98
- #if !UNITY_EDITOR && UNITY_IOS
98
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
99
99
  "__Internal"
100
100
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
101
101
  "ConnectedSpacesPlatform_D"
@@ -109,7 +109,7 @@ namespace Csp.Systems
109
109
 
110
110
  [
111
111
  DllImport(
112
- #if !UNITY_EDITOR && UNITY_IOS
112
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
113
113
  "__Internal"
114
114
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
115
115
  "ConnectedSpacesPlatform_D"
@@ -123,7 +123,7 @@ namespace Csp.Systems
123
123
 
124
124
  [
125
125
  DllImport(
126
- #if !UNITY_EDITOR && UNITY_IOS
126
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
127
127
  "__Internal"
128
128
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
129
129
  "ConnectedSpacesPlatform_D"
@@ -137,7 +137,7 @@ namespace Csp.Systems
137
137
 
138
138
  [
139
139
  DllImport(
140
- #if !UNITY_EDITOR && UNITY_IOS
140
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
141
141
  "__Internal"
142
142
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
143
143
  "ConnectedSpacesPlatform_D"
@@ -151,7 +151,7 @@ namespace Csp.Systems
151
151
 
152
152
  [
153
153
  DllImport(
154
- #if !UNITY_EDITOR && UNITY_IOS
154
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
155
155
  "__Internal"
156
156
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
157
157
  "ConnectedSpacesPlatform_D"
@@ -165,7 +165,7 @@ namespace Csp.Systems
165
165
 
166
166
  [
167
167
  DllImport(
168
- #if !UNITY_EDITOR && UNITY_IOS
168
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
169
169
  "__Internal"
170
170
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
171
171
  "ConnectedSpacesPlatform_D"
@@ -179,7 +179,7 @@ namespace Csp.Systems
179
179
 
180
180
  [
181
181
  DllImport(
182
- #if !UNITY_EDITOR && UNITY_IOS
182
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
183
183
  "__Internal"
184
184
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
185
185
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5fd744e5a04a45368f295e46a260f752
2
+ guid: 25b96088debc4964bf21a5373d709134
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -22,7 +22,7 @@ namespace Csp.Systems
22
22
 
23
23
  [
24
24
  DllImport(
25
- #if !UNITY_EDITOR && UNITY_IOS
25
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
26
26
  "__Internal"
27
27
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
28
28
  "ConnectedSpacesPlatform_D"
@@ -36,7 +36,7 @@ namespace Csp.Systems
36
36
 
37
37
  [
38
38
  DllImport(
39
- #if !UNITY_EDITOR && UNITY_IOS
39
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
40
40
  "__Internal"
41
41
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
42
42
  "ConnectedSpacesPlatform_D"
@@ -50,7 +50,7 @@ namespace Csp.Systems
50
50
 
51
51
  [
52
52
  DllImport(
53
- #if !UNITY_EDITOR && UNITY_IOS
53
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
54
54
  "__Internal"
55
55
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
56
56
  "ConnectedSpacesPlatform_D"
@@ -64,7 +64,7 @@ namespace Csp.Systems
64
64
 
65
65
  [
66
66
  DllImport(
67
- #if !UNITY_EDITOR && UNITY_IOS
67
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
68
68
  "__Internal"
69
69
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
70
70
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a622769950024503aba9bc6142c38c69
2
+ guid: 8dfd26a7f8c94f84a247354f1a41ab53
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -25,7 +25,7 @@ namespace Csp.Systems
25
25
 
26
26
  [
27
27
  DllImport(
28
- #if !UNITY_EDITOR && UNITY_IOS
28
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
29
  "__Internal"
30
30
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
31
  "ConnectedSpacesPlatform_D"
@@ -39,7 +39,7 @@ namespace Csp.Systems
39
39
 
40
40
  [
41
41
  DllImport(
42
- #if !UNITY_EDITOR && UNITY_IOS
42
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
43
  "__Internal"
44
44
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
45
  "ConnectedSpacesPlatform_D"
@@ -53,7 +53,7 @@ namespace Csp.Systems
53
53
 
54
54
  [
55
55
  DllImport(
56
- #if !UNITY_EDITOR && UNITY_IOS
56
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
57
  "__Internal"
58
58
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
59
  "ConnectedSpacesPlatform_D"
@@ -67,7 +67,7 @@ namespace Csp.Systems
67
67
 
68
68
  [
69
69
  DllImport(
70
- #if !UNITY_EDITOR && UNITY_IOS
70
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
71
  "__Internal"
72
72
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
73
  "ConnectedSpacesPlatform_D"
@@ -81,7 +81,7 @@ namespace Csp.Systems
81
81
 
82
82
  [
83
83
  DllImport(
84
- #if !UNITY_EDITOR && UNITY_IOS
84
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
85
85
  "__Internal"
86
86
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
87
87
  "ConnectedSpacesPlatform_D"
@@ -95,7 +95,7 @@ namespace Csp.Systems
95
95
 
96
96
  [
97
97
  DllImport(
98
- #if !UNITY_EDITOR && UNITY_IOS
98
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
99
99
  "__Internal"
100
100
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
101
101
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5b367198cda24466abe59f001398ab17
2
+ guid: 4eb6818b326b4ab783ab6bfa18f22483
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5c1a97b3301d4bb2b12522f775e0c4bc
2
+ guid: 0931bff65812479ea19a7ae43affc7b0
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 188068159c2443bbb147c796051736f4
2
+ guid: 6a00cb1951404033a7c84bc4ead0d1b0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: e25a33e494114f92873003c2681a85b3
2
+ guid: c85bcb89d1b647b9845f0f55cce63946
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -25,7 +25,7 @@ namespace Csp.Systems
25
25
 
26
26
  [
27
27
  DllImport(
28
- #if !UNITY_EDITOR && UNITY_IOS
28
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
29
29
  "__Internal"
30
30
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
31
31
  "ConnectedSpacesPlatform_D"
@@ -39,7 +39,7 @@ namespace Csp.Systems
39
39
 
40
40
  [
41
41
  DllImport(
42
- #if !UNITY_EDITOR && UNITY_IOS
42
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
43
43
  "__Internal"
44
44
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
45
45
  "ConnectedSpacesPlatform_D"
@@ -53,7 +53,7 @@ namespace Csp.Systems
53
53
 
54
54
  [
55
55
  DllImport(
56
- #if !UNITY_EDITOR && UNITY_IOS
56
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
57
57
  "__Internal"
58
58
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
59
59
  "ConnectedSpacesPlatform_D"
@@ -67,7 +67,7 @@ namespace Csp.Systems
67
67
 
68
68
  [
69
69
  DllImport(
70
- #if !UNITY_EDITOR && UNITY_IOS
70
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
71
71
  "__Internal"
72
72
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
73
73
  "ConnectedSpacesPlatform_D"
@@ -81,7 +81,7 @@ namespace Csp.Systems
81
81
 
82
82
  [
83
83
  DllImport(
84
- #if !UNITY_EDITOR && UNITY_IOS
84
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
85
85
  "__Internal"
86
86
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
87
87
  "ConnectedSpacesPlatform_D"
@@ -95,7 +95,7 @@ namespace Csp.Systems
95
95
 
96
96
  [
97
97
  DllImport(
98
- #if !UNITY_EDITOR && UNITY_IOS
98
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
99
99
  "__Internal"
100
100
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
101
101
  "ConnectedSpacesPlatform_D"
@@ -109,7 +109,7 @@ namespace Csp.Systems
109
109
 
110
110
  [
111
111
  DllImport(
112
- #if !UNITY_EDITOR && UNITY_IOS
112
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
113
113
  "__Internal"
114
114
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
115
115
  "ConnectedSpacesPlatform_D"
@@ -123,7 +123,7 @@ namespace Csp.Systems
123
123
 
124
124
  [
125
125
  DllImport(
126
- #if !UNITY_EDITOR && UNITY_IOS
126
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
127
127
  "__Internal"
128
128
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
129
129
  "ConnectedSpacesPlatform_D"
@@ -137,7 +137,7 @@ namespace Csp.Systems
137
137
 
138
138
  [
139
139
  DllImport(
140
- #if !UNITY_EDITOR && UNITY_IOS
140
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
141
141
  "__Internal"
142
142
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
143
143
  "ConnectedSpacesPlatform_D"
@@ -151,7 +151,7 @@ namespace Csp.Systems
151
151
 
152
152
  [
153
153
  DllImport(
154
- #if !UNITY_EDITOR && UNITY_IOS
154
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
155
155
  "__Internal"
156
156
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
157
157
  "ConnectedSpacesPlatform_D"
@@ -165,7 +165,7 @@ namespace Csp.Systems
165
165
 
166
166
  [
167
167
  DllImport(
168
- #if !UNITY_EDITOR && UNITY_IOS
168
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
169
169
  "__Internal"
170
170
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
171
171
  "ConnectedSpacesPlatform_D"
@@ -179,7 +179,7 @@ namespace Csp.Systems
179
179
 
180
180
  [
181
181
  DllImport(
182
- #if !UNITY_EDITOR && UNITY_IOS
182
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
183
183
  "__Internal"
184
184
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
185
185
  "ConnectedSpacesPlatform_D"
@@ -193,7 +193,7 @@ namespace Csp.Systems
193
193
 
194
194
  [
195
195
  DllImport(
196
- #if !UNITY_EDITOR && UNITY_IOS
196
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
197
197
  "__Internal"
198
198
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
199
199
  "ConnectedSpacesPlatform_D"
@@ -207,7 +207,7 @@ namespace Csp.Systems
207
207
 
208
208
  [
209
209
  DllImport(
210
- #if !UNITY_EDITOR && UNITY_IOS
210
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
211
211
  "__Internal"
212
212
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
213
213
  "ConnectedSpacesPlatform_D"
@@ -221,7 +221,7 @@ namespace Csp.Systems
221
221
 
222
222
  [
223
223
  DllImport(
224
- #if !UNITY_EDITOR && UNITY_IOS
224
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
225
225
  "__Internal"
226
226
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
227
227
  "ConnectedSpacesPlatform_D"
@@ -235,7 +235,7 @@ namespace Csp.Systems
235
235
 
236
236
  [
237
237
  DllImport(
238
- #if !UNITY_EDITOR && UNITY_IOS
238
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
239
239
  "__Internal"
240
240
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
241
241
  "ConnectedSpacesPlatform_D"
@@ -249,7 +249,7 @@ namespace Csp.Systems
249
249
 
250
250
  [
251
251
  DllImport(
252
- #if !UNITY_EDITOR && UNITY_IOS
252
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
253
253
  "__Internal"
254
254
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
255
255
  "ConnectedSpacesPlatform_D"
@@ -263,7 +263,7 @@ namespace Csp.Systems
263
263
 
264
264
  [
265
265
  DllImport(
266
- #if !UNITY_EDITOR && UNITY_IOS
266
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
267
267
  "__Internal"
268
268
  #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
269
269
  "ConnectedSpacesPlatform_D"
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 71c476a4272e432c9bf90d59ad772dbb
2
+ guid: 7d76a480c5b44369857dbeb795fd2756
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2