connected-spaces-platform.unity.core 4.19.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.
- package/Editor/NativePluginBuildProcessor.cs +1 -10
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +10 -62
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +13 -13
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +14 -14
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +10 -10
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +28 -28
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +24 -24
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +26 -26
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +16 -16
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +44 -44
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +14 -14
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -12
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +5 -5
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +22 -22
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +22 -22
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +17 -17
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +40 -40
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +39 -39
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +9 -9
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +10 -10
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +3 -3
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +31 -31
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +23 -23
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +6 -6
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +6 -6
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +6 -6
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +3 -3
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -6
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +5 -5
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +10 -10
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +9 -9
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +8 -8
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +14 -14
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +7 -7
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +3 -3
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +3 -3
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +8 -8
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +10 -10
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +10 -10
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs +8 -8
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +3 -3
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +9 -9
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +6 -6
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +5 -5
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +8 -8
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +18 -18
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +10 -10
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +9 -9
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +12 -12
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +3 -3
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +15 -15
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +37 -37
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +9 -9
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +5 -5
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -4
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -2
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +18 -18
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +16 -16
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +12 -12
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs +4 -4
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs +18 -18
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +3 -3
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +27 -27
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +4 -4
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
|
@@ -30,7 +30,7 @@ namespace Csp.Multiplayer
|
|
|
30
30
|
|
|
31
31
|
[
|
|
32
32
|
DllImport(
|
|
33
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
33
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
34
34
|
"__Internal"
|
|
35
35
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
36
36
|
"ConnectedSpacesPlatform_D"
|
|
@@ -44,7 +44,7 @@ namespace Csp.Multiplayer
|
|
|
44
44
|
|
|
45
45
|
[
|
|
46
46
|
DllImport(
|
|
47
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
47
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
48
48
|
"__Internal"
|
|
49
49
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
50
50
|
"ConnectedSpacesPlatform_D"
|
|
@@ -63,7 +63,7 @@ namespace Csp.Multiplayer
|
|
|
63
63
|
|
|
64
64
|
[
|
|
65
65
|
DllImport(
|
|
66
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
66
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
67
67
|
"__Internal"
|
|
68
68
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
69
69
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,7 +81,7 @@ namespace Csp.Multiplayer
|
|
|
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"
|
|
@@ -100,7 +100,7 @@ namespace Csp.Multiplayer
|
|
|
100
100
|
|
|
101
101
|
[
|
|
102
102
|
DllImport(
|
|
103
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
103
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
104
104
|
"__Internal"
|
|
105
105
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
106
106
|
"ConnectedSpacesPlatform_D"
|
|
@@ -119,7 +119,7 @@ namespace Csp.Multiplayer
|
|
|
119
119
|
|
|
120
120
|
[
|
|
121
121
|
DllImport(
|
|
122
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
122
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
123
123
|
"__Internal"
|
|
124
124
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
125
125
|
"ConnectedSpacesPlatform_D"
|
|
@@ -138,7 +138,7 @@ namespace Csp.Multiplayer
|
|
|
138
138
|
|
|
139
139
|
[
|
|
140
140
|
DllImport(
|
|
141
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
142
142
|
"__Internal"
|
|
143
143
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
144
144
|
"ConnectedSpacesPlatform_D"
|
|
@@ -156,7 +156,7 @@ namespace Csp.Multiplayer
|
|
|
156
156
|
|
|
157
157
|
[
|
|
158
158
|
DllImport(
|
|
159
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
159
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
160
160
|
"__Internal"
|
|
161
161
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
162
162
|
"ConnectedSpacesPlatform_D"
|
|
@@ -174,7 +174,7 @@ namespace Csp.Multiplayer
|
|
|
174
174
|
|
|
175
175
|
[
|
|
176
176
|
DllImport(
|
|
177
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
177
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
178
178
|
"__Internal"
|
|
179
179
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
180
180
|
"ConnectedSpacesPlatform_D"
|
|
@@ -193,7 +193,7 @@ namespace Csp.Multiplayer
|
|
|
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"
|
|
@@ -212,7 +212,7 @@ namespace Csp.Multiplayer
|
|
|
212
212
|
|
|
213
213
|
[
|
|
214
214
|
DllImport(
|
|
215
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
215
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
216
216
|
"__Internal"
|
|
217
217
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
218
218
|
"ConnectedSpacesPlatform_D"
|
|
@@ -232,7 +232,7 @@ namespace Csp.Multiplayer
|
|
|
232
232
|
|
|
233
233
|
[
|
|
234
234
|
DllImport(
|
|
235
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
235
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
236
236
|
"__Internal"
|
|
237
237
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
238
238
|
"ConnectedSpacesPlatform_D"
|
|
@@ -246,7 +246,7 @@ namespace Csp.Multiplayer
|
|
|
246
246
|
|
|
247
247
|
[
|
|
248
248
|
DllImport(
|
|
249
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
249
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
250
250
|
"__Internal"
|
|
251
251
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
252
252
|
"ConnectedSpacesPlatform_D"
|
|
@@ -263,7 +263,7 @@ namespace Csp.Multiplayer
|
|
|
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"
|
|
@@ -277,7 +277,7 @@ namespace Csp.Multiplayer
|
|
|
277
277
|
|
|
278
278
|
[
|
|
279
279
|
DllImport(
|
|
280
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
280
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
281
281
|
"__Internal"
|
|
282
282
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
283
283
|
"ConnectedSpacesPlatform_D"
|
|
@@ -294,7 +294,7 @@ namespace Csp.Multiplayer
|
|
|
294
294
|
|
|
295
295
|
[
|
|
296
296
|
DllImport(
|
|
297
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
297
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
298
298
|
"__Internal"
|
|
299
299
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
300
300
|
"ConnectedSpacesPlatform_D"
|
|
@@ -308,7 +308,7 @@ namespace Csp.Multiplayer
|
|
|
308
308
|
|
|
309
309
|
[
|
|
310
310
|
DllImport(
|
|
311
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
311
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
312
312
|
"__Internal"
|
|
313
313
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
314
314
|
"ConnectedSpacesPlatform_D"
|
|
@@ -322,7 +322,7 @@ namespace Csp.Multiplayer
|
|
|
322
322
|
|
|
323
323
|
[
|
|
324
324
|
DllImport(
|
|
325
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
325
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
326
326
|
"__Internal"
|
|
327
327
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
328
328
|
"ConnectedSpacesPlatform_D"
|
|
@@ -336,7 +336,7 @@ namespace Csp.Multiplayer
|
|
|
336
336
|
|
|
337
337
|
[
|
|
338
338
|
DllImport(
|
|
339
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
339
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
340
340
|
"__Internal"
|
|
341
341
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
342
342
|
"ConnectedSpacesPlatform_D"
|
|
@@ -350,7 +350,7 @@ namespace Csp.Multiplayer
|
|
|
350
350
|
|
|
351
351
|
[
|
|
352
352
|
DllImport(
|
|
353
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
353
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
354
354
|
"__Internal"
|
|
355
355
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
356
356
|
"ConnectedSpacesPlatform_D"
|
|
@@ -367,7 +367,7 @@ namespace Csp.Multiplayer
|
|
|
367
367
|
|
|
368
368
|
[
|
|
369
369
|
DllImport(
|
|
370
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
370
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
371
371
|
"__Internal"
|
|
372
372
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
373
373
|
"ConnectedSpacesPlatform_D"
|
|
@@ -384,7 +384,7 @@ namespace Csp.Multiplayer
|
|
|
384
384
|
|
|
385
385
|
[
|
|
386
386
|
DllImport(
|
|
387
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
387
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
388
388
|
"__Internal"
|
|
389
389
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
390
390
|
"ConnectedSpacesPlatform_D"
|
|
@@ -398,7 +398,7 @@ namespace Csp.Multiplayer
|
|
|
398
398
|
|
|
399
399
|
[
|
|
400
400
|
DllImport(
|
|
401
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
401
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
402
402
|
"__Internal"
|
|
403
403
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
404
404
|
"ConnectedSpacesPlatform_D"
|
|
@@ -415,7 +415,7 @@ namespace Csp.Multiplayer
|
|
|
415
415
|
|
|
416
416
|
[
|
|
417
417
|
DllImport(
|
|
418
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
418
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
419
419
|
"__Internal"
|
|
420
420
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
421
421
|
"ConnectedSpacesPlatform_D"
|
|
@@ -429,7 +429,7 @@ namespace Csp.Multiplayer
|
|
|
429
429
|
|
|
430
430
|
[
|
|
431
431
|
DllImport(
|
|
432
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
432
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
433
433
|
"__Internal"
|
|
434
434
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
435
435
|
"ConnectedSpacesPlatform_D"
|
|
@@ -446,7 +446,7 @@ namespace Csp.Multiplayer
|
|
|
446
446
|
|
|
447
447
|
[
|
|
448
448
|
DllImport(
|
|
449
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
449
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
450
450
|
"__Internal"
|
|
451
451
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
452
452
|
"ConnectedSpacesPlatform_D"
|
|
@@ -460,7 +460,7 @@ namespace Csp.Multiplayer
|
|
|
460
460
|
|
|
461
461
|
[
|
|
462
462
|
DllImport(
|
|
463
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
463
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
464
464
|
"__Internal"
|
|
465
465
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
466
466
|
"ConnectedSpacesPlatform_D"
|
|
@@ -28,7 +28,7 @@ namespace Csp.Multiplayer
|
|
|
28
28
|
|
|
29
29
|
[
|
|
30
30
|
DllImport(
|
|
31
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
31
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
32
32
|
"__Internal"
|
|
33
33
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
34
34
|
"ConnectedSpacesPlatform_D"
|
|
@@ -42,7 +42,7 @@ namespace Csp.Multiplayer
|
|
|
42
42
|
|
|
43
43
|
[
|
|
44
44
|
DllImport(
|
|
45
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
45
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
46
46
|
"__Internal"
|
|
47
47
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
48
48
|
"ConnectedSpacesPlatform_D"
|
|
@@ -56,7 +56,7 @@ namespace Csp.Multiplayer
|
|
|
56
56
|
|
|
57
57
|
[
|
|
58
58
|
DllImport(
|
|
59
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
59
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
60
60
|
"__Internal"
|
|
61
61
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
62
62
|
"ConnectedSpacesPlatform_D"
|
|
@@ -73,7 +73,7 @@ namespace Csp.Multiplayer
|
|
|
73
73
|
|
|
74
74
|
[
|
|
75
75
|
DllImport(
|
|
76
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
76
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
77
77
|
"__Internal"
|
|
78
78
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
79
79
|
"ConnectedSpacesPlatform_D"
|
|
@@ -90,7 +90,7 @@ namespace Csp.Multiplayer
|
|
|
90
90
|
|
|
91
91
|
[
|
|
92
92
|
DllImport(
|
|
93
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
93
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
94
94
|
"__Internal"
|
|
95
95
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
96
96
|
"ConnectedSpacesPlatform_D"
|
|
@@ -107,7 +107,7 @@ namespace Csp.Multiplayer
|
|
|
107
107
|
|
|
108
108
|
[
|
|
109
109
|
DllImport(
|
|
110
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
110
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
111
111
|
"__Internal"
|
|
112
112
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
113
113
|
"ConnectedSpacesPlatform_D"
|
|
@@ -125,7 +125,7 @@ namespace Csp.Multiplayer
|
|
|
125
125
|
|
|
126
126
|
[
|
|
127
127
|
DllImport(
|
|
128
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
128
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
129
129
|
"__Internal"
|
|
130
130
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
131
131
|
"ConnectedSpacesPlatform_D"
|
|
@@ -142,7 +142,7 @@ namespace Csp.Multiplayer
|
|
|
142
142
|
|
|
143
143
|
[
|
|
144
144
|
DllImport(
|
|
145
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
145
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
146
146
|
"__Internal"
|
|
147
147
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
148
148
|
"ConnectedSpacesPlatform_D"
|
|
@@ -156,7 +156,7 @@ namespace Csp.Multiplayer
|
|
|
156
156
|
|
|
157
157
|
[
|
|
158
158
|
DllImport(
|
|
159
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
159
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
160
160
|
"__Internal"
|
|
161
161
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
162
162
|
"ConnectedSpacesPlatform_D"
|
|
@@ -170,7 +170,7 @@ namespace Csp.Multiplayer
|
|
|
170
170
|
|
|
171
171
|
[
|
|
172
172
|
DllImport(
|
|
173
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
173
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
174
174
|
"__Internal"
|
|
175
175
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
176
176
|
"ConnectedSpacesPlatform_D"
|
|
@@ -187,7 +187,7 @@ namespace Csp.Multiplayer
|
|
|
187
187
|
|
|
188
188
|
[
|
|
189
189
|
DllImport(
|
|
190
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
190
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
191
191
|
"__Internal"
|
|
192
192
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
193
193
|
"ConnectedSpacesPlatform_D"
|
|
@@ -28,7 +28,7 @@ namespace Csp.Multiplayer
|
|
|
28
28
|
|
|
29
29
|
[
|
|
30
30
|
DllImport(
|
|
31
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
31
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
32
32
|
"__Internal"
|
|
33
33
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
34
34
|
"ConnectedSpacesPlatform_D"
|
|
@@ -42,7 +42,7 @@ namespace Csp.Multiplayer
|
|
|
42
42
|
|
|
43
43
|
[
|
|
44
44
|
DllImport(
|
|
45
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
45
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
46
46
|
"__Internal"
|
|
47
47
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
48
48
|
"ConnectedSpacesPlatform_D"
|
|
@@ -56,7 +56,7 @@ namespace Csp.Multiplayer
|
|
|
56
56
|
|
|
57
57
|
[
|
|
58
58
|
DllImport(
|
|
59
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
59
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
60
60
|
"__Internal"
|
|
61
61
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
62
62
|
"ConnectedSpacesPlatform_D"
|
|
@@ -73,7 +73,7 @@ namespace Csp.Multiplayer
|
|
|
73
73
|
|
|
74
74
|
[
|
|
75
75
|
DllImport(
|
|
76
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
76
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
77
77
|
"__Internal"
|
|
78
78
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
79
79
|
"ConnectedSpacesPlatform_D"
|
|
@@ -87,7 +87,7 @@ namespace Csp.Multiplayer
|
|
|
87
87
|
|
|
88
88
|
[
|
|
89
89
|
DllImport(
|
|
90
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
90
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
91
91
|
"__Internal"
|
|
92
92
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
93
93
|
"ConnectedSpacesPlatform_D"
|
|
@@ -104,7 +104,7 @@ namespace Csp.Multiplayer
|
|
|
104
104
|
|
|
105
105
|
[
|
|
106
106
|
DllImport(
|
|
107
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
107
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
108
108
|
"__Internal"
|
|
109
109
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
110
110
|
"ConnectedSpacesPlatform_D"
|
|
@@ -32,7 +32,7 @@ namespace Csp.Multiplayer
|
|
|
32
32
|
|
|
33
33
|
[
|
|
34
34
|
DllImport(
|
|
35
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
35
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
36
36
|
"__Internal"
|
|
37
37
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
38
38
|
"ConnectedSpacesPlatform_D"
|
|
@@ -46,7 +46,7 @@ namespace Csp.Multiplayer
|
|
|
46
46
|
|
|
47
47
|
[
|
|
48
48
|
DllImport(
|
|
49
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
49
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
50
50
|
"__Internal"
|
|
51
51
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
52
52
|
"ConnectedSpacesPlatform_D"
|
|
@@ -60,7 +60,7 @@ namespace Csp.Multiplayer
|
|
|
60
60
|
|
|
61
61
|
[
|
|
62
62
|
DllImport(
|
|
63
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
63
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
64
64
|
"__Internal"
|
|
65
65
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
66
66
|
"ConnectedSpacesPlatform_D"
|
|
@@ -77,7 +77,7 @@ namespace Csp.Multiplayer
|
|
|
77
77
|
|
|
78
78
|
[
|
|
79
79
|
DllImport(
|
|
80
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
80
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
81
81
|
"__Internal"
|
|
82
82
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
83
83
|
"ConnectedSpacesPlatform_D"
|
|
@@ -91,7 +91,7 @@ namespace Csp.Multiplayer
|
|
|
91
91
|
|
|
92
92
|
[
|
|
93
93
|
DllImport(
|
|
94
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
94
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
95
95
|
"__Internal"
|
|
96
96
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
97
97
|
"ConnectedSpacesPlatform_D"
|
|
@@ -108,7 +108,7 @@ namespace Csp.Multiplayer
|
|
|
108
108
|
|
|
109
109
|
[
|
|
110
110
|
DllImport(
|
|
111
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
112
112
|
"__Internal"
|
|
113
113
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
114
114
|
"ConnectedSpacesPlatform_D"
|
|
@@ -122,7 +122,7 @@ namespace Csp.Multiplayer
|
|
|
122
122
|
|
|
123
123
|
[
|
|
124
124
|
DllImport(
|
|
125
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
125
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
126
|
"__Internal"
|
|
127
127
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
128
|
"ConnectedSpacesPlatform_D"
|
|
@@ -139,7 +139,7 @@ namespace Csp.Multiplayer
|
|
|
139
139
|
|
|
140
140
|
[
|
|
141
141
|
DllImport(
|
|
142
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
142
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
143
143
|
"__Internal"
|
|
144
144
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
145
145
|
"ConnectedSpacesPlatform_D"
|
|
@@ -153,7 +153,7 @@ namespace Csp.Multiplayer
|
|
|
153
153
|
|
|
154
154
|
[
|
|
155
155
|
DllImport(
|
|
156
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
156
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
157
157
|
"__Internal"
|
|
158
158
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
159
159
|
"ConnectedSpacesPlatform_D"
|
|
@@ -170,7 +170,7 @@ namespace Csp.Multiplayer
|
|
|
170
170
|
|
|
171
171
|
[
|
|
172
172
|
DllImport(
|
|
173
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
173
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
174
174
|
"__Internal"
|
|
175
175
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
176
176
|
"ConnectedSpacesPlatform_D"
|
|
@@ -184,7 +184,7 @@ namespace Csp.Multiplayer
|
|
|
184
184
|
|
|
185
185
|
[
|
|
186
186
|
DllImport(
|
|
187
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
187
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
188
188
|
"__Internal"
|
|
189
189
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
190
190
|
"ConnectedSpacesPlatform_D"
|
|
@@ -201,7 +201,7 @@ namespace Csp.Multiplayer
|
|
|
201
201
|
|
|
202
202
|
[
|
|
203
203
|
DllImport(
|
|
204
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
204
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
205
205
|
"__Internal"
|
|
206
206
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
207
207
|
"ConnectedSpacesPlatform_D"
|
|
@@ -217,7 +217,7 @@ namespace Csp.Multiplayer
|
|
|
217
217
|
|
|
218
218
|
[
|
|
219
219
|
DllImport(
|
|
220
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
220
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
221
221
|
"__Internal"
|
|
222
222
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
223
223
|
"ConnectedSpacesPlatform_D"
|
|
@@ -234,7 +234,7 @@ namespace Csp.Multiplayer
|
|
|
234
234
|
|
|
235
235
|
[
|
|
236
236
|
DllImport(
|
|
237
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
237
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
238
238
|
"__Internal"
|
|
239
239
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
240
240
|
"ConnectedSpacesPlatform_D"
|
|
@@ -248,7 +248,7 @@ namespace Csp.Multiplayer
|
|
|
248
248
|
|
|
249
249
|
[
|
|
250
250
|
DllImport(
|
|
251
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
251
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
252
252
|
"__Internal"
|
|
253
253
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
254
254
|
"ConnectedSpacesPlatform_D"
|
|
@@ -265,7 +265,7 @@ namespace Csp.Multiplayer
|
|
|
265
265
|
|
|
266
266
|
[
|
|
267
267
|
DllImport(
|
|
268
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
268
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
269
269
|
"__Internal"
|
|
270
270
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
271
271
|
"ConnectedSpacesPlatform_D"
|
|
@@ -279,7 +279,7 @@ namespace Csp.Multiplayer
|
|
|
279
279
|
|
|
280
280
|
[
|
|
281
281
|
DllImport(
|
|
282
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
282
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
283
283
|
"__Internal"
|
|
284
284
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
285
285
|
"ConnectedSpacesPlatform_D"
|
|
@@ -296,7 +296,7 @@ namespace Csp.Multiplayer
|
|
|
296
296
|
|
|
297
297
|
[
|
|
298
298
|
DllImport(
|
|
299
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
299
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
300
300
|
"__Internal"
|
|
301
301
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
302
302
|
"ConnectedSpacesPlatform_D"
|
|
@@ -310,7 +310,7 @@ namespace Csp.Multiplayer
|
|
|
310
310
|
|
|
311
311
|
[
|
|
312
312
|
DllImport(
|
|
313
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
313
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
314
314
|
"__Internal"
|
|
315
315
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
316
316
|
"ConnectedSpacesPlatform_D"
|
|
@@ -327,7 +327,7 @@ namespace Csp.Multiplayer
|
|
|
327
327
|
|
|
328
328
|
[
|
|
329
329
|
DllImport(
|
|
330
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
330
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
331
331
|
"__Internal"
|
|
332
332
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
333
333
|
"ConnectedSpacesPlatform_D"
|
|
@@ -341,7 +341,7 @@ namespace Csp.Multiplayer
|
|
|
341
341
|
|
|
342
342
|
[
|
|
343
343
|
DllImport(
|
|
344
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
344
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
345
345
|
"__Internal"
|
|
346
346
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
347
347
|
"ConnectedSpacesPlatform_D"
|
|
@@ -358,7 +358,7 @@ namespace Csp.Multiplayer
|
|
|
358
358
|
|
|
359
359
|
[
|
|
360
360
|
DllImport(
|
|
361
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
361
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
362
362
|
"__Internal"
|
|
363
363
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
364
364
|
"ConnectedSpacesPlatform_D"
|