connected-spaces-platform.unity.core 4.18.0 → 4.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs +1 -10
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +10 -62
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +13 -13
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +14 -14
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +10 -10
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +28 -28
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +24 -24
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +26 -26
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +16 -16
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +44 -44
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +14 -14
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -34
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +5 -5
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +22 -22
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +22 -22
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +17 -17
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +65 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +52 -74
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +9 -9
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +10 -10
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +8 -35
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +36 -36
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +124 -143
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +6 -6
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +6 -6
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +6 -6
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +3 -3
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -6
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +5 -5
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +10 -10
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +37 -64
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +21 -43
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +15 -37
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +27 -49
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +7 -7
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +10 -32
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +3 -3
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +8 -8
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +10 -10
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +23 -45
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs +8 -8
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +3 -3
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +9 -9
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +17 -39
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +5 -5
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +8 -8
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +78 -141
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +10 -10
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +9 -9
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +12 -12
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +3 -3
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +15 -15
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -21
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +50 -72
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +22 -44
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +18 -40
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -4
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -24
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +31 -53
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +26 -26
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +12 -12
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +6 -6
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +16 -16
- package/Source/Systems/Users/{CustomerPortalUrlResult.cs.meta → LoginTokenInfoResult.cs.meta} +1 -1
- package/Source/Systems/Users/Profile.cs +18 -18
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +3 -3
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +75 -97
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +8 -30
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +0 -11
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs +0 -141
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +0 -11
- package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
- package/Source/Systems/Users/LogoutResult.cs +0 -105
- package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
- package/Source/Systems/Users/PingResponseReceived.cs +0 -106
- package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
|
@@ -27,7 +27,7 @@ namespace Csp.Multiplayer
|
|
|
27
27
|
|
|
28
28
|
[
|
|
29
29
|
DllImport(
|
|
30
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
30
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
31
31
|
"__Internal"
|
|
32
32
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
33
33
|
"ConnectedSpacesPlatform_D"
|
|
@@ -45,7 +45,7 @@ namespace Csp.Multiplayer
|
|
|
45
45
|
|
|
46
46
|
[
|
|
47
47
|
DllImport(
|
|
48
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
48
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
49
49
|
"__Internal"
|
|
50
50
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
51
51
|
"ConnectedSpacesPlatform_D"
|
|
@@ -63,7 +63,7 @@ namespace Csp.Multiplayer
|
|
|
63
63
|
|
|
64
64
|
[
|
|
65
65
|
DllImport(
|
|
66
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
66
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
67
67
|
"__Internal"
|
|
68
68
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
69
69
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,21 +81,7 @@ namespace Csp.Multiplayer
|
|
|
81
81
|
|
|
82
82
|
[
|
|
83
83
|
DllImport(
|
|
84
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
|
-
"__Internal"
|
|
86
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
|
-
"ConnectedSpacesPlatform_D"
|
|
88
|
-
#else
|
|
89
|
-
"ConnectedSpacesPlatform"
|
|
90
|
-
#endif
|
|
91
|
-
),
|
|
92
|
-
SuppressUnmanagedCodeSecurity
|
|
93
|
-
]
|
|
94
|
-
static extern void csp_multiplayer_SpaceEntitySystem_Dtor(IntPtr @class);
|
|
95
|
-
|
|
96
|
-
[
|
|
97
|
-
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
85
|
"__Internal"
|
|
100
86
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
87
|
"ConnectedSpacesPlatform_D"
|
|
@@ -118,7 +104,7 @@ namespace Csp.Multiplayer
|
|
|
118
104
|
|
|
119
105
|
[
|
|
120
106
|
DllImport(
|
|
121
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
107
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
122
108
|
"__Internal"
|
|
123
109
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
124
110
|
"ConnectedSpacesPlatform_D"
|
|
@@ -138,7 +124,7 @@ namespace Csp.Multiplayer
|
|
|
138
124
|
|
|
139
125
|
[
|
|
140
126
|
DllImport(
|
|
141
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
127
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
142
128
|
"__Internal"
|
|
143
129
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
144
130
|
"ConnectedSpacesPlatform_D"
|
|
@@ -157,7 +143,7 @@ namespace Csp.Multiplayer
|
|
|
157
143
|
|
|
158
144
|
[
|
|
159
145
|
DllImport(
|
|
160
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
146
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
161
147
|
"__Internal"
|
|
162
148
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
163
149
|
"ConnectedSpacesPlatform_D"
|
|
@@ -174,7 +160,7 @@ namespace Csp.Multiplayer
|
|
|
174
160
|
|
|
175
161
|
[
|
|
176
162
|
DllImport(
|
|
177
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
163
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
178
164
|
"__Internal"
|
|
179
165
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
180
166
|
"ConnectedSpacesPlatform_D"
|
|
@@ -191,7 +177,7 @@ namespace Csp.Multiplayer
|
|
|
191
177
|
|
|
192
178
|
[
|
|
193
179
|
DllImport(
|
|
194
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
180
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
195
181
|
"__Internal"
|
|
196
182
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
197
183
|
"ConnectedSpacesPlatform_D"
|
|
@@ -208,7 +194,7 @@ namespace Csp.Multiplayer
|
|
|
208
194
|
|
|
209
195
|
[
|
|
210
196
|
DllImport(
|
|
211
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
197
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
212
198
|
"__Internal"
|
|
213
199
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
214
200
|
"ConnectedSpacesPlatform_D"
|
|
@@ -225,7 +211,7 @@ namespace Csp.Multiplayer
|
|
|
225
211
|
|
|
226
212
|
[
|
|
227
213
|
DllImport(
|
|
228
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
214
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
229
215
|
"__Internal"
|
|
230
216
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
231
217
|
"ConnectedSpacesPlatform_D"
|
|
@@ -242,7 +228,7 @@ namespace Csp.Multiplayer
|
|
|
242
228
|
|
|
243
229
|
[
|
|
244
230
|
DllImport(
|
|
245
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
231
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
246
232
|
"__Internal"
|
|
247
233
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
248
234
|
"ConnectedSpacesPlatform_D"
|
|
@@ -256,7 +242,7 @@ namespace Csp.Multiplayer
|
|
|
256
242
|
|
|
257
243
|
[
|
|
258
244
|
DllImport(
|
|
259
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
245
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
260
246
|
"__Internal"
|
|
261
247
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
262
248
|
"ConnectedSpacesPlatform_D"
|
|
@@ -270,7 +256,7 @@ namespace Csp.Multiplayer
|
|
|
270
256
|
|
|
271
257
|
[
|
|
272
258
|
DllImport(
|
|
273
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
259
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
274
260
|
"__Internal"
|
|
275
261
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
276
262
|
"ConnectedSpacesPlatform_D"
|
|
@@ -284,7 +270,7 @@ namespace Csp.Multiplayer
|
|
|
284
270
|
|
|
285
271
|
[
|
|
286
272
|
DllImport(
|
|
287
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
273
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
288
274
|
"__Internal"
|
|
289
275
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
290
276
|
"ConnectedSpacesPlatform_D"
|
|
@@ -298,7 +284,7 @@ namespace Csp.Multiplayer
|
|
|
298
284
|
|
|
299
285
|
[
|
|
300
286
|
DllImport(
|
|
301
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
287
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
302
288
|
"__Internal"
|
|
303
289
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
304
290
|
"ConnectedSpacesPlatform_D"
|
|
@@ -312,7 +298,7 @@ namespace Csp.Multiplayer
|
|
|
312
298
|
|
|
313
299
|
[
|
|
314
300
|
DllImport(
|
|
315
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
301
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
316
302
|
"__Internal"
|
|
317
303
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
318
304
|
"ConnectedSpacesPlatform_D"
|
|
@@ -329,7 +315,7 @@ namespace Csp.Multiplayer
|
|
|
329
315
|
|
|
330
316
|
[
|
|
331
317
|
DllImport(
|
|
332
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
318
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
333
319
|
"__Internal"
|
|
334
320
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
335
321
|
"ConnectedSpacesPlatform_D"
|
|
@@ -346,7 +332,7 @@ namespace Csp.Multiplayer
|
|
|
346
332
|
|
|
347
333
|
[
|
|
348
334
|
DllImport(
|
|
349
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
335
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
350
336
|
"__Internal"
|
|
351
337
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
352
338
|
"ConnectedSpacesPlatform_D"
|
|
@@ -363,7 +349,7 @@ namespace Csp.Multiplayer
|
|
|
363
349
|
|
|
364
350
|
[
|
|
365
351
|
DllImport(
|
|
366
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
352
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
367
353
|
"__Internal"
|
|
368
354
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
369
355
|
"ConnectedSpacesPlatform_D"
|
|
@@ -379,7 +365,7 @@ namespace Csp.Multiplayer
|
|
|
379
365
|
|
|
380
366
|
[
|
|
381
367
|
DllImport(
|
|
382
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
368
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
383
369
|
"__Internal"
|
|
384
370
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
385
371
|
"ConnectedSpacesPlatform_D"
|
|
@@ -396,7 +382,7 @@ namespace Csp.Multiplayer
|
|
|
396
382
|
|
|
397
383
|
[
|
|
398
384
|
DllImport(
|
|
399
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
385
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
400
386
|
"__Internal"
|
|
401
387
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
402
388
|
"ConnectedSpacesPlatform_D"
|
|
@@ -413,7 +399,7 @@ namespace Csp.Multiplayer
|
|
|
413
399
|
|
|
414
400
|
[
|
|
415
401
|
DllImport(
|
|
416
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
402
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
417
403
|
"__Internal"
|
|
418
404
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
419
405
|
"ConnectedSpacesPlatform_D"
|
|
@@ -427,7 +413,7 @@ namespace Csp.Multiplayer
|
|
|
427
413
|
|
|
428
414
|
[
|
|
429
415
|
DllImport(
|
|
430
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
416
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
431
417
|
"__Internal"
|
|
432
418
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
433
419
|
"ConnectedSpacesPlatform_D"
|
|
@@ -444,7 +430,7 @@ namespace Csp.Multiplayer
|
|
|
444
430
|
|
|
445
431
|
[
|
|
446
432
|
DllImport(
|
|
447
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
433
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
448
434
|
"__Internal"
|
|
449
435
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
450
436
|
"ConnectedSpacesPlatform_D"
|
|
@@ -461,7 +447,7 @@ namespace Csp.Multiplayer
|
|
|
461
447
|
|
|
462
448
|
[
|
|
463
449
|
DllImport(
|
|
464
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
450
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
465
451
|
"__Internal"
|
|
466
452
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
467
453
|
"ConnectedSpacesPlatform_D"
|
|
@@ -478,7 +464,7 @@ namespace Csp.Multiplayer
|
|
|
478
464
|
|
|
479
465
|
[
|
|
480
466
|
DllImport(
|
|
481
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
467
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
482
468
|
"__Internal"
|
|
483
469
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
484
470
|
"ConnectedSpacesPlatform_D"
|
|
@@ -495,7 +481,7 @@ namespace Csp.Multiplayer
|
|
|
495
481
|
|
|
496
482
|
[
|
|
497
483
|
DllImport(
|
|
498
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
484
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
499
485
|
"__Internal"
|
|
500
486
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
501
487
|
"ConnectedSpacesPlatform_D"
|
|
@@ -509,7 +495,7 @@ namespace Csp.Multiplayer
|
|
|
509
495
|
|
|
510
496
|
[
|
|
511
497
|
DllImport(
|
|
512
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
498
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
513
499
|
"__Internal"
|
|
514
500
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
515
501
|
"ConnectedSpacesPlatform_D"
|
|
@@ -523,7 +509,7 @@ namespace Csp.Multiplayer
|
|
|
523
509
|
|
|
524
510
|
[
|
|
525
511
|
DllImport(
|
|
526
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
512
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
527
513
|
"__Internal"
|
|
528
514
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
529
515
|
"ConnectedSpacesPlatform_D"
|
|
@@ -541,7 +527,7 @@ namespace Csp.Multiplayer
|
|
|
541
527
|
|
|
542
528
|
[
|
|
543
529
|
DllImport(
|
|
544
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
530
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
545
531
|
"__Internal"
|
|
546
532
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
547
533
|
"ConnectedSpacesPlatform_D"
|
|
@@ -555,7 +541,7 @@ namespace Csp.Multiplayer
|
|
|
555
541
|
|
|
556
542
|
[
|
|
557
543
|
DllImport(
|
|
558
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
544
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
559
545
|
"__Internal"
|
|
560
546
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
561
547
|
"ConnectedSpacesPlatform_D"
|
|
@@ -569,7 +555,7 @@ namespace Csp.Multiplayer
|
|
|
569
555
|
|
|
570
556
|
[
|
|
571
557
|
DllImport(
|
|
572
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
558
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
573
559
|
"__Internal"
|
|
574
560
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
575
561
|
"ConnectedSpacesPlatform_D"
|
|
@@ -583,7 +569,7 @@ namespace Csp.Multiplayer
|
|
|
583
569
|
|
|
584
570
|
[
|
|
585
571
|
DllImport(
|
|
586
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
572
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
587
573
|
"__Internal"
|
|
588
574
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
589
575
|
"ConnectedSpacesPlatform_D"
|
|
@@ -597,7 +583,7 @@ namespace Csp.Multiplayer
|
|
|
597
583
|
|
|
598
584
|
[
|
|
599
585
|
DllImport(
|
|
600
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
586
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
601
587
|
"__Internal"
|
|
602
588
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
603
589
|
"ConnectedSpacesPlatform_D"
|
|
@@ -614,7 +600,7 @@ namespace Csp.Multiplayer
|
|
|
614
600
|
|
|
615
601
|
[
|
|
616
602
|
DllImport(
|
|
617
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
603
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
618
604
|
"__Internal"
|
|
619
605
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
620
606
|
"ConnectedSpacesPlatform_D"
|
|
@@ -628,7 +614,7 @@ namespace Csp.Multiplayer
|
|
|
628
614
|
|
|
629
615
|
[
|
|
630
616
|
DllImport(
|
|
631
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
617
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
632
618
|
"__Internal"
|
|
633
619
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
634
620
|
"ConnectedSpacesPlatform_D"
|
|
@@ -645,7 +631,7 @@ namespace Csp.Multiplayer
|
|
|
645
631
|
|
|
646
632
|
[
|
|
647
633
|
DllImport(
|
|
648
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
634
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
649
635
|
"__Internal"
|
|
650
636
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
651
637
|
"ConnectedSpacesPlatform_D"
|
|
@@ -659,6 +645,20 @@ namespace Csp.Multiplayer
|
|
|
659
645
|
IntPtr InMultiplayerConnection
|
|
660
646
|
);
|
|
661
647
|
|
|
648
|
+
[
|
|
649
|
+
DllImport(
|
|
650
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
651
|
+
"__Internal"
|
|
652
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
653
|
+
"ConnectedSpacesPlatform_D"
|
|
654
|
+
#else
|
|
655
|
+
"ConnectedSpacesPlatform"
|
|
656
|
+
#endif
|
|
657
|
+
),
|
|
658
|
+
SuppressUnmanagedCodeSecurity
|
|
659
|
+
]
|
|
660
|
+
static extern void csp_multiplayer_SpaceEntitySystem_Dtor(IntPtr @class);
|
|
661
|
+
|
|
662
662
|
#pragma warning restore IDE1006
|
|
663
663
|
#endregion
|
|
664
664
|
|
|
@@ -786,28 +786,6 @@ namespace Csp.Multiplayer
|
|
|
786
786
|
remove { RealOnScriptSystemReady -= value; }
|
|
787
787
|
}
|
|
788
788
|
|
|
789
|
-
~SpaceEntitySystem()
|
|
790
|
-
{
|
|
791
|
-
//RealDispose();
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
void RealDispose()
|
|
795
|
-
{
|
|
796
|
-
if (_ownsPtr && !_disposed)
|
|
797
|
-
{
|
|
798
|
-
csp_multiplayer_SpaceEntitySystem_Dtor(_ptr);
|
|
799
|
-
_disposed = true;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
_disposed = true;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
public void Dispose()
|
|
806
|
-
{
|
|
807
|
-
RealDispose();
|
|
808
|
-
GC.SuppressFinalize(this);
|
|
809
|
-
}
|
|
810
|
-
|
|
811
789
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
812
790
|
[AOT.MonoPInvokeCallback (typeof (CreateAvatarCallbackDelegate))]
|
|
813
791
|
#endif
|
|
@@ -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"
|
|
@@ -38,7 +38,7 @@ namespace Csp.Multiplayer
|
|
|
38
38
|
|
|
39
39
|
[
|
|
40
40
|
DllImport(
|
|
41
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
41
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
42
42
|
"__Internal"
|
|
43
43
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
44
44
|
"ConnectedSpacesPlatform_D"
|
|
@@ -52,7 +52,7 @@ namespace Csp.Multiplayer
|
|
|
52
52
|
|
|
53
53
|
[
|
|
54
54
|
DllImport(
|
|
55
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
55
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
56
56
|
"__Internal"
|
|
57
57
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
58
58
|
"ConnectedSpacesPlatform_D"
|
|
@@ -66,7 +66,7 @@ namespace Csp.Multiplayer
|
|
|
66
66
|
|
|
67
67
|
[
|
|
68
68
|
DllImport(
|
|
69
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
69
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
70
70
|
"__Internal"
|
|
71
71
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
72
72
|
"ConnectedSpacesPlatform_D"
|
|
@@ -80,7 +80,7 @@ namespace Csp.Multiplayer
|
|
|
80
80
|
|
|
81
81
|
[
|
|
82
82
|
DllImport(
|
|
83
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
83
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
84
|
"__Internal"
|
|
85
85
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
86
|
"ConnectedSpacesPlatform_D"
|
|
@@ -94,7 +94,7 @@ namespace Csp.Multiplayer
|
|
|
94
94
|
|
|
95
95
|
[
|
|
96
96
|
DllImport(
|
|
97
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
97
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
98
98
|
"__Internal"
|
|
99
99
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
100
100
|
"ConnectedSpacesPlatform_D"
|
|
@@ -108,7 +108,7 @@ namespace Csp.Multiplayer
|
|
|
108
108
|
|
|
109
109
|
[
|
|
110
110
|
DllImport(
|
|
111
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
112
112
|
"__Internal"
|
|
113
113
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
114
114
|
"ConnectedSpacesPlatform_D"
|
|
@@ -122,7 +122,7 @@ namespace Csp.Multiplayer
|
|
|
122
122
|
|
|
123
123
|
[
|
|
124
124
|
DllImport(
|
|
125
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
125
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
126
|
"__Internal"
|
|
127
127
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
128
|
"ConnectedSpacesPlatform_D"
|
|
@@ -140,7 +140,7 @@ namespace Csp.Multiplayer
|
|
|
140
140
|
|
|
141
141
|
[
|
|
142
142
|
DllImport(
|
|
143
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
143
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
144
144
|
"__Internal"
|
|
145
145
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
146
146
|
"ConnectedSpacesPlatform_D"
|
|
@@ -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"
|
|
@@ -38,7 +38,7 @@ namespace Csp.Multiplayer
|
|
|
38
38
|
|
|
39
39
|
[
|
|
40
40
|
DllImport(
|
|
41
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
41
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
42
42
|
"__Internal"
|
|
43
43
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
44
44
|
"ConnectedSpacesPlatform_D"
|
|
@@ -52,7 +52,7 @@ namespace Csp.Multiplayer
|
|
|
52
52
|
|
|
53
53
|
[
|
|
54
54
|
DllImport(
|
|
55
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
55
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
56
56
|
"__Internal"
|
|
57
57
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
58
58
|
"ConnectedSpacesPlatform_D"
|
|
@@ -66,7 +66,7 @@ namespace Csp.Multiplayer
|
|
|
66
66
|
|
|
67
67
|
[
|
|
68
68
|
DllImport(
|
|
69
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
69
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
70
70
|
"__Internal"
|
|
71
71
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
72
72
|
"ConnectedSpacesPlatform_D"
|
|
@@ -80,7 +80,7 @@ namespace Csp.Multiplayer
|
|
|
80
80
|
|
|
81
81
|
[
|
|
82
82
|
DllImport(
|
|
83
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
83
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
84
|
"__Internal"
|
|
85
85
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
86
|
"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"
|
|
@@ -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"
|
|
@@ -141,7 +141,7 @@ namespace Csp.Multiplayer
|
|
|
141
141
|
|
|
142
142
|
[
|
|
143
143
|
DllImport(
|
|
144
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
144
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
145
145
|
"__Internal"
|
|
146
146
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
147
147
|
"ConnectedSpacesPlatform_D"
|
|
@@ -155,7 +155,7 @@ namespace Csp.Multiplayer
|
|
|
155
155
|
|
|
156
156
|
[
|
|
157
157
|
DllImport(
|
|
158
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
158
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
159
159
|
"__Internal"
|
|
160
160
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
161
161
|
"ConnectedSpacesPlatform_D"
|
package/Source/Multiplayer.meta
CHANGED
package/Source/Ref.cs.meta
CHANGED