connected-spaces-platform.unity.core 4.19.0 → 4.21.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 +5 -62
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +14 -14
- 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 +61 -178
- 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 +38 -67
- 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 +40 -38
- 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 +66 -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
|
@@ -26,7 +26,7 @@ namespace Csp.Multiplayer
|
|
|
26
26
|
|
|
27
27
|
[
|
|
28
28
|
DllImport(
|
|
29
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
30
30
|
"__Internal"
|
|
31
31
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
32
32
|
"ConnectedSpacesPlatform_D"
|
|
@@ -40,7 +40,7 @@ namespace Csp.Multiplayer
|
|
|
40
40
|
|
|
41
41
|
[
|
|
42
42
|
DllImport(
|
|
43
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
44
44
|
"__Internal"
|
|
45
45
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
46
46
|
"ConnectedSpacesPlatform_D"
|
|
@@ -57,7 +57,7 @@ namespace Csp.Multiplayer
|
|
|
57
57
|
|
|
58
58
|
[
|
|
59
59
|
DllImport(
|
|
60
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
60
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
61
61
|
"__Internal"
|
|
62
62
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
63
63
|
"ConnectedSpacesPlatform_D"
|
|
@@ -71,7 +71,7 @@ namespace Csp.Multiplayer
|
|
|
71
71
|
|
|
72
72
|
[
|
|
73
73
|
DllImport(
|
|
74
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
74
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
75
75
|
"__Internal"
|
|
76
76
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
77
77
|
"ConnectedSpacesPlatform_D"
|
|
@@ -85,7 +85,7 @@ namespace Csp.Multiplayer
|
|
|
85
85
|
|
|
86
86
|
[
|
|
87
87
|
DllImport(
|
|
88
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
88
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
89
89
|
"__Internal"
|
|
90
90
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
91
91
|
"ConnectedSpacesPlatform_D"
|
|
@@ -99,7 +99,7 @@ namespace Csp.Multiplayer
|
|
|
99
99
|
|
|
100
100
|
[
|
|
101
101
|
DllImport(
|
|
102
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
102
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
103
103
|
"__Internal"
|
|
104
104
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
105
105
|
"ConnectedSpacesPlatform_D"
|
|
@@ -113,7 +113,7 @@ namespace Csp.Multiplayer
|
|
|
113
113
|
|
|
114
114
|
[
|
|
115
115
|
DllImport(
|
|
116
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
116
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
117
117
|
"__Internal"
|
|
118
118
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
119
119
|
"ConnectedSpacesPlatform_D"
|
|
@@ -127,7 +127,7 @@ namespace Csp.Multiplayer
|
|
|
127
127
|
|
|
128
128
|
[
|
|
129
129
|
DllImport(
|
|
130
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
130
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
131
131
|
"__Internal"
|
|
132
132
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
133
133
|
"ConnectedSpacesPlatform_D"
|
|
@@ -144,7 +144,7 @@ namespace Csp.Multiplayer
|
|
|
144
144
|
|
|
145
145
|
[
|
|
146
146
|
DllImport(
|
|
147
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
147
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
148
148
|
"__Internal"
|
|
149
149
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
150
150
|
"ConnectedSpacesPlatform_D"
|
|
@@ -162,7 +162,7 @@ namespace Csp.Multiplayer
|
|
|
162
162
|
|
|
163
163
|
[
|
|
164
164
|
DllImport(
|
|
165
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
165
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
166
166
|
"__Internal"
|
|
167
167
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
168
168
|
"ConnectedSpacesPlatform_D"
|
|
@@ -180,7 +180,7 @@ namespace Csp.Multiplayer
|
|
|
180
180
|
|
|
181
181
|
[
|
|
182
182
|
DllImport(
|
|
183
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
183
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
184
184
|
"__Internal"
|
|
185
185
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
186
186
|
"ConnectedSpacesPlatform_D"
|
|
@@ -197,7 +197,7 @@ namespace Csp.Multiplayer
|
|
|
197
197
|
|
|
198
198
|
[
|
|
199
199
|
DllImport(
|
|
200
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
200
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
201
201
|
"__Internal"
|
|
202
202
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
203
203
|
"ConnectedSpacesPlatform_D"
|
|
@@ -211,7 +211,7 @@ namespace Csp.Multiplayer
|
|
|
211
211
|
|
|
212
212
|
[
|
|
213
213
|
DllImport(
|
|
214
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
214
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
215
215
|
"__Internal"
|
|
216
216
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
217
217
|
"ConnectedSpacesPlatform_D"
|
|
@@ -225,7 +225,7 @@ namespace Csp.Multiplayer
|
|
|
225
225
|
|
|
226
226
|
[
|
|
227
227
|
DllImport(
|
|
228
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
228
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
229
229
|
"__Internal"
|
|
230
230
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
231
231
|
"ConnectedSpacesPlatform_D"
|
|
@@ -239,7 +239,7 @@ namespace Csp.Multiplayer
|
|
|
239
239
|
|
|
240
240
|
[
|
|
241
241
|
DllImport(
|
|
242
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
242
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
243
243
|
"__Internal"
|
|
244
244
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
245
245
|
"ConnectedSpacesPlatform_D"
|
|
@@ -253,7 +253,7 @@ namespace Csp.Multiplayer
|
|
|
253
253
|
|
|
254
254
|
[
|
|
255
255
|
DllImport(
|
|
256
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
256
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
257
257
|
"__Internal"
|
|
258
258
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
259
259
|
"ConnectedSpacesPlatform_D"
|
|
@@ -267,7 +267,7 @@ namespace Csp.Multiplayer
|
|
|
267
267
|
|
|
268
268
|
[
|
|
269
269
|
DllImport(
|
|
270
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
270
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
271
271
|
"__Internal"
|
|
272
272
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
273
273
|
"ConnectedSpacesPlatform_D"
|
|
@@ -23,7 +23,7 @@ namespace Csp.Multiplayer
|
|
|
23
23
|
|
|
24
24
|
[
|
|
25
25
|
DllImport(
|
|
26
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
26
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
27
27
|
"__Internal"
|
|
28
28
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
29
29
|
"ConnectedSpacesPlatform_D"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Multiplayer
|
|
|
41
41
|
|
|
42
42
|
[
|
|
43
43
|
DllImport(
|
|
44
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
44
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
45
45
|
"__Internal"
|
|
46
46
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
47
47
|
"ConnectedSpacesPlatform_D"
|
|
@@ -59,7 +59,7 @@ namespace Csp.Multiplayer
|
|
|
59
59
|
|
|
60
60
|
[
|
|
61
61
|
DllImport(
|
|
62
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
62
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
63
63
|
"__Internal"
|
|
64
64
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
65
65
|
"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"
|
|
@@ -105,7 +105,7 @@ namespace Csp.Multiplayer
|
|
|
105
105
|
|
|
106
106
|
[
|
|
107
107
|
DllImport(
|
|
108
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
108
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
109
109
|
"__Internal"
|
|
110
110
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
111
111
|
"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"
|
|
@@ -133,7 +133,7 @@ namespace Csp.Multiplayer
|
|
|
133
133
|
|
|
134
134
|
[
|
|
135
135
|
DllImport(
|
|
136
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
136
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
137
137
|
"__Internal"
|
|
138
138
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
139
139
|
"ConnectedSpacesPlatform_D"
|
|
@@ -147,7 +147,7 @@ namespace Csp.Multiplayer
|
|
|
147
147
|
|
|
148
148
|
[
|
|
149
149
|
DllImport(
|
|
150
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
150
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
151
151
|
"__Internal"
|
|
152
152
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
153
153
|
"ConnectedSpacesPlatform_D"
|
|
@@ -161,7 +161,7 @@ namespace Csp.Multiplayer
|
|
|
161
161
|
|
|
162
162
|
[
|
|
163
163
|
DllImport(
|
|
164
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
164
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
165
165
|
"__Internal"
|
|
166
166
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
167
167
|
"ConnectedSpacesPlatform_D"
|
|
@@ -175,7 +175,7 @@ namespace Csp.Multiplayer
|
|
|
175
175
|
|
|
176
176
|
[
|
|
177
177
|
DllImport(
|
|
178
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
178
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
179
179
|
"__Internal"
|
|
180
180
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
181
181
|
"ConnectedSpacesPlatform_D"
|
|
@@ -189,7 +189,7 @@ namespace Csp.Multiplayer
|
|
|
189
189
|
|
|
190
190
|
[
|
|
191
191
|
DllImport(
|
|
192
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
192
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
193
193
|
"__Internal"
|
|
194
194
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
195
195
|
"ConnectedSpacesPlatform_D"
|
|
@@ -203,7 +203,7 @@ namespace Csp.Multiplayer
|
|
|
203
203
|
|
|
204
204
|
[
|
|
205
205
|
DllImport(
|
|
206
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
206
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
207
207
|
"__Internal"
|
|
208
208
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
209
209
|
"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"
|
|
@@ -231,7 +231,7 @@ namespace Csp.Multiplayer
|
|
|
231
231
|
|
|
232
232
|
[
|
|
233
233
|
DllImport(
|
|
234
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
234
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
235
235
|
"__Internal"
|
|
236
236
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
237
237
|
"ConnectedSpacesPlatform_D"
|
|
@@ -245,7 +245,7 @@ namespace Csp.Multiplayer
|
|
|
245
245
|
|
|
246
246
|
[
|
|
247
247
|
DllImport(
|
|
248
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
248
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
249
249
|
"__Internal"
|
|
250
250
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
251
251
|
"ConnectedSpacesPlatform_D"
|
|
@@ -259,7 +259,7 @@ namespace Csp.Multiplayer
|
|
|
259
259
|
|
|
260
260
|
[
|
|
261
261
|
DllImport(
|
|
262
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
262
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
263
263
|
"__Internal"
|
|
264
264
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
265
265
|
"ConnectedSpacesPlatform_D"
|
|
@@ -273,7 +273,7 @@ namespace Csp.Multiplayer
|
|
|
273
273
|
|
|
274
274
|
[
|
|
275
275
|
DllImport(
|
|
276
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
276
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
277
277
|
"__Internal"
|
|
278
278
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
279
279
|
"ConnectedSpacesPlatform_D"
|
|
@@ -287,7 +287,7 @@ namespace Csp.Multiplayer
|
|
|
287
287
|
|
|
288
288
|
[
|
|
289
289
|
DllImport(
|
|
290
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
290
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
291
291
|
"__Internal"
|
|
292
292
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
293
293
|
"ConnectedSpacesPlatform_D"
|
|
@@ -301,7 +301,7 @@ namespace Csp.Multiplayer
|
|
|
301
301
|
|
|
302
302
|
[
|
|
303
303
|
DllImport(
|
|
304
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
304
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
305
305
|
"__Internal"
|
|
306
306
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
307
307
|
"ConnectedSpacesPlatform_D"
|
|
@@ -318,7 +318,7 @@ namespace Csp.Multiplayer
|
|
|
318
318
|
|
|
319
319
|
[
|
|
320
320
|
DllImport(
|
|
321
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
321
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
322
322
|
"__Internal"
|
|
323
323
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
324
324
|
"ConnectedSpacesPlatform_D"
|
|
@@ -334,7 +334,7 @@ namespace Csp.Multiplayer
|
|
|
334
334
|
|
|
335
335
|
[
|
|
336
336
|
DllImport(
|
|
337
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
337
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
338
338
|
"__Internal"
|
|
339
339
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
340
340
|
"ConnectedSpacesPlatform_D"
|
|
@@ -351,7 +351,7 @@ namespace Csp.Multiplayer
|
|
|
351
351
|
|
|
352
352
|
[
|
|
353
353
|
DllImport(
|
|
354
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
354
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
355
355
|
"__Internal"
|
|
356
356
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
357
357
|
"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"
|
|
@@ -381,7 +381,7 @@ namespace Csp.Multiplayer
|
|
|
381
381
|
|
|
382
382
|
[
|
|
383
383
|
DllImport(
|
|
384
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
384
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
385
385
|
"__Internal"
|
|
386
386
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
387
387
|
"ConnectedSpacesPlatform_D"
|
|
@@ -395,7 +395,7 @@ namespace Csp.Multiplayer
|
|
|
395
395
|
|
|
396
396
|
[
|
|
397
397
|
DllImport(
|
|
398
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
398
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
399
399
|
"__Internal"
|
|
400
400
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
401
401
|
"ConnectedSpacesPlatform_D"
|
|
@@ -413,7 +413,7 @@ namespace Csp.Multiplayer
|
|
|
413
413
|
|
|
414
414
|
[
|
|
415
415
|
DllImport(
|
|
416
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
416
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
417
417
|
"__Internal"
|
|
418
418
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
419
419
|
"ConnectedSpacesPlatform_D"
|
|
@@ -427,7 +427,7 @@ namespace Csp.Multiplayer
|
|
|
427
427
|
|
|
428
428
|
[
|
|
429
429
|
DllImport(
|
|
430
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
430
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
431
431
|
"__Internal"
|
|
432
432
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
433
433
|
"ConnectedSpacesPlatform_D"
|
|
@@ -444,7 +444,7 @@ namespace Csp.Multiplayer
|
|
|
444
444
|
|
|
445
445
|
[
|
|
446
446
|
DllImport(
|
|
447
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
447
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
448
448
|
"__Internal"
|
|
449
449
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
450
450
|
"ConnectedSpacesPlatform_D"
|
|
@@ -461,7 +461,7 @@ namespace Csp.Multiplayer
|
|
|
461
461
|
|
|
462
462
|
[
|
|
463
463
|
DllImport(
|
|
464
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
464
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
465
465
|
"__Internal"
|
|
466
466
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
467
467
|
"ConnectedSpacesPlatform_D"
|
|
@@ -475,7 +475,7 @@ namespace Csp.Multiplayer
|
|
|
475
475
|
|
|
476
476
|
[
|
|
477
477
|
DllImport(
|
|
478
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
478
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
479
479
|
"__Internal"
|
|
480
480
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
481
481
|
"ConnectedSpacesPlatform_D"
|
|
@@ -492,7 +492,7 @@ namespace Csp.Multiplayer
|
|
|
492
492
|
|
|
493
493
|
[
|
|
494
494
|
DllImport(
|
|
495
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
495
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
496
496
|
"__Internal"
|
|
497
497
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
498
498
|
"ConnectedSpacesPlatform_D"
|
|
@@ -509,7 +509,7 @@ namespace Csp.Multiplayer
|
|
|
509
509
|
|
|
510
510
|
[
|
|
511
511
|
DllImport(
|
|
512
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
512
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
513
513
|
"__Internal"
|
|
514
514
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
515
515
|
"ConnectedSpacesPlatform_D"
|
|
@@ -527,7 +527,7 @@ namespace Csp.Multiplayer
|
|
|
527
527
|
|
|
528
528
|
[
|
|
529
529
|
DllImport(
|
|
530
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
530
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
531
531
|
"__Internal"
|
|
532
532
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
533
533
|
"ConnectedSpacesPlatform_D"
|
|
@@ -544,7 +544,7 @@ namespace Csp.Multiplayer
|
|
|
544
544
|
|
|
545
545
|
[
|
|
546
546
|
DllImport(
|
|
547
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
547
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
548
548
|
"__Internal"
|
|
549
549
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
550
550
|
"ConnectedSpacesPlatform_D"
|
|
@@ -558,7 +558,7 @@ namespace Csp.Multiplayer
|
|
|
558
558
|
|
|
559
559
|
[
|
|
560
560
|
DllImport(
|
|
561
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
561
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
562
562
|
"__Internal"
|
|
563
563
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
564
564
|
"ConnectedSpacesPlatform_D"
|
|
@@ -572,7 +572,7 @@ namespace Csp.Multiplayer
|
|
|
572
572
|
|
|
573
573
|
[
|
|
574
574
|
DllImport(
|
|
575
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
575
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
576
576
|
"__Internal"
|
|
577
577
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
578
578
|
"ConnectedSpacesPlatform_D"
|
|
@@ -586,7 +586,7 @@ namespace Csp.Multiplayer
|
|
|
586
586
|
|
|
587
587
|
[
|
|
588
588
|
DllImport(
|
|
589
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
589
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
590
590
|
"__Internal"
|
|
591
591
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
592
592
|
"ConnectedSpacesPlatform_D"
|
|
@@ -600,7 +600,7 @@ namespace Csp.Multiplayer
|
|
|
600
600
|
|
|
601
601
|
[
|
|
602
602
|
DllImport(
|
|
603
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
603
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
604
604
|
"__Internal"
|
|
605
605
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
606
606
|
"ConnectedSpacesPlatform_D"
|
|
@@ -614,7 +614,7 @@ namespace Csp.Multiplayer
|
|
|
614
614
|
|
|
615
615
|
[
|
|
616
616
|
DllImport(
|
|
617
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
617
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
618
618
|
"__Internal"
|
|
619
619
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
620
620
|
"ConnectedSpacesPlatform_D"
|