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
|
@@ -15,7 +15,7 @@ namespace Csp.Multiplayer
|
|
|
15
15
|
/// @ingroup Multiplayer
|
|
16
16
|
/// <summary>Handling of all multiplayer connection functionality, such as connect, disconnect, entity replication and network events.</summary>
|
|
17
17
|
|
|
18
|
-
public class MultiplayerConnection : NativeClassWrapper
|
|
18
|
+
public class MultiplayerConnection : NativeClassWrapper
|
|
19
19
|
{
|
|
20
20
|
internal override string _safeTypeName { get; } = "csp_multiplayer_MultiplayerConnection";
|
|
21
21
|
|
|
@@ -24,7 +24,7 @@ namespace Csp.Multiplayer
|
|
|
24
24
|
|
|
25
25
|
[
|
|
26
26
|
DllImport(
|
|
27
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
27
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
28
28
|
"__Internal"
|
|
29
29
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
30
30
|
"ConnectedSpacesPlatform_D"
|
|
@@ -42,7 +42,7 @@ namespace Csp.Multiplayer
|
|
|
42
42
|
|
|
43
43
|
[
|
|
44
44
|
DllImport(
|
|
45
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
45
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
46
46
|
"__Internal"
|
|
47
47
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
48
48
|
"ConnectedSpacesPlatform_D"
|
|
@@ -60,7 +60,7 @@ namespace Csp.Multiplayer
|
|
|
60
60
|
|
|
61
61
|
[
|
|
62
62
|
DllImport(
|
|
63
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
63
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
64
64
|
"__Internal"
|
|
65
65
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
66
66
|
"ConnectedSpacesPlatform_D"
|
|
@@ -78,7 +78,7 @@ namespace Csp.Multiplayer
|
|
|
78
78
|
|
|
79
79
|
[
|
|
80
80
|
DllImport(
|
|
81
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
81
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
82
82
|
"__Internal"
|
|
83
83
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
84
84
|
"ConnectedSpacesPlatform_D"
|
|
@@ -96,7 +96,7 @@ namespace Csp.Multiplayer
|
|
|
96
96
|
|
|
97
97
|
[
|
|
98
98
|
DllImport(
|
|
99
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
100
100
|
"__Internal"
|
|
101
101
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
102
102
|
"ConnectedSpacesPlatform_D"
|
|
@@ -114,7 +114,7 @@ namespace Csp.Multiplayer
|
|
|
114
114
|
|
|
115
115
|
[
|
|
116
116
|
DllImport(
|
|
117
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
117
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
118
118
|
"__Internal"
|
|
119
119
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
120
120
|
"ConnectedSpacesPlatform_D"
|
|
@@ -132,51 +132,7 @@ namespace Csp.Multiplayer
|
|
|
132
132
|
|
|
133
133
|
[
|
|
134
134
|
DllImport(
|
|
135
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
136
|
-
"__Internal"
|
|
137
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
138
|
-
"ConnectedSpacesPlatform_D"
|
|
139
|
-
#else
|
|
140
|
-
"ConnectedSpacesPlatform"
|
|
141
|
-
#endif
|
|
142
|
-
),
|
|
143
|
-
SuppressUnmanagedCodeSecurity
|
|
144
|
-
]
|
|
145
|
-
static extern NativePointer csp_multiplayer_MultiplayerConnection_Ctor_String(string InSpaceId);
|
|
146
|
-
|
|
147
|
-
[
|
|
148
|
-
DllImport(
|
|
149
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
150
|
-
"__Internal"
|
|
151
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
152
|
-
"ConnectedSpacesPlatform_D"
|
|
153
|
-
#else
|
|
154
|
-
"ConnectedSpacesPlatform"
|
|
155
|
-
#endif
|
|
156
|
-
),
|
|
157
|
-
SuppressUnmanagedCodeSecurity
|
|
158
|
-
]
|
|
159
|
-
static extern void csp_multiplayer_MultiplayerConnection_Dtor(IntPtr @class);
|
|
160
|
-
|
|
161
|
-
[
|
|
162
|
-
DllImport(
|
|
163
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
164
|
-
"__Internal"
|
|
165
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
166
|
-
"ConnectedSpacesPlatform_D"
|
|
167
|
-
#else
|
|
168
|
-
"ConnectedSpacesPlatform"
|
|
169
|
-
#endif
|
|
170
|
-
),
|
|
171
|
-
SuppressUnmanagedCodeSecurity
|
|
172
|
-
]
|
|
173
|
-
static extern NativePointer csp_multiplayer_MultiplayerConnection_Ctor_MultiplayerConnectionRC(
|
|
174
|
-
IntPtr InBoundConnection
|
|
175
|
-
);
|
|
176
|
-
|
|
177
|
-
[
|
|
178
|
-
DllImport(
|
|
179
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
135
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
180
136
|
"__Internal"
|
|
181
137
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
182
138
|
"ConnectedSpacesPlatform_D"
|
|
@@ -194,7 +150,7 @@ namespace Csp.Multiplayer
|
|
|
194
150
|
|
|
195
151
|
[
|
|
196
152
|
DllImport(
|
|
197
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
153
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
198
154
|
"__Internal"
|
|
199
155
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
200
156
|
"ConnectedSpacesPlatform_D"
|
|
@@ -212,25 +168,7 @@ namespace Csp.Multiplayer
|
|
|
212
168
|
|
|
213
169
|
[
|
|
214
170
|
DllImport(
|
|
215
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
216
|
-
"__Internal"
|
|
217
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
218
|
-
"ConnectedSpacesPlatform_D"
|
|
219
|
-
#else
|
|
220
|
-
"ConnectedSpacesPlatform"
|
|
221
|
-
#endif
|
|
222
|
-
),
|
|
223
|
-
SuppressUnmanagedCodeSecurity
|
|
224
|
-
]
|
|
225
|
-
static extern void csp_multiplayer_MultiplayerConnection_InitialiseConnection_void_ErrorCodeCallbackHandler(
|
|
226
|
-
IntPtr @class,
|
|
227
|
-
InitialiseConnectionCallbackDelegate callback,
|
|
228
|
-
IntPtr callbackStateObject
|
|
229
|
-
);
|
|
230
|
-
|
|
231
|
-
[
|
|
232
|
-
DllImport(
|
|
233
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
171
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
234
172
|
"__Internal"
|
|
235
173
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
236
174
|
"ConnectedSpacesPlatform_D"
|
|
@@ -250,7 +188,7 @@ namespace Csp.Multiplayer
|
|
|
250
188
|
|
|
251
189
|
[
|
|
252
190
|
DllImport(
|
|
253
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
191
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
254
192
|
"__Internal"
|
|
255
193
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
256
194
|
"ConnectedSpacesPlatform_D"
|
|
@@ -271,7 +209,7 @@ namespace Csp.Multiplayer
|
|
|
271
209
|
|
|
272
210
|
[
|
|
273
211
|
DllImport(
|
|
274
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
212
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
275
213
|
"__Internal"
|
|
276
214
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
277
215
|
"ConnectedSpacesPlatform_D"
|
|
@@ -290,7 +228,7 @@ namespace Csp.Multiplayer
|
|
|
290
228
|
|
|
291
229
|
[
|
|
292
230
|
DllImport(
|
|
293
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
231
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
294
232
|
"__Internal"
|
|
295
233
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
296
234
|
"ConnectedSpacesPlatform_D"
|
|
@@ -307,7 +245,7 @@ namespace Csp.Multiplayer
|
|
|
307
245
|
|
|
308
246
|
[
|
|
309
247
|
DllImport(
|
|
310
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
248
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
311
249
|
"__Internal"
|
|
312
250
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
313
251
|
"ConnectedSpacesPlatform_D"
|
|
@@ -321,7 +259,7 @@ namespace Csp.Multiplayer
|
|
|
321
259
|
|
|
322
260
|
[
|
|
323
261
|
DllImport(
|
|
324
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
262
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
325
263
|
"__Internal"
|
|
326
264
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
327
265
|
"ConnectedSpacesPlatform_D"
|
|
@@ -331,13 +269,13 @@ namespace Csp.Multiplayer
|
|
|
331
269
|
),
|
|
332
270
|
SuppressUnmanagedCodeSecurity
|
|
333
271
|
]
|
|
334
|
-
static extern NativePointer
|
|
272
|
+
static extern NativePointer csp_multiplayer_MultiplayerConnection_GetConversationSystemC_ConversationSystemP(
|
|
335
273
|
IntPtr @class
|
|
336
274
|
);
|
|
337
275
|
|
|
338
276
|
[
|
|
339
277
|
DllImport(
|
|
340
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
278
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
341
279
|
"__Internal"
|
|
342
280
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
343
281
|
"ConnectedSpacesPlatform_D"
|
|
@@ -347,13 +285,13 @@ namespace Csp.Multiplayer
|
|
|
347
285
|
),
|
|
348
286
|
SuppressUnmanagedCodeSecurity
|
|
349
287
|
]
|
|
350
|
-
static extern
|
|
288
|
+
static extern Csp.Multiplayer.ConnectionState csp_multiplayer_MultiplayerConnection_GetConnectionStateC_ConnectionState(
|
|
351
289
|
IntPtr @class
|
|
352
290
|
);
|
|
353
291
|
|
|
354
292
|
[
|
|
355
293
|
DllImport(
|
|
356
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
294
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
357
295
|
"__Internal"
|
|
358
296
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
359
297
|
"ConnectedSpacesPlatform_D"
|
|
@@ -363,13 +301,16 @@ namespace Csp.Multiplayer
|
|
|
363
301
|
),
|
|
364
302
|
SuppressUnmanagedCodeSecurity
|
|
365
303
|
]
|
|
366
|
-
static extern
|
|
367
|
-
IntPtr @class
|
|
304
|
+
static extern void csp_multiplayer_MultiplayerConnection_SetAllowSelfMessagingFlag_void_boolC_ErrorCodeCallbackHandler(
|
|
305
|
+
IntPtr @class,
|
|
306
|
+
bool AllowSelfMessaging,
|
|
307
|
+
SetAllowSelfMessagingFlagCallbackDelegate callback,
|
|
308
|
+
IntPtr callbackStateObject
|
|
368
309
|
);
|
|
369
310
|
|
|
370
311
|
[
|
|
371
312
|
DllImport(
|
|
372
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
313
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
373
314
|
"__Internal"
|
|
374
315
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
375
316
|
"ConnectedSpacesPlatform_D"
|
|
@@ -379,16 +320,11 @@ namespace Csp.Multiplayer
|
|
|
379
320
|
),
|
|
380
321
|
SuppressUnmanagedCodeSecurity
|
|
381
322
|
]
|
|
382
|
-
static extern
|
|
383
|
-
IntPtr @class,
|
|
384
|
-
bool AllowSelfMessaging,
|
|
385
|
-
SetAllowSelfMessagingFlagCallbackDelegate callback,
|
|
386
|
-
IntPtr callbackStateObject
|
|
387
|
-
);
|
|
323
|
+
static extern bool csp_multiplayer_MultiplayerConnection_GetAllowSelfMessagingFlagC_bool(IntPtr @class);
|
|
388
324
|
|
|
389
325
|
[
|
|
390
326
|
DllImport(
|
|
391
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
327
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
392
328
|
"__Internal"
|
|
393
329
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
394
330
|
"ConnectedSpacesPlatform_D"
|
|
@@ -398,7 +334,37 @@ namespace Csp.Multiplayer
|
|
|
398
334
|
),
|
|
399
335
|
SuppressUnmanagedCodeSecurity
|
|
400
336
|
]
|
|
401
|
-
static extern
|
|
337
|
+
static extern NativePointer csp_multiplayer_MultiplayerConnection_Ctor();
|
|
338
|
+
|
|
339
|
+
[
|
|
340
|
+
DllImport(
|
|
341
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
342
|
+
"__Internal"
|
|
343
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
344
|
+
"ConnectedSpacesPlatform_D"
|
|
345
|
+
#else
|
|
346
|
+
"ConnectedSpacesPlatform"
|
|
347
|
+
#endif
|
|
348
|
+
),
|
|
349
|
+
SuppressUnmanagedCodeSecurity
|
|
350
|
+
]
|
|
351
|
+
static extern void csp_multiplayer_MultiplayerConnection_Dtor(IntPtr @class);
|
|
352
|
+
|
|
353
|
+
[
|
|
354
|
+
DllImport(
|
|
355
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
356
|
+
"__Internal"
|
|
357
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
358
|
+
"ConnectedSpacesPlatform_D"
|
|
359
|
+
#else
|
|
360
|
+
"ConnectedSpacesPlatform"
|
|
361
|
+
#endif
|
|
362
|
+
),
|
|
363
|
+
SuppressUnmanagedCodeSecurity
|
|
364
|
+
]
|
|
365
|
+
static extern NativePointer csp_multiplayer_MultiplayerConnection_Ctor_MultiplayerConnectionRC(
|
|
366
|
+
IntPtr InBoundConnection
|
|
367
|
+
);
|
|
402
368
|
|
|
403
369
|
#pragma warning restore IDE1006
|
|
404
370
|
#endregion
|
|
@@ -409,8 +375,6 @@ namespace Csp.Multiplayer
|
|
|
409
375
|
|
|
410
376
|
delegate void DisconnectCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
411
377
|
|
|
412
|
-
delegate void InitialiseConnectionCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
413
|
-
|
|
414
378
|
delegate void SendNetworkEventCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
415
379
|
|
|
416
380
|
delegate void SendNetworkEventToClientCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
@@ -657,42 +621,6 @@ namespace Csp.Multiplayer
|
|
|
657
621
|
remove { RealOnUserPermissionsChanged -= value; }
|
|
658
622
|
}
|
|
659
623
|
|
|
660
|
-
public MultiplayerConnection(string InSpaceId)
|
|
661
|
-
{
|
|
662
|
-
var np = csp_multiplayer_MultiplayerConnection_Ctor_String(InSpaceId);
|
|
663
|
-
_ptr = np.Pointer;
|
|
664
|
-
_ownsPtr = np.OwnsOwnData;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
~MultiplayerConnection()
|
|
668
|
-
{
|
|
669
|
-
//RealDispose();
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
void RealDispose()
|
|
673
|
-
{
|
|
674
|
-
if (_ownsPtr && !_disposed)
|
|
675
|
-
{
|
|
676
|
-
csp_multiplayer_MultiplayerConnection_Dtor(_ptr);
|
|
677
|
-
_disposed = true;
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
_disposed = true;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
public void Dispose()
|
|
684
|
-
{
|
|
685
|
-
RealDispose();
|
|
686
|
-
GC.SuppressFinalize(this);
|
|
687
|
-
}
|
|
688
|
-
|
|
689
|
-
public MultiplayerConnection(Csp.Multiplayer.MultiplayerConnection InBoundConnection)
|
|
690
|
-
{
|
|
691
|
-
var np = csp_multiplayer_MultiplayerConnection_Ctor_MultiplayerConnectionRC(InBoundConnection._ptr);
|
|
692
|
-
_ptr = np.Pointer;
|
|
693
|
-
_ownsPtr = np.OwnsOwnData;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
624
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
697
625
|
[AOT.MonoPInvokeCallback (typeof (ConnectCallbackDelegate))]
|
|
698
626
|
#endif
|
|
@@ -711,6 +639,7 @@ namespace Csp.Multiplayer
|
|
|
711
639
|
static readonly ConnectCallbackDelegate ConnectDelegateInstance = ConnectCallbackDelegateFunction;
|
|
712
640
|
|
|
713
641
|
/// <summary>Start the connection and register to start receiving updates from the server.</summary>
|
|
642
|
+
/// <remarks>Connect should be called after LogIn and before EnterSpace.</remarks>
|
|
714
643
|
/// <returns>The result for the request</returns>
|
|
715
644
|
|
|
716
645
|
public Task<Csp.Multiplayer.ErrorCode> Connect()
|
|
@@ -761,41 +690,6 @@ namespace Csp.Multiplayer
|
|
|
761
690
|
return tcs.Task;
|
|
762
691
|
}
|
|
763
692
|
|
|
764
|
-
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
765
|
-
[AOT.MonoPInvokeCallback (typeof (InitialiseConnectionCallbackDelegate))]
|
|
766
|
-
#endif
|
|
767
|
-
static void InitialiseConnectionCallbackDelegateFunction(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode _arg1)
|
|
768
|
-
{
|
|
769
|
-
var _handle = (GCHandle)_StateObject__;
|
|
770
|
-
var tcs = (TaskCompletionSource<Csp.Multiplayer.ErrorCode>)_handle.Target;
|
|
771
|
-
var _this = (MultiplayerConnection)tcs.Task.AsyncState;
|
|
772
|
-
|
|
773
|
-
var task_result = _arg1;
|
|
774
|
-
|
|
775
|
-
tcs.SetResult(task_result);
|
|
776
|
-
_handle.Free();
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
static readonly InitialiseConnectionCallbackDelegate InitialiseConnectionDelegateInstance =
|
|
780
|
-
InitialiseConnectionCallbackDelegateFunction;
|
|
781
|
-
|
|
782
|
-
/// <summary>Initialise the connection and get initial entity data from the server.</summary>
|
|
783
|
-
/// <returns>The result for the request</returns>
|
|
784
|
-
|
|
785
|
-
public Task<Csp.Multiplayer.ErrorCode> InitialiseConnection()
|
|
786
|
-
{
|
|
787
|
-
var tcs = new TaskCompletionSource<Csp.Multiplayer.ErrorCode>(this);
|
|
788
|
-
var handle = GCHandle.Alloc(tcs);
|
|
789
|
-
|
|
790
|
-
csp_multiplayer_MultiplayerConnection_InitialiseConnection_void_ErrorCodeCallbackHandler(
|
|
791
|
-
_ptr,
|
|
792
|
-
InitialiseConnectionDelegateInstance,
|
|
793
|
-
(IntPtr)handle
|
|
794
|
-
);
|
|
795
|
-
|
|
796
|
-
return tcs.Task;
|
|
797
|
-
}
|
|
798
|
-
|
|
799
693
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
800
694
|
[AOT.MonoPInvokeCallback (typeof (SendNetworkEventCallbackDelegate))]
|
|
801
695
|
#endif
|
|
@@ -935,19 +829,6 @@ namespace Csp.Multiplayer
|
|
|
935
829
|
return _result;
|
|
936
830
|
}
|
|
937
831
|
|
|
938
|
-
/// <summary>Gets a pointer to the space entity system.</summary>
|
|
939
|
-
/// <returns>A pointer to the space entity system.</returns>
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
public Csp.Multiplayer.SpaceEntitySystem GetSpaceEntitySystem()
|
|
943
|
-
{
|
|
944
|
-
var _result = new Csp.Multiplayer.SpaceEntitySystem(
|
|
945
|
-
csp_multiplayer_MultiplayerConnection_GetSpaceEntitySystemC_SpaceEntitySystemP(_ptr)
|
|
946
|
-
);
|
|
947
|
-
|
|
948
|
-
return _result;
|
|
949
|
-
}
|
|
950
|
-
|
|
951
832
|
/// <summary>Gets a pointer to the conversation system.</summary>
|
|
952
833
|
/// <returns>A pointer to the conversation system.</returns>
|
|
953
834
|
|
|
@@ -1023,6 +904,8 @@ namespace Csp.Multiplayer
|
|
|
1023
904
|
|
|
1024
905
|
return _result;
|
|
1025
906
|
}
|
|
907
|
+
|
|
908
|
+
protected MultiplayerConnection() { }
|
|
1026
909
|
}
|
|
1027
910
|
}
|
|
1028
911
|
|
|
@@ -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"
|
|
@@ -54,7 +54,7 @@ namespace Csp.Multiplayer
|
|
|
54
54
|
|
|
55
55
|
[
|
|
56
56
|
DllImport(
|
|
57
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
58
58
|
"__Internal"
|
|
59
59
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
60
60
|
"ConnectedSpacesPlatform_D"
|
|
@@ -68,7 +68,7 @@ namespace Csp.Multiplayer
|
|
|
68
68
|
|
|
69
69
|
[
|
|
70
70
|
DllImport(
|
|
71
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
72
72
|
"__Internal"
|
|
73
73
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
74
74
|
"ConnectedSpacesPlatform_D"
|
|
@@ -82,7 +82,7 @@ namespace Csp.Multiplayer
|
|
|
82
82
|
|
|
83
83
|
[
|
|
84
84
|
DllImport(
|
|
85
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
86
86
|
"__Internal"
|
|
87
87
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
88
88
|
"ConnectedSpacesPlatform_D"
|
|
@@ -96,7 +96,7 @@ namespace Csp.Multiplayer
|
|
|
96
96
|
|
|
97
97
|
[
|
|
98
98
|
DllImport(
|
|
99
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
100
100
|
"__Internal"
|
|
101
101
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
102
102
|
"ConnectedSpacesPlatform_D"
|
|
@@ -110,7 +110,7 @@ namespace Csp.Multiplayer
|
|
|
110
110
|
|
|
111
111
|
[
|
|
112
112
|
DllImport(
|
|
113
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
113
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
114
114
|
"__Internal"
|
|
115
115
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
116
116
|
"ConnectedSpacesPlatform_D"
|
|
@@ -124,7 +124,7 @@ namespace Csp.Multiplayer
|
|
|
124
124
|
|
|
125
125
|
[
|
|
126
126
|
DllImport(
|
|
127
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
127
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
128
128
|
"__Internal"
|
|
129
129
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
130
130
|
"ConnectedSpacesPlatform_D"
|
|
@@ -138,7 +138,7 @@ namespace Csp.Multiplayer
|
|
|
138
138
|
|
|
139
139
|
[
|
|
140
140
|
DllImport(
|
|
141
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
142
142
|
"__Internal"
|
|
143
143
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
144
144
|
"ConnectedSpacesPlatform_D"
|
|
@@ -152,7 +152,7 @@ namespace Csp.Multiplayer
|
|
|
152
152
|
|
|
153
153
|
[
|
|
154
154
|
DllImport(
|
|
155
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
155
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
156
156
|
"__Internal"
|
|
157
157
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
158
158
|
"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"
|
|
@@ -280,7 +280,7 @@ namespace Csp.Multiplayer
|
|
|
280
280
|
|
|
281
281
|
[
|
|
282
282
|
DllImport(
|
|
283
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
283
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
284
284
|
"__Internal"
|
|
285
285
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
286
286
|
"ConnectedSpacesPlatform_D"
|
|
@@ -294,7 +294,7 @@ namespace Csp.Multiplayer
|
|
|
294
294
|
|
|
295
295
|
[
|
|
296
296
|
DllImport(
|
|
297
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
297
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
298
298
|
"__Internal"
|
|
299
299
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
300
300
|
"ConnectedSpacesPlatform_D"
|
|
@@ -308,7 +308,7 @@ namespace Csp.Multiplayer
|
|
|
308
308
|
|
|
309
309
|
[
|
|
310
310
|
DllImport(
|
|
311
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
311
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
312
312
|
"__Internal"
|
|
313
313
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
314
314
|
"ConnectedSpacesPlatform_D"
|
|
@@ -322,7 +322,7 @@ namespace Csp.Multiplayer
|
|
|
322
322
|
|
|
323
323
|
[
|
|
324
324
|
DllImport(
|
|
325
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
325
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
326
326
|
"__Internal"
|
|
327
327
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
328
328
|
"ConnectedSpacesPlatform_D"
|