connected-spaces-platform.unity.core 4.10.4 → 4.11.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.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +17 -20
- package/Source/CSPFoundation.cs +14 -14
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +12 -12
- 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 +20 -20
- 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 +25 -25
- 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 +24 -24
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +18 -18
- 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 +30 -30
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +24 -24
- 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 +17 -17
- 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 +42 -42
- 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 +5 -5
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -12
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +6 -6
- 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 +5 -5
- 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/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +21 -21
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/PropertyUpdateInfo.cs +6 -6
- package/Source/Multiplayer/PropertyUpdateInfo.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 +39 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +39 -39
- 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.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/Services/EResultBaseFailureReason.cs +21 -0
- package/Source/Services/EResultBaseFailureReason.cs.meta +11 -0
- package/Source/Services/EResultCode.cs.meta +1 -1
- package/Source/Services/ResultBase.cs +33 -8
- package/Source/Services/ResultBase.cs.meta +1 -1
- package/Source/Services/WebService.cs +2 -2
- package/Source/Services/WebService.cs.meta +1 -1
- package/Source/Services.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +3 -3
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +31 -31
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +5 -5
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +23 -23
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +5 -5
- 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 +4 -4
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +7 -7
- 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 +4 -4
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +9 -9
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +8 -8
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +10 -10
- 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 +8 -8
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +3 -3
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +4 -4
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +6 -6
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/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 +16 -16
- 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 +7 -7
- 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 +5 -5
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +5 -5
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +36 -36
- 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 +4 -4
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +9 -9
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +5 -5
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +5 -5
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -2
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +17 -17
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +16 -16
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenResult.cs +4 -4
- package/Source/Systems/Users/AgoraUserTokenResult.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/ELoginStateResultFailureReason.cs +22 -0
- package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +11 -0
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenReceived.cs +4 -4
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
- package/Source/Systems/Users/LogoutResult.cs +3 -3
- package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
- package/Source/Systems/Users/PingResponseReceived.cs +3 -3
- package/Source/Systems/Users/PingResponseReceived.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 +92 -101
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +4 -4
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Systems
|
|
|
41
41
|
DllImport(
|
|
42
42
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
43
|
"__Internal"
|
|
44
|
-
#elif DEBUG
|
|
44
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
46
46
|
#else
|
|
47
47
|
"ConnectedSpacesPlatform"
|
|
@@ -55,7 +55,7 @@ namespace Csp.Systems
|
|
|
55
55
|
DllImport(
|
|
56
56
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
57
|
"__Internal"
|
|
58
|
-
#elif DEBUG
|
|
58
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
60
60
|
#else
|
|
61
61
|
"ConnectedSpacesPlatform"
|
|
@@ -69,7 +69,7 @@ namespace Csp.Systems
|
|
|
69
69
|
DllImport(
|
|
70
70
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
71
|
"__Internal"
|
|
72
|
-
#elif DEBUG
|
|
72
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
74
74
|
#else
|
|
75
75
|
"ConnectedSpacesPlatform"
|
|
@@ -83,7 +83,7 @@ namespace Csp.Systems
|
|
|
83
83
|
DllImport(
|
|
84
84
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
85
|
"__Internal"
|
|
86
|
-
#elif DEBUG
|
|
86
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
88
88
|
#else
|
|
89
89
|
"ConnectedSpacesPlatform"
|
|
@@ -97,7 +97,7 @@ namespace Csp.Systems
|
|
|
97
97
|
DllImport(
|
|
98
98
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
99
|
"__Internal"
|
|
100
|
-
#elif DEBUG
|
|
100
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
102
102
|
#else
|
|
103
103
|
"ConnectedSpacesPlatform"
|
|
@@ -111,7 +111,7 @@ namespace Csp.Systems
|
|
|
111
111
|
DllImport(
|
|
112
112
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
113
113
|
"__Internal"
|
|
114
|
-
#elif DEBUG
|
|
114
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
115
115
|
"ConnectedSpacesPlatform_D"
|
|
116
116
|
#else
|
|
117
117
|
"ConnectedSpacesPlatform"
|
|
@@ -125,7 +125,7 @@ namespace Csp.Systems
|
|
|
125
125
|
DllImport(
|
|
126
126
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
127
127
|
"__Internal"
|
|
128
|
-
#elif DEBUG
|
|
128
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
129
129
|
"ConnectedSpacesPlatform_D"
|
|
130
130
|
#else
|
|
131
131
|
"ConnectedSpacesPlatform"
|
|
@@ -139,7 +139,7 @@ namespace Csp.Systems
|
|
|
139
139
|
DllImport(
|
|
140
140
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
141
|
"__Internal"
|
|
142
|
-
#elif DEBUG
|
|
142
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
143
143
|
"ConnectedSpacesPlatform_D"
|
|
144
144
|
#else
|
|
145
145
|
"ConnectedSpacesPlatform"
|
|
@@ -153,7 +153,7 @@ namespace Csp.Systems
|
|
|
153
153
|
DllImport(
|
|
154
154
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
155
155
|
"__Internal"
|
|
156
|
-
#elif DEBUG
|
|
156
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
157
157
|
"ConnectedSpacesPlatform_D"
|
|
158
158
|
#else
|
|
159
159
|
"ConnectedSpacesPlatform"
|
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -45,7 +45,7 @@ namespace Csp.Systems
|
|
|
45
45
|
DllImport(
|
|
46
46
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
47
47
|
"__Internal"
|
|
48
|
-
#elif DEBUG
|
|
48
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
49
49
|
"ConnectedSpacesPlatform_D"
|
|
50
50
|
#else
|
|
51
51
|
"ConnectedSpacesPlatform"
|
|
@@ -59,7 +59,7 @@ namespace Csp.Systems
|
|
|
59
59
|
DllImport(
|
|
60
60
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
61
61
|
"__Internal"
|
|
62
|
-
#elif DEBUG
|
|
62
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
63
63
|
"ConnectedSpacesPlatform_D"
|
|
64
64
|
#else
|
|
65
65
|
"ConnectedSpacesPlatform"
|
|
@@ -73,7 +73,7 @@ namespace Csp.Systems
|
|
|
73
73
|
DllImport(
|
|
74
74
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
75
75
|
"__Internal"
|
|
76
|
-
#elif DEBUG
|
|
76
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
77
77
|
"ConnectedSpacesPlatform_D"
|
|
78
78
|
#else
|
|
79
79
|
"ConnectedSpacesPlatform"
|
|
@@ -81,11 +81,12 @@ namespace Csp.Systems
|
|
|
81
81
|
),
|
|
82
82
|
SuppressUnmanagedCodeSecurity
|
|
83
83
|
]
|
|
84
|
-
static extern void
|
|
84
|
+
static extern void csp_systems_UserSystem_Login_void_StringRC_StringRC_StringRC_boolRC_LoginStateResultCallback(
|
|
85
85
|
IntPtr @class,
|
|
86
86
|
string UserName,
|
|
87
87
|
string Email,
|
|
88
88
|
string Password,
|
|
89
|
+
IntPtr UserHasVerifiedAge,
|
|
89
90
|
LoginCallbackDelegate callback,
|
|
90
91
|
IntPtr callbackStateObject
|
|
91
92
|
);
|
|
@@ -94,7 +95,7 @@ namespace Csp.Systems
|
|
|
94
95
|
DllImport(
|
|
95
96
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
96
97
|
"__Internal"
|
|
97
|
-
#elif DEBUG
|
|
98
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
98
99
|
"ConnectedSpacesPlatform_D"
|
|
99
100
|
#else
|
|
100
101
|
"ConnectedSpacesPlatform"
|
|
@@ -114,7 +115,7 @@ namespace Csp.Systems
|
|
|
114
115
|
DllImport(
|
|
115
116
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
116
117
|
"__Internal"
|
|
117
|
-
#elif DEBUG
|
|
118
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
118
119
|
"ConnectedSpacesPlatform_D"
|
|
119
120
|
#else
|
|
120
121
|
"ConnectedSpacesPlatform"
|
|
@@ -122,8 +123,9 @@ namespace Csp.Systems
|
|
|
122
123
|
),
|
|
123
124
|
SuppressUnmanagedCodeSecurity
|
|
124
125
|
]
|
|
125
|
-
static extern void
|
|
126
|
+
static extern void csp_systems_UserSystem_LoginAsGuest_void_boolRC_LoginStateResultCallback(
|
|
126
127
|
IntPtr @class,
|
|
128
|
+
IntPtr UserHasVerifiedAge,
|
|
127
129
|
LoginAsGuestCallbackDelegate callback,
|
|
128
130
|
IntPtr callbackStateObject
|
|
129
131
|
);
|
|
@@ -132,7 +134,7 @@ namespace Csp.Systems
|
|
|
132
134
|
DllImport(
|
|
133
135
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
134
136
|
"__Internal"
|
|
135
|
-
#elif DEBUG
|
|
137
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
136
138
|
"ConnectedSpacesPlatform_D"
|
|
137
139
|
#else
|
|
138
140
|
"ConnectedSpacesPlatform"
|
|
@@ -148,7 +150,7 @@ namespace Csp.Systems
|
|
|
148
150
|
DllImport(
|
|
149
151
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
150
152
|
"__Internal"
|
|
151
|
-
#elif DEBUG
|
|
153
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
152
154
|
"ConnectedSpacesPlatform_D"
|
|
153
155
|
#else
|
|
154
156
|
"ConnectedSpacesPlatform"
|
|
@@ -168,7 +170,7 @@ namespace Csp.Systems
|
|
|
168
170
|
DllImport(
|
|
169
171
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
170
172
|
"__Internal"
|
|
171
|
-
#elif DEBUG
|
|
173
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
172
174
|
"ConnectedSpacesPlatform_D"
|
|
173
175
|
#else
|
|
174
176
|
"ConnectedSpacesPlatform"
|
|
@@ -176,10 +178,11 @@ namespace Csp.Systems
|
|
|
176
178
|
),
|
|
177
179
|
SuppressUnmanagedCodeSecurity
|
|
178
180
|
]
|
|
179
|
-
static extern void
|
|
181
|
+
static extern void csp_systems_UserSystem_LoginToThirdPartyAuthenticationProvider_void_StringRC_StringRC_boolRC_LoginStateResultCallback(
|
|
180
182
|
IntPtr @class,
|
|
181
183
|
string ThirdPartyToken,
|
|
182
184
|
string ThirdPartyStateId,
|
|
185
|
+
IntPtr UserHasVerifiedAge,
|
|
183
186
|
LoginToThirdPartyAuthenticationProviderCallbackDelegate callback,
|
|
184
187
|
IntPtr callbackStateObject
|
|
185
188
|
);
|
|
@@ -188,26 +191,7 @@ namespace Csp.Systems
|
|
|
188
191
|
DllImport(
|
|
189
192
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
190
193
|
"__Internal"
|
|
191
|
-
#elif DEBUG
|
|
192
|
-
"ConnectedSpacesPlatform_D"
|
|
193
|
-
#else
|
|
194
|
-
"ConnectedSpacesPlatform"
|
|
195
|
-
#endif
|
|
196
|
-
),
|
|
197
|
-
SuppressUnmanagedCodeSecurity
|
|
198
|
-
]
|
|
199
|
-
static extern void csp_systems_UserSystem_LoginAsGuestWithId_void_StringRC_LoginStateResultCallback(
|
|
200
|
-
IntPtr @class,
|
|
201
|
-
string DeviceId,
|
|
202
|
-
LoginAsGuestWithIdCallbackDelegate callback,
|
|
203
|
-
IntPtr callbackStateObject
|
|
204
|
-
);
|
|
205
|
-
|
|
206
|
-
[
|
|
207
|
-
DllImport(
|
|
208
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
209
|
-
"__Internal"
|
|
210
|
-
#elif DEBUG
|
|
194
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
211
195
|
"ConnectedSpacesPlatform_D"
|
|
212
196
|
#else
|
|
213
197
|
"ConnectedSpacesPlatform"
|
|
@@ -227,7 +211,7 @@ namespace Csp.Systems
|
|
|
227
211
|
DllImport(
|
|
228
212
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
229
213
|
"__Internal"
|
|
230
|
-
#elif DEBUG
|
|
214
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
231
215
|
"ConnectedSpacesPlatform_D"
|
|
232
216
|
#else
|
|
233
217
|
"ConnectedSpacesPlatform"
|
|
@@ -245,7 +229,7 @@ namespace Csp.Systems
|
|
|
245
229
|
DllImport(
|
|
246
230
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
247
231
|
"__Internal"
|
|
248
|
-
#elif DEBUG
|
|
232
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
249
233
|
"ConnectedSpacesPlatform_D"
|
|
250
234
|
#else
|
|
251
235
|
"ConnectedSpacesPlatform"
|
|
@@ -253,13 +237,14 @@ namespace Csp.Systems
|
|
|
253
237
|
),
|
|
254
238
|
SuppressUnmanagedCodeSecurity
|
|
255
239
|
]
|
|
256
|
-
static extern void
|
|
240
|
+
static extern void csp_systems_UserSystem_CreateUser_void_StringRC_StringRC_StringRC_StringRC_bool_bool_StringRC_StringRC_ProfileResultCallback(
|
|
257
241
|
IntPtr @class,
|
|
258
242
|
string UserName,
|
|
259
243
|
string DisplayName,
|
|
260
244
|
string Email,
|
|
261
245
|
string Password,
|
|
262
246
|
bool ReceiveNewsletter,
|
|
247
|
+
bool UserHasVerifiedAge,
|
|
263
248
|
string RedirectUrl,
|
|
264
249
|
string InviteToken,
|
|
265
250
|
CreateUserCallbackDelegate callback,
|
|
@@ -270,7 +255,7 @@ namespace Csp.Systems
|
|
|
270
255
|
DllImport(
|
|
271
256
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
272
257
|
"__Internal"
|
|
273
|
-
#elif DEBUG
|
|
258
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
274
259
|
"ConnectedSpacesPlatform_D"
|
|
275
260
|
#else
|
|
276
261
|
"ConnectedSpacesPlatform"
|
|
@@ -292,7 +277,7 @@ namespace Csp.Systems
|
|
|
292
277
|
DllImport(
|
|
293
278
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
294
279
|
"__Internal"
|
|
295
|
-
#elif DEBUG
|
|
280
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
296
281
|
"ConnectedSpacesPlatform_D"
|
|
297
282
|
#else
|
|
298
283
|
"ConnectedSpacesPlatform"
|
|
@@ -310,7 +295,7 @@ namespace Csp.Systems
|
|
|
310
295
|
DllImport(
|
|
311
296
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
312
297
|
"__Internal"
|
|
313
|
-
#elif DEBUG
|
|
298
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
314
299
|
"ConnectedSpacesPlatform_D"
|
|
315
300
|
#else
|
|
316
301
|
"ConnectedSpacesPlatform"
|
|
@@ -318,9 +303,10 @@ namespace Csp.Systems
|
|
|
318
303
|
),
|
|
319
304
|
SuppressUnmanagedCodeSecurity
|
|
320
305
|
]
|
|
321
|
-
static extern void
|
|
306
|
+
static extern void csp_systems_UserSystem_ResetUserPassword_void_StringRC_StringRC_StringRC_NullResultCallback(
|
|
322
307
|
IntPtr @class,
|
|
323
308
|
string Token,
|
|
309
|
+
string UserId,
|
|
324
310
|
string NewPassword,
|
|
325
311
|
ResetUserPasswordCallbackDelegate callback,
|
|
326
312
|
IntPtr callbackStateObject
|
|
@@ -330,7 +316,7 @@ namespace Csp.Systems
|
|
|
330
316
|
DllImport(
|
|
331
317
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
332
318
|
"__Internal"
|
|
333
|
-
#elif DEBUG
|
|
319
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
334
320
|
"ConnectedSpacesPlatform_D"
|
|
335
321
|
#else
|
|
336
322
|
"ConnectedSpacesPlatform"
|
|
@@ -350,7 +336,7 @@ namespace Csp.Systems
|
|
|
350
336
|
DllImport(
|
|
351
337
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
352
338
|
"__Internal"
|
|
353
|
-
#elif DEBUG
|
|
339
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
354
340
|
"ConnectedSpacesPlatform_D"
|
|
355
341
|
#else
|
|
356
342
|
"ConnectedSpacesPlatform"
|
|
@@ -369,7 +355,7 @@ namespace Csp.Systems
|
|
|
369
355
|
DllImport(
|
|
370
356
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
371
357
|
"__Internal"
|
|
372
|
-
#elif DEBUG
|
|
358
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
373
359
|
"ConnectedSpacesPlatform_D"
|
|
374
360
|
#else
|
|
375
361
|
"ConnectedSpacesPlatform"
|
|
@@ -390,7 +376,7 @@ namespace Csp.Systems
|
|
|
390
376
|
DllImport(
|
|
391
377
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
392
378
|
"__Internal"
|
|
393
|
-
#elif DEBUG
|
|
379
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
394
380
|
"ConnectedSpacesPlatform_D"
|
|
395
381
|
#else
|
|
396
382
|
"ConnectedSpacesPlatform"
|
|
@@ -409,7 +395,7 @@ namespace Csp.Systems
|
|
|
409
395
|
DllImport(
|
|
410
396
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
411
397
|
"__Internal"
|
|
412
|
-
#elif DEBUG
|
|
398
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
413
399
|
"ConnectedSpacesPlatform_D"
|
|
414
400
|
#else
|
|
415
401
|
"ConnectedSpacesPlatform"
|
|
@@ -428,7 +414,7 @@ namespace Csp.Systems
|
|
|
428
414
|
DllImport(
|
|
429
415
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
430
416
|
"__Internal"
|
|
431
|
-
#elif DEBUG
|
|
417
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
432
418
|
"ConnectedSpacesPlatform_D"
|
|
433
419
|
#else
|
|
434
420
|
"ConnectedSpacesPlatform"
|
|
@@ -446,7 +432,7 @@ namespace Csp.Systems
|
|
|
446
432
|
DllImport(
|
|
447
433
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
448
434
|
"__Internal"
|
|
449
|
-
#elif DEBUG
|
|
435
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
450
436
|
"ConnectedSpacesPlatform_D"
|
|
451
437
|
#else
|
|
452
438
|
"ConnectedSpacesPlatform"
|
|
@@ -465,7 +451,7 @@ namespace Csp.Systems
|
|
|
465
451
|
DllImport(
|
|
466
452
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
467
453
|
"__Internal"
|
|
468
|
-
#elif DEBUG
|
|
454
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
469
455
|
"ConnectedSpacesPlatform_D"
|
|
470
456
|
#else
|
|
471
457
|
"ConnectedSpacesPlatform"
|
|
@@ -502,8 +488,6 @@ namespace Csp.Systems
|
|
|
502
488
|
NativePointer Result
|
|
503
489
|
);
|
|
504
490
|
|
|
505
|
-
delegate void LoginAsGuestWithIdCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
506
|
-
|
|
507
491
|
delegate void ExchangeKeyCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
508
492
|
|
|
509
493
|
delegate void LogoutCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
@@ -629,18 +613,35 @@ namespace Csp.Systems
|
|
|
629
613
|
/// <param name="UserName">Csp::common::string</param>
|
|
630
614
|
/// <param name="Email">Csp::common::string</param>
|
|
631
615
|
/// <param name="Password">Csp::common::string</param>
|
|
616
|
+
/// <param name="UserHasVerifiedAge">An optional bool to specify whether or not the user has verified that they are over 18</param>
|
|
632
617
|
/// <returns>The result for the request</returns>
|
|
633
618
|
|
|
634
|
-
public Task<Csp.Systems.LoginStateResult> Login(
|
|
635
|
-
|
|
619
|
+
public Task<Csp.Systems.LoginStateResult> Login(
|
|
620
|
+
string UserName,
|
|
621
|
+
string Email,
|
|
622
|
+
string Password,
|
|
623
|
+
bool? UserHasVerifiedAge
|
|
624
|
+
) {
|
|
636
625
|
var tcs = new TaskCompletionSource<Csp.Systems.LoginStateResult>(this);
|
|
637
626
|
var handle = GCHandle.Alloc(tcs);
|
|
638
627
|
|
|
639
|
-
|
|
628
|
+
var UserHasVerifiedAgePointer = IntPtr.Zero;
|
|
629
|
+
unsafe
|
|
630
|
+
{
|
|
631
|
+
if (UserHasVerifiedAge.HasValue)
|
|
632
|
+
{
|
|
633
|
+
var ptr = stackalloc bool[1];
|
|
634
|
+
*ptr = UserHasVerifiedAge.Value;
|
|
635
|
+
UserHasVerifiedAgePointer = (IntPtr)ptr;
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
csp_systems_UserSystem_Login_void_StringRC_StringRC_StringRC_boolRC_LoginStateResultCallback(
|
|
640
640
|
_ptr,
|
|
641
641
|
UserName,
|
|
642
642
|
Email,
|
|
643
643
|
Password,
|
|
644
|
+
UserHasVerifiedAgePointer,
|
|
644
645
|
LoginDelegateInstance,
|
|
645
646
|
(IntPtr)handle
|
|
646
647
|
);
|
|
@@ -718,15 +719,28 @@ namespace Csp.Systems
|
|
|
718
719
|
LoginAsGuestCallbackDelegateFunction;
|
|
719
720
|
|
|
720
721
|
/// <summary>Log in to Magnopus Connected Services as a guest.</summary>
|
|
722
|
+
/// <param name="UserHasVerifiedAge">An optional bool to specify whether or not the user has verified that they are over 18</param>
|
|
721
723
|
/// <returns>The result for the request</returns>
|
|
722
724
|
|
|
723
|
-
public Task<Csp.Systems.LoginStateResult> LoginAsGuest()
|
|
725
|
+
public Task<Csp.Systems.LoginStateResult> LoginAsGuest(bool? UserHasVerifiedAge)
|
|
724
726
|
{
|
|
725
727
|
var tcs = new TaskCompletionSource<Csp.Systems.LoginStateResult>(this);
|
|
726
728
|
var handle = GCHandle.Alloc(tcs);
|
|
727
729
|
|
|
728
|
-
|
|
730
|
+
var UserHasVerifiedAgePointer = IntPtr.Zero;
|
|
731
|
+
unsafe
|
|
732
|
+
{
|
|
733
|
+
if (UserHasVerifiedAge.HasValue)
|
|
734
|
+
{
|
|
735
|
+
var ptr = stackalloc bool[1];
|
|
736
|
+
*ptr = UserHasVerifiedAge.Value;
|
|
737
|
+
UserHasVerifiedAgePointer = (IntPtr)ptr;
|
|
738
|
+
}
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
csp_systems_UserSystem_LoginAsGuest_void_boolRC_LoginStateResultCallback(
|
|
729
742
|
_ptr,
|
|
743
|
+
UserHasVerifiedAgePointer,
|
|
730
744
|
LoginAsGuestDelegateInstance,
|
|
731
745
|
(IntPtr)handle
|
|
732
746
|
);
|
|
@@ -831,62 +845,34 @@ namespace Csp.Systems
|
|
|
831
845
|
/// <remarks>Note: The Authentication Provider and the Redirect URL you've passed in the first step will be used now</remarks>
|
|
832
846
|
/// <param name="ThirdPartyToken">The authentication token returned by the Provider</param>
|
|
833
847
|
/// <param name="ThirdPartyStateId">The state Id returned by the Provider</param>
|
|
848
|
+
/// <param name="UserHasVerifiedAge">An optional bool to specify whether or not the user has verified that they are over 18</param>
|
|
834
849
|
/// <returns>The result for the request</returns>
|
|
835
850
|
|
|
836
851
|
public Task<Csp.Systems.LoginStateResult> LoginToThirdPartyAuthenticationProvider(
|
|
837
852
|
string ThirdPartyToken,
|
|
838
|
-
string ThirdPartyStateId
|
|
853
|
+
string ThirdPartyStateId,
|
|
854
|
+
bool? UserHasVerifiedAge
|
|
839
855
|
) {
|
|
840
856
|
var tcs = new TaskCompletionSource<Csp.Systems.LoginStateResult>(this);
|
|
841
857
|
var handle = GCHandle.Alloc(tcs);
|
|
842
858
|
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
ThirdPartyToken,
|
|
846
|
-
ThirdPartyStateId,
|
|
847
|
-
LoginToThirdPartyAuthenticationProviderDelegateInstance,
|
|
848
|
-
(IntPtr)handle
|
|
849
|
-
);
|
|
850
|
-
|
|
851
|
-
return tcs.Task;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
855
|
-
[AOT.MonoPInvokeCallback (typeof (LoginAsGuestWithIdCallbackDelegate))]
|
|
856
|
-
#endif
|
|
857
|
-
static void LoginAsGuestWithIdCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
858
|
-
{
|
|
859
|
-
var _handle = (GCHandle)_StateObject__;
|
|
860
|
-
var tcs = (TaskCompletionSource<Csp.Systems.LoginStateResult>)_handle.Target;
|
|
861
|
-
var _this = (UserSystem)tcs.Task.AsyncState;
|
|
862
|
-
|
|
863
|
-
var task_result = new Csp.Systems.LoginStateResult(_Result);
|
|
864
|
-
|
|
865
|
-
if (task_result.GetResultCode() == Csp.Services.EResultCode.InProgress)
|
|
859
|
+
var UserHasVerifiedAgePointer = IntPtr.Zero;
|
|
860
|
+
unsafe
|
|
866
861
|
{
|
|
867
|
-
|
|
862
|
+
if (UserHasVerifiedAge.HasValue)
|
|
863
|
+
{
|
|
864
|
+
var ptr = stackalloc bool[1];
|
|
865
|
+
*ptr = UserHasVerifiedAge.Value;
|
|
866
|
+
UserHasVerifiedAgePointer = (IntPtr)ptr;
|
|
867
|
+
}
|
|
868
868
|
}
|
|
869
869
|
|
|
870
|
-
|
|
871
|
-
_handle.Free();
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
static readonly LoginAsGuestWithIdCallbackDelegate LoginAsGuestWithIdDelegateInstance =
|
|
875
|
-
LoginAsGuestWithIdCallbackDelegateFunction;
|
|
876
|
-
|
|
877
|
-
/// <summary>Log in to Magnopus Connected Services services as a guest.</summary>
|
|
878
|
-
/// <param name="DeviceId">The device Id to use when logging in</param>
|
|
879
|
-
/// <returns>The result for the request</returns>
|
|
880
|
-
|
|
881
|
-
public Task<Csp.Systems.LoginStateResult> LoginAsGuestWithId(string DeviceId)
|
|
882
|
-
{
|
|
883
|
-
var tcs = new TaskCompletionSource<Csp.Systems.LoginStateResult>(this);
|
|
884
|
-
var handle = GCHandle.Alloc(tcs);
|
|
885
|
-
|
|
886
|
-
csp_systems_UserSystem_LoginAsGuestWithId_void_StringRC_LoginStateResultCallback(
|
|
870
|
+
csp_systems_UserSystem_LoginToThirdPartyAuthenticationProvider_void_StringRC_StringRC_boolRC_LoginStateResultCallback(
|
|
887
871
|
_ptr,
|
|
888
|
-
|
|
889
|
-
|
|
872
|
+
ThirdPartyToken,
|
|
873
|
+
ThirdPartyStateId,
|
|
874
|
+
UserHasVerifiedAgePointer,
|
|
875
|
+
LoginToThirdPartyAuthenticationProviderDelegateInstance,
|
|
890
876
|
(IntPtr)handle
|
|
891
877
|
);
|
|
892
878
|
|
|
@@ -999,6 +985,7 @@ namespace Csp.Systems
|
|
|
999
985
|
/// <param name="Email">Email address associated with the new profile</param>
|
|
1000
986
|
/// <param name="Password">Password associated with the new profile</param>
|
|
1001
987
|
/// <param name="ReceiveNewsletter">`true` if the user wants to receive the Magnopus Connected Services newsletter</param>
|
|
988
|
+
/// <param name="UserHasVerifiedAge">An optional bool to specify whether or not the user has verified that they are over 18</param>
|
|
1002
989
|
/// <param name="RedirectUrl">The url to redirect the user to after they have registered</param>
|
|
1003
990
|
/// <param name="InviteToken">A token provided to the user that can be used to auto-confirm their account</param>
|
|
1004
991
|
/// <returns>The result for the request</returns>
|
|
@@ -1009,19 +996,21 @@ namespace Csp.Systems
|
|
|
1009
996
|
string Email,
|
|
1010
997
|
string Password,
|
|
1011
998
|
bool ReceiveNewsletter,
|
|
999
|
+
bool UserHasVerifiedAge,
|
|
1012
1000
|
string? RedirectUrl,
|
|
1013
1001
|
string? InviteToken
|
|
1014
1002
|
) {
|
|
1015
1003
|
var tcs = new TaskCompletionSource<Csp.Systems.ProfileResult>(this);
|
|
1016
1004
|
var handle = GCHandle.Alloc(tcs);
|
|
1017
1005
|
|
|
1018
|
-
|
|
1006
|
+
csp_systems_UserSystem_CreateUser_void_StringRC_StringRC_StringRC_StringRC_bool_bool_StringRC_StringRC_ProfileResultCallback(
|
|
1019
1007
|
_ptr,
|
|
1020
1008
|
UserName,
|
|
1021
1009
|
DisplayName,
|
|
1022
1010
|
Email,
|
|
1023
1011
|
Password,
|
|
1024
1012
|
ReceiveNewsletter,
|
|
1013
|
+
UserHasVerifiedAge,
|
|
1025
1014
|
RedirectUrl,
|
|
1026
1015
|
InviteToken,
|
|
1027
1016
|
CreateUserDelegateInstance,
|
|
@@ -1148,17 +1137,19 @@ namespace Csp.Systems
|
|
|
1148
1137
|
|
|
1149
1138
|
/// <summary>Reset the users password.</summary>
|
|
1150
1139
|
/// <param name="Token">Token received through email by user</param>
|
|
1140
|
+
/// <param name="UserId">The id of the user resetting their password</param>
|
|
1151
1141
|
/// <param name="NewPassword">The new password for the associated account</param>
|
|
1152
1142
|
/// <returns>The result for the request</returns>
|
|
1153
1143
|
|
|
1154
|
-
public Task<Csp.Systems.NullResult> ResetUserPassword(string Token, string NewPassword)
|
|
1144
|
+
public Task<Csp.Systems.NullResult> ResetUserPassword(string Token, string UserId, string NewPassword)
|
|
1155
1145
|
{
|
|
1156
1146
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
1157
1147
|
var handle = GCHandle.Alloc(tcs);
|
|
1158
1148
|
|
|
1159
|
-
|
|
1149
|
+
csp_systems_UserSystem_ResetUserPassword_void_StringRC_StringRC_StringRC_NullResultCallback(
|
|
1160
1150
|
_ptr,
|
|
1161
1151
|
Token,
|
|
1152
|
+
UserId,
|
|
1162
1153
|
NewPassword,
|
|
1163
1154
|
ResetUserPasswordDelegateInstance,
|
|
1164
1155
|
(IntPtr)handle
|
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Systems
|
|
|
41
41
|
DllImport(
|
|
42
42
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
43
|
"__Internal"
|
|
44
|
-
#elif DEBUG
|
|
44
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
46
46
|
#else
|
|
47
47
|
"ConnectedSpacesPlatform"
|
|
@@ -55,7 +55,7 @@ namespace Csp.Systems
|
|
|
55
55
|
DllImport(
|
|
56
56
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
57
|
"__Internal"
|
|
58
|
-
#elif DEBUG
|
|
58
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
60
60
|
#else
|
|
61
61
|
"ConnectedSpacesPlatform"
|
|
@@ -69,7 +69,7 @@ namespace Csp.Systems
|
|
|
69
69
|
DllImport(
|
|
70
70
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
71
|
"__Internal"
|
|
72
|
-
#elif DEBUG
|
|
72
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
74
74
|
#else
|
|
75
75
|
"ConnectedSpacesPlatform"
|
package/Source/Systems/Voip.meta
CHANGED
package/Source/Systems.meta
CHANGED
package/Source/Web.meta
CHANGED