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.
- 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 -34
- 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 +65 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +52 -74
- 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 +8 -35
- 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 +36 -36
- 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 +124 -143
- 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 +37 -64
- 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 +21 -43
- 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 +15 -37
- 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 +27 -49
- 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 +10 -32
- 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 +23 -45
- 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 +17 -39
- 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 +78 -141
- 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 -21
- 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 +50 -72
- 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 +22 -44
- 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 +18 -40
- 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 -24
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +31 -53
- 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 +26 -26
- 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 +6 -6
- 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/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +16 -16
- package/Source/Systems/Users/{CustomerPortalUrlResult.cs.meta → 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 +75 -97
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +8 -30
- 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
- package/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +0 -11
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs +0 -141
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +0 -11
- package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
- package/Source/Systems/Users/LogoutResult.cs +0 -105
- package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
- package/Source/Systems/Users/PingResponseReceived.cs +0 -106
- package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
|
@@ -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"
|
|
@@ -58,7 +58,7 @@ namespace Csp.Multiplayer
|
|
|
58
58
|
|
|
59
59
|
[
|
|
60
60
|
DllImport(
|
|
61
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
61
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
62
62
|
"__Internal"
|
|
63
63
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
64
64
|
"ConnectedSpacesPlatform_D"
|
|
@@ -72,7 +72,7 @@ namespace Csp.Multiplayer
|
|
|
72
72
|
|
|
73
73
|
[
|
|
74
74
|
DllImport(
|
|
75
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
75
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
76
76
|
"__Internal"
|
|
77
77
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
78
78
|
"ConnectedSpacesPlatform_D"
|
|
@@ -86,7 +86,7 @@ namespace Csp.Multiplayer
|
|
|
86
86
|
|
|
87
87
|
[
|
|
88
88
|
DllImport(
|
|
89
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
89
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
90
90
|
"__Internal"
|
|
91
91
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
92
92
|
"ConnectedSpacesPlatform_D"
|
|
@@ -103,7 +103,7 @@ namespace Csp.Multiplayer
|
|
|
103
103
|
|
|
104
104
|
[
|
|
105
105
|
DllImport(
|
|
106
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
106
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
107
107
|
"__Internal"
|
|
108
108
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
109
109
|
"ConnectedSpacesPlatform_D"
|
|
@@ -117,7 +117,7 @@ namespace Csp.Multiplayer
|
|
|
117
117
|
|
|
118
118
|
[
|
|
119
119
|
DllImport(
|
|
120
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
120
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
121
121
|
"__Internal"
|
|
122
122
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
123
123
|
"ConnectedSpacesPlatform_D"
|
|
@@ -134,7 +134,7 @@ namespace Csp.Multiplayer
|
|
|
134
134
|
|
|
135
135
|
[
|
|
136
136
|
DllImport(
|
|
137
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
137
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
138
138
|
"__Internal"
|
|
139
139
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
140
140
|
"ConnectedSpacesPlatform_D"
|
|
@@ -148,7 +148,7 @@ namespace Csp.Multiplayer
|
|
|
148
148
|
|
|
149
149
|
[
|
|
150
150
|
DllImport(
|
|
151
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
151
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
152
152
|
"__Internal"
|
|
153
153
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
154
154
|
"ConnectedSpacesPlatform_D"
|
|
@@ -165,7 +165,7 @@ namespace Csp.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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"
|
|
@@ -196,7 +196,7 @@ namespace Csp.Multiplayer
|
|
|
196
196
|
|
|
197
197
|
[
|
|
198
198
|
DllImport(
|
|
199
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
199
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
200
200
|
"__Internal"
|
|
201
201
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
202
202
|
"ConnectedSpacesPlatform_D"
|
|
@@ -210,7 +210,7 @@ namespace Csp.Multiplayer
|
|
|
210
210
|
|
|
211
211
|
[
|
|
212
212
|
DllImport(
|
|
213
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
213
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
214
214
|
"__Internal"
|
|
215
215
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
216
216
|
"ConnectedSpacesPlatform_D"
|
|
@@ -224,7 +224,7 @@ namespace Csp.Multiplayer
|
|
|
224
224
|
|
|
225
225
|
[
|
|
226
226
|
DllImport(
|
|
227
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
227
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
228
228
|
"__Internal"
|
|
229
229
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
230
230
|
"ConnectedSpacesPlatform_D"
|
|
@@ -238,7 +238,7 @@ namespace Csp.Multiplayer
|
|
|
238
238
|
|
|
239
239
|
[
|
|
240
240
|
DllImport(
|
|
241
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
241
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
242
242
|
"__Internal"
|
|
243
243
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
244
244
|
"ConnectedSpacesPlatform_D"
|
|
@@ -255,7 +255,7 @@ namespace Csp.Multiplayer
|
|
|
255
255
|
|
|
256
256
|
[
|
|
257
257
|
DllImport(
|
|
258
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
258
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
259
259
|
"__Internal"
|
|
260
260
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
261
261
|
"ConnectedSpacesPlatform_D"
|
|
@@ -271,7 +271,7 @@ namespace Csp.Multiplayer
|
|
|
271
271
|
|
|
272
272
|
[
|
|
273
273
|
DllImport(
|
|
274
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
274
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
275
275
|
"__Internal"
|
|
276
276
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
277
277
|
"ConnectedSpacesPlatform_D"
|
|
@@ -288,7 +288,7 @@ namespace Csp.Multiplayer
|
|
|
288
288
|
|
|
289
289
|
[
|
|
290
290
|
DllImport(
|
|
291
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
291
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
292
292
|
"__Internal"
|
|
293
293
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
294
294
|
"ConnectedSpacesPlatform_D"
|
|
@@ -304,7 +304,7 @@ namespace Csp.Multiplayer
|
|
|
304
304
|
|
|
305
305
|
[
|
|
306
306
|
DllImport(
|
|
307
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
307
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
308
308
|
"__Internal"
|
|
309
309
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
310
310
|
"ConnectedSpacesPlatform_D"
|
|
@@ -321,7 +321,7 @@ namespace Csp.Multiplayer
|
|
|
321
321
|
|
|
322
322
|
[
|
|
323
323
|
DllImport(
|
|
324
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
324
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
325
325
|
"__Internal"
|
|
326
326
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
327
327
|
"ConnectedSpacesPlatform_D"
|
|
@@ -335,7 +335,7 @@ namespace Csp.Multiplayer
|
|
|
335
335
|
|
|
336
336
|
[
|
|
337
337
|
DllImport(
|
|
338
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
338
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
339
339
|
"__Internal"
|
|
340
340
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
341
341
|
"ConnectedSpacesPlatform_D"
|
|
@@ -349,7 +349,7 @@ namespace Csp.Multiplayer
|
|
|
349
349
|
|
|
350
350
|
[
|
|
351
351
|
DllImport(
|
|
352
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
352
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
353
353
|
"__Internal"
|
|
354
354
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
355
355
|
"ConnectedSpacesPlatform_D"
|
|
@@ -363,7 +363,7 @@ namespace Csp.Multiplayer
|
|
|
363
363
|
|
|
364
364
|
[
|
|
365
365
|
DllImport(
|
|
366
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
366
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
367
367
|
"__Internal"
|
|
368
368
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
369
369
|
"ConnectedSpacesPlatform_D"
|
|
@@ -377,7 +377,7 @@ namespace Csp.Multiplayer
|
|
|
377
377
|
|
|
378
378
|
[
|
|
379
379
|
DllImport(
|
|
380
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
380
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
381
381
|
"__Internal"
|
|
382
382
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
383
383
|
"ConnectedSpacesPlatform_D"
|
|
@@ -391,7 +391,7 @@ namespace Csp.Multiplayer
|
|
|
391
391
|
|
|
392
392
|
[
|
|
393
393
|
DllImport(
|
|
394
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
394
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
395
395
|
"__Internal"
|
|
396
396
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
397
397
|
"ConnectedSpacesPlatform_D"
|
|
@@ -405,7 +405,7 @@ namespace Csp.Multiplayer
|
|
|
405
405
|
|
|
406
406
|
[
|
|
407
407
|
DllImport(
|
|
408
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
408
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
409
409
|
"__Internal"
|
|
410
410
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
411
411
|
"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"
|
|
@@ -62,7 +62,7 @@ namespace Csp.Multiplayer
|
|
|
62
62
|
|
|
63
63
|
[
|
|
64
64
|
DllImport(
|
|
65
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
65
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
66
66
|
"__Internal"
|
|
67
67
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
68
68
|
"ConnectedSpacesPlatform_D"
|
|
@@ -79,7 +79,7 @@ namespace Csp.Multiplayer
|
|
|
79
79
|
|
|
80
80
|
[
|
|
81
81
|
DllImport(
|
|
82
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
82
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
83
83
|
"__Internal"
|
|
84
84
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
85
85
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +95,7 @@ namespace Csp.Multiplayer
|
|
|
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"
|
|
@@ -112,7 +112,7 @@ namespace Csp.Multiplayer
|
|
|
112
112
|
|
|
113
113
|
[
|
|
114
114
|
DllImport(
|
|
115
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
115
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
116
116
|
"__Internal"
|
|
117
117
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
118
118
|
"ConnectedSpacesPlatform_D"
|
|
@@ -126,7 +126,7 @@ namespace Csp.Multiplayer
|
|
|
126
126
|
|
|
127
127
|
[
|
|
128
128
|
DllImport(
|
|
129
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
129
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
130
130
|
"__Internal"
|
|
131
131
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
132
132
|
"ConnectedSpacesPlatform_D"
|
|
@@ -140,7 +140,7 @@ namespace Csp.Multiplayer
|
|
|
140
140
|
|
|
141
141
|
[
|
|
142
142
|
DllImport(
|
|
143
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
143
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
144
144
|
"__Internal"
|
|
145
145
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
146
146
|
"ConnectedSpacesPlatform_D"
|
|
@@ -154,7 +154,7 @@ namespace Csp.Multiplayer
|
|
|
154
154
|
|
|
155
155
|
[
|
|
156
156
|
DllImport(
|
|
157
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
157
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
158
158
|
"__Internal"
|
|
159
159
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
160
160
|
"ConnectedSpacesPlatform_D"
|
|
@@ -168,7 +168,7 @@ namespace Csp.Multiplayer
|
|
|
168
168
|
|
|
169
169
|
[
|
|
170
170
|
DllImport(
|
|
171
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
171
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
172
172
|
"__Internal"
|
|
173
173
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
174
174
|
"ConnectedSpacesPlatform_D"
|
|
@@ -182,7 +182,7 @@ namespace Csp.Multiplayer
|
|
|
182
182
|
|
|
183
183
|
[
|
|
184
184
|
DllImport(
|
|
185
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
185
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
186
186
|
"__Internal"
|
|
187
187
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
188
188
|
"ConnectedSpacesPlatform_D"
|
|
@@ -196,7 +196,7 @@ namespace Csp.Multiplayer
|
|
|
196
196
|
|
|
197
197
|
[
|
|
198
198
|
DllImport(
|
|
199
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
199
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
200
200
|
"__Internal"
|
|
201
201
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
202
202
|
"ConnectedSpacesPlatform_D"
|
|
@@ -210,7 +210,7 @@ namespace Csp.Multiplayer
|
|
|
210
210
|
|
|
211
211
|
[
|
|
212
212
|
DllImport(
|
|
213
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
213
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
214
214
|
"__Internal"
|
|
215
215
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
216
216
|
"ConnectedSpacesPlatform_D"
|
|
@@ -224,7 +224,7 @@ namespace Csp.Multiplayer
|
|
|
224
224
|
|
|
225
225
|
[
|
|
226
226
|
DllImport(
|
|
227
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
227
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
228
228
|
"__Internal"
|
|
229
229
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
230
230
|
"ConnectedSpacesPlatform_D"
|
|
@@ -238,7 +238,7 @@ namespace Csp.Multiplayer
|
|
|
238
238
|
|
|
239
239
|
[
|
|
240
240
|
DllImport(
|
|
241
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
241
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
242
242
|
"__Internal"
|
|
243
243
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
244
244
|
"ConnectedSpacesPlatform_D"
|
|
@@ -252,7 +252,7 @@ namespace Csp.Multiplayer
|
|
|
252
252
|
|
|
253
253
|
[
|
|
254
254
|
DllImport(
|
|
255
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
255
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
256
256
|
"__Internal"
|
|
257
257
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
258
258
|
"ConnectedSpacesPlatform_D"
|
|
@@ -266,7 +266,7 @@ namespace Csp.Multiplayer
|
|
|
266
266
|
|
|
267
267
|
[
|
|
268
268
|
DllImport(
|
|
269
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
269
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
270
270
|
"__Internal"
|
|
271
271
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
272
272
|
"ConnectedSpacesPlatform_D"
|
|
@@ -283,7 +283,7 @@ namespace Csp.Multiplayer
|
|
|
283
283
|
|
|
284
284
|
[
|
|
285
285
|
DllImport(
|
|
286
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
286
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
287
287
|
"__Internal"
|
|
288
288
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
289
289
|
"ConnectedSpacesPlatform_D"
|
|
@@ -297,7 +297,7 @@ namespace Csp.Multiplayer
|
|
|
297
297
|
|
|
298
298
|
[
|
|
299
299
|
DllImport(
|
|
300
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
300
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
301
301
|
"__Internal"
|
|
302
302
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
303
303
|
"ConnectedSpacesPlatform_D"
|
|
@@ -314,7 +314,7 @@ namespace Csp.Multiplayer
|
|
|
314
314
|
|
|
315
315
|
[
|
|
316
316
|
DllImport(
|
|
317
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
317
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
318
318
|
"__Internal"
|
|
319
319
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
320
320
|
"ConnectedSpacesPlatform_D"
|
|
@@ -328,7 +328,7 @@ namespace Csp.Multiplayer
|
|
|
328
328
|
|
|
329
329
|
[
|
|
330
330
|
DllImport(
|
|
331
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
331
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
332
332
|
"__Internal"
|
|
333
333
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
334
334
|
"ConnectedSpacesPlatform_D"
|
|
@@ -345,7 +345,7 @@ namespace Csp.Multiplayer
|
|
|
345
345
|
|
|
346
346
|
[
|
|
347
347
|
DllImport(
|
|
348
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
348
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
349
349
|
"__Internal"
|
|
350
350
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
351
351
|
"ConnectedSpacesPlatform_D"
|
|
@@ -361,7 +361,7 @@ namespace Csp.Multiplayer
|
|
|
361
361
|
|
|
362
362
|
[
|
|
363
363
|
DllImport(
|
|
364
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
364
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
365
365
|
"__Internal"
|
|
366
366
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
367
367
|
"ConnectedSpacesPlatform_D"
|
|
@@ -378,7 +378,7 @@ namespace Csp.Multiplayer
|
|
|
378
378
|
|
|
379
379
|
[
|
|
380
380
|
DllImport(
|
|
381
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
381
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
382
382
|
"__Internal"
|
|
383
383
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
384
384
|
"ConnectedSpacesPlatform_D"
|
|
@@ -394,7 +394,7 @@ namespace Csp.Multiplayer
|
|
|
394
394
|
|
|
395
395
|
[
|
|
396
396
|
DllImport(
|
|
397
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
397
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
398
398
|
"__Internal"
|
|
399
399
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
400
400
|
"ConnectedSpacesPlatform_D"
|
|
@@ -411,7 +411,7 @@ namespace Csp.Multiplayer
|
|
|
411
411
|
|
|
412
412
|
[
|
|
413
413
|
DllImport(
|
|
414
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
414
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
415
415
|
"__Internal"
|
|
416
416
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
417
417
|
"ConnectedSpacesPlatform_D"
|
|
@@ -425,7 +425,7 @@ namespace Csp.Multiplayer
|
|
|
425
425
|
|
|
426
426
|
[
|
|
427
427
|
DllImport(
|
|
428
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
428
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
429
429
|
"__Internal"
|
|
430
430
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
431
431
|
"ConnectedSpacesPlatform_D"
|
|
@@ -439,7 +439,7 @@ namespace Csp.Multiplayer
|
|
|
439
439
|
|
|
440
440
|
[
|
|
441
441
|
DllImport(
|
|
442
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
442
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
443
443
|
"__Internal"
|
|
444
444
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
445
445
|
"ConnectedSpacesPlatform_D"
|
|
@@ -453,7 +453,7 @@ namespace Csp.Multiplayer
|
|
|
453
453
|
|
|
454
454
|
[
|
|
455
455
|
DllImport(
|
|
456
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
456
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
457
457
|
"__Internal"
|
|
458
458
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
459
459
|
"ConnectedSpacesPlatform_D"
|
|
@@ -467,7 +467,7 @@ namespace Csp.Multiplayer
|
|
|
467
467
|
|
|
468
468
|
[
|
|
469
469
|
DllImport(
|
|
470
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
470
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
471
471
|
"__Internal"
|
|
472
472
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
473
473
|
"ConnectedSpacesPlatform_D"
|
|
@@ -481,7 +481,7 @@ namespace Csp.Multiplayer
|
|
|
481
481
|
|
|
482
482
|
[
|
|
483
483
|
DllImport(
|
|
484
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
484
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
485
485
|
"__Internal"
|
|
486
486
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
487
487
|
"ConnectedSpacesPlatform_D"
|
|
@@ -498,7 +498,7 @@ namespace Csp.Multiplayer
|
|
|
498
498
|
|
|
499
499
|
[
|
|
500
500
|
DllImport(
|
|
501
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
501
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
502
502
|
"__Internal"
|
|
503
503
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
504
504
|
"ConnectedSpacesPlatform_D"
|