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
|
@@ -25,7 +25,7 @@ namespace Csp.Systems
|
|
|
25
25
|
|
|
26
26
|
[
|
|
27
27
|
DllImport(
|
|
28
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
28
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
29
29
|
"__Internal"
|
|
30
30
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
@@ -39,7 +39,7 @@ namespace Csp.Systems
|
|
|
39
39
|
|
|
40
40
|
[
|
|
41
41
|
DllImport(
|
|
42
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
42
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
43
43
|
"__Internal"
|
|
44
44
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
@@ -53,7 +53,7 @@ namespace Csp.Systems
|
|
|
53
53
|
|
|
54
54
|
[
|
|
55
55
|
DllImport(
|
|
56
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
56
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
57
57
|
"__Internal"
|
|
58
58
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
@@ -67,7 +67,7 @@ namespace Csp.Systems
|
|
|
67
67
|
|
|
68
68
|
[
|
|
69
69
|
DllImport(
|
|
70
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
70
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
71
71
|
"__Internal"
|
|
72
72
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,7 +81,7 @@ namespace Csp.Systems
|
|
|
81
81
|
|
|
82
82
|
[
|
|
83
83
|
DllImport(
|
|
84
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
85
85
|
"__Internal"
|
|
86
86
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +95,7 @@ namespace Csp.Systems
|
|
|
95
95
|
|
|
96
96
|
[
|
|
97
97
|
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
98
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
99
|
"__Internal"
|
|
100
100
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
@@ -109,7 +109,7 @@ namespace Csp.Systems
|
|
|
109
109
|
|
|
110
110
|
[
|
|
111
111
|
DllImport(
|
|
112
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
112
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
113
113
|
"__Internal"
|
|
114
114
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
115
115
|
"ConnectedSpacesPlatform_D"
|
|
@@ -123,7 +123,7 @@ namespace Csp.Systems
|
|
|
123
123
|
|
|
124
124
|
[
|
|
125
125
|
DllImport(
|
|
126
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
126
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
127
127
|
"__Internal"
|
|
128
128
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
129
129
|
"ConnectedSpacesPlatform_D"
|
|
@@ -25,7 +25,7 @@ namespace Csp.Systems
|
|
|
25
25
|
|
|
26
26
|
[
|
|
27
27
|
DllImport(
|
|
28
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
28
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
29
29
|
"__Internal"
|
|
30
30
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
@@ -39,7 +39,7 @@ namespace Csp.Systems
|
|
|
39
39
|
|
|
40
40
|
[
|
|
41
41
|
DllImport(
|
|
42
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
42
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
43
43
|
"__Internal"
|
|
44
44
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
@@ -53,7 +53,7 @@ namespace Csp.Systems
|
|
|
53
53
|
|
|
54
54
|
[
|
|
55
55
|
DllImport(
|
|
56
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
56
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
57
57
|
"__Internal"
|
|
58
58
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
@@ -67,7 +67,7 @@ namespace Csp.Systems
|
|
|
67
67
|
|
|
68
68
|
[
|
|
69
69
|
DllImport(
|
|
70
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
70
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
71
71
|
"__Internal"
|
|
72
72
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,7 +81,7 @@ namespace Csp.Systems
|
|
|
81
81
|
|
|
82
82
|
[
|
|
83
83
|
DllImport(
|
|
84
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
85
85
|
"__Internal"
|
|
86
86
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +95,7 @@ namespace Csp.Systems
|
|
|
95
95
|
|
|
96
96
|
[
|
|
97
97
|
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
98
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
99
|
"__Internal"
|
|
100
100
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
@@ -26,7 +26,7 @@ namespace Csp.Systems
|
|
|
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.Systems
|
|
|
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.Systems
|
|
|
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"
|
|
@@ -25,7 +25,7 @@ namespace Csp.Systems
|
|
|
25
25
|
|
|
26
26
|
[
|
|
27
27
|
DllImport(
|
|
28
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
28
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
29
29
|
"__Internal"
|
|
30
30
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
@@ -39,7 +39,7 @@ namespace Csp.Systems
|
|
|
39
39
|
|
|
40
40
|
[
|
|
41
41
|
DllImport(
|
|
42
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
42
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
43
43
|
"__Internal"
|
|
44
44
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
@@ -53,7 +53,7 @@ namespace Csp.Systems
|
|
|
53
53
|
|
|
54
54
|
[
|
|
55
55
|
DllImport(
|
|
56
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
56
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
57
57
|
"__Internal"
|
|
58
58
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
@@ -67,7 +67,7 @@ namespace Csp.Systems
|
|
|
67
67
|
|
|
68
68
|
[
|
|
69
69
|
DllImport(
|
|
70
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
70
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
71
71
|
"__Internal"
|
|
72
72
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,7 +81,7 @@ namespace Csp.Systems
|
|
|
81
81
|
|
|
82
82
|
[
|
|
83
83
|
DllImport(
|
|
84
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
85
85
|
"__Internal"
|
|
86
86
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +95,7 @@ namespace Csp.Systems
|
|
|
95
95
|
|
|
96
96
|
[
|
|
97
97
|
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
98
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
99
|
"__Internal"
|
|
100
100
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
@@ -27,35 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
|
|
28
28
|
[
|
|
29
29
|
DllImport(
|
|
30
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
31
|
-
"__Internal"
|
|
32
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
33
|
-
"ConnectedSpacesPlatform_D"
|
|
34
|
-
#else
|
|
35
|
-
"ConnectedSpacesPlatform"
|
|
36
|
-
#endif
|
|
37
|
-
),
|
|
38
|
-
SuppressUnmanagedCodeSecurity
|
|
39
|
-
]
|
|
40
|
-
static extern NativePointer csp_systems_ECommerceSystem_Ctor();
|
|
41
|
-
|
|
42
|
-
[
|
|
43
|
-
DllImport(
|
|
44
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
45
|
-
"__Internal"
|
|
46
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
47
|
-
"ConnectedSpacesPlatform_D"
|
|
48
|
-
#else
|
|
49
|
-
"ConnectedSpacesPlatform"
|
|
50
|
-
#endif
|
|
51
|
-
),
|
|
52
|
-
SuppressUnmanagedCodeSecurity
|
|
53
|
-
]
|
|
54
|
-
static extern void csp_systems_ECommerceSystem_Dtor(IntPtr @class);
|
|
55
|
-
|
|
56
|
-
[
|
|
57
|
-
DllImport(
|
|
58
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
30
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
59
31
|
"__Internal"
|
|
60
32
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
61
33
|
"ConnectedSpacesPlatform_D"
|
|
@@ -75,7 +47,7 @@ namespace Csp.Systems
|
|
|
75
47
|
|
|
76
48
|
[
|
|
77
49
|
DllImport(
|
|
78
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
50
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
79
51
|
"__Internal"
|
|
80
52
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
81
53
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +67,7 @@ namespace Csp.Systems
|
|
|
95
67
|
|
|
96
68
|
[
|
|
97
69
|
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
70
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
71
|
"__Internal"
|
|
100
72
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
73
|
"ConnectedSpacesPlatform_D"
|
|
@@ -114,7 +86,7 @@ namespace Csp.Systems
|
|
|
114
86
|
|
|
115
87
|
[
|
|
116
88
|
DllImport(
|
|
117
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
89
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
118
90
|
"__Internal"
|
|
119
91
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
120
92
|
"ConnectedSpacesPlatform_D"
|
|
@@ -134,7 +106,7 @@ namespace Csp.Systems
|
|
|
134
106
|
|
|
135
107
|
[
|
|
136
108
|
DllImport(
|
|
137
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
109
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
138
110
|
"__Internal"
|
|
139
111
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
140
112
|
"ConnectedSpacesPlatform_D"
|
|
@@ -156,7 +128,7 @@ namespace Csp.Systems
|
|
|
156
128
|
|
|
157
129
|
[
|
|
158
130
|
DllImport(
|
|
159
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
131
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
160
132
|
"__Internal"
|
|
161
133
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
162
134
|
"ConnectedSpacesPlatform_D"
|
|
@@ -176,7 +148,7 @@ namespace Csp.Systems
|
|
|
176
148
|
|
|
177
149
|
[
|
|
178
150
|
DllImport(
|
|
179
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
151
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
180
152
|
"__Internal"
|
|
181
153
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
182
154
|
"ConnectedSpacesPlatform_D"
|
|
@@ -193,6 +165,34 @@ namespace Csp.Systems
|
|
|
193
165
|
IntPtr callbackStateObject
|
|
194
166
|
);
|
|
195
167
|
|
|
168
|
+
[
|
|
169
|
+
DllImport(
|
|
170
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
171
|
+
"__Internal"
|
|
172
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
173
|
+
"ConnectedSpacesPlatform_D"
|
|
174
|
+
#else
|
|
175
|
+
"ConnectedSpacesPlatform"
|
|
176
|
+
#endif
|
|
177
|
+
),
|
|
178
|
+
SuppressUnmanagedCodeSecurity
|
|
179
|
+
]
|
|
180
|
+
static extern NativePointer csp_systems_ECommerceSystem_Ctor();
|
|
181
|
+
|
|
182
|
+
[
|
|
183
|
+
DllImport(
|
|
184
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
185
|
+
"__Internal"
|
|
186
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
187
|
+
"ConnectedSpacesPlatform_D"
|
|
188
|
+
#else
|
|
189
|
+
"ConnectedSpacesPlatform"
|
|
190
|
+
#endif
|
|
191
|
+
),
|
|
192
|
+
SuppressUnmanagedCodeSecurity
|
|
193
|
+
]
|
|
194
|
+
static extern void csp_systems_ECommerceSystem_Dtor(IntPtr @class);
|
|
195
|
+
|
|
196
196
|
#pragma warning restore IDE1006
|
|
197
197
|
#endregion
|
|
198
198
|
|
|
@@ -219,35 +219,6 @@ namespace Csp.Systems
|
|
|
219
219
|
|
|
220
220
|
delegate void UpdateCartInformationCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
221
221
|
|
|
222
|
-
public ECommerceSystem()
|
|
223
|
-
{
|
|
224
|
-
var np = csp_systems_ECommerceSystem_Ctor();
|
|
225
|
-
_ptr = np.Pointer;
|
|
226
|
-
_ownsPtr = np.OwnsOwnData;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
~ECommerceSystem()
|
|
230
|
-
{
|
|
231
|
-
//RealDispose();
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
void RealDispose()
|
|
235
|
-
{
|
|
236
|
-
if (_ownsPtr && !_disposed)
|
|
237
|
-
{
|
|
238
|
-
csp_systems_ECommerceSystem_Dtor(_ptr);
|
|
239
|
-
_disposed = true;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
_disposed = true;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
new public void Dispose()
|
|
246
|
-
{
|
|
247
|
-
RealDispose();
|
|
248
|
-
GC.SuppressFinalize(this);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
222
|
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
252
223
|
[AOT.MonoPInvokeCallback (typeof (GetProductInformationCallbackDelegate))]
|
|
253
224
|
#endif
|
|
@@ -559,6 +530,8 @@ namespace Csp.Systems
|
|
|
559
530
|
|
|
560
531
|
return tcs.Task;
|
|
561
532
|
}
|
|
533
|
+
|
|
534
|
+
protected ECommerceSystem() { }
|
|
562
535
|
}
|
|
563
536
|
}
|
|
564
537
|
|
|
@@ -25,7 +25,7 @@ namespace Csp.Systems
|
|
|
25
25
|
|
|
26
26
|
[
|
|
27
27
|
DllImport(
|
|
28
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
28
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
29
29
|
"__Internal"
|
|
30
30
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
@@ -39,7 +39,7 @@ namespace Csp.Systems
|
|
|
39
39
|
|
|
40
40
|
[
|
|
41
41
|
DllImport(
|
|
42
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
42
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
43
43
|
"__Internal"
|
|
44
44
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
@@ -53,7 +53,7 @@ namespace Csp.Systems
|
|
|
53
53
|
|
|
54
54
|
[
|
|
55
55
|
DllImport(
|
|
56
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
56
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
57
57
|
"__Internal"
|
|
58
58
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
@@ -67,7 +67,7 @@ namespace Csp.Systems
|
|
|
67
67
|
|
|
68
68
|
[
|
|
69
69
|
DllImport(
|
|
70
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
70
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
71
71
|
"__Internal"
|
|
72
72
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
@@ -81,7 +81,7 @@ namespace Csp.Systems
|
|
|
81
81
|
|
|
82
82
|
[
|
|
83
83
|
DllImport(
|
|
84
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
85
85
|
"__Internal"
|
|
86
86
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
@@ -95,7 +95,7 @@ namespace Csp.Systems
|
|
|
95
95
|
|
|
96
96
|
[
|
|
97
97
|
DllImport(
|
|
98
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
98
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
99
99
|
"__Internal"
|
|
100
100
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
@@ -109,7 +109,7 @@ namespace Csp.Systems
|
|
|
109
109
|
|
|
110
110
|
[
|
|
111
111
|
DllImport(
|
|
112
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
112
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
113
113
|
"__Internal"
|
|
114
114
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
115
115
|
"ConnectedSpacesPlatform_D"
|
|
@@ -123,7 +123,7 @@ namespace Csp.Systems
|
|
|
123
123
|
|
|
124
124
|
[
|
|
125
125
|
DllImport(
|
|
126
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
126
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
127
127
|
"__Internal"
|
|
128
128
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
129
129
|
"ConnectedSpacesPlatform_D"
|
|
@@ -137,7 +137,7 @@ namespace Csp.Systems
|
|
|
137
137
|
|
|
138
138
|
[
|
|
139
139
|
DllImport(
|
|
140
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
140
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
141
141
|
"__Internal"
|
|
142
142
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
143
143
|
"ConnectedSpacesPlatform_D"
|
|
@@ -151,7 +151,7 @@ namespace Csp.Systems
|
|
|
151
151
|
|
|
152
152
|
[
|
|
153
153
|
DllImport(
|
|
154
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
154
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
155
155
|
"__Internal"
|
|
156
156
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
157
157
|
"ConnectedSpacesPlatform_D"
|
|
@@ -165,7 +165,7 @@ namespace Csp.Systems
|
|
|
165
165
|
|
|
166
166
|
[
|
|
167
167
|
DllImport(
|
|
168
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
168
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
169
169
|
"__Internal"
|
|
170
170
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
171
|
"ConnectedSpacesPlatform_D"
|
|
@@ -179,7 +179,7 @@ namespace Csp.Systems
|
|
|
179
179
|
|
|
180
180
|
[
|
|
181
181
|
DllImport(
|
|
182
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
182
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
183
183
|
"__Internal"
|
|
184
184
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
185
185
|
"ConnectedSpacesPlatform_D"
|
|
@@ -193,7 +193,7 @@ namespace Csp.Systems
|
|
|
193
193
|
|
|
194
194
|
[
|
|
195
195
|
DllImport(
|
|
196
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
196
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
197
197
|
"__Internal"
|
|
198
198
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
199
199
|
"ConnectedSpacesPlatform_D"
|
|
@@ -207,7 +207,7 @@ namespace Csp.Systems
|
|
|
207
207
|
|
|
208
208
|
[
|
|
209
209
|
DllImport(
|
|
210
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
210
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
211
211
|
"__Internal"
|
|
212
212
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
213
213
|
"ConnectedSpacesPlatform_D"
|
|
@@ -221,7 +221,7 @@ namespace Csp.Systems
|
|
|
221
221
|
|
|
222
222
|
[
|
|
223
223
|
DllImport(
|
|
224
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
224
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
225
225
|
"__Internal"
|
|
226
226
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
227
227
|
"ConnectedSpacesPlatform_D"
|
|
@@ -235,7 +235,7 @@ namespace Csp.Systems
|
|
|
235
235
|
|
|
236
236
|
[
|
|
237
237
|
DllImport(
|
|
238
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
238
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
239
239
|
"__Internal"
|
|
240
240
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
241
241
|
"ConnectedSpacesPlatform_D"
|
|
@@ -26,7 +26,7 @@ namespace Csp.Systems
|
|
|
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.Systems
|
|
|
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.Systems
|
|
|
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"
|