connected-spaces-platform.unity.core 4.10.1 → 4.10.5
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 +9 -37
- 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/EResultCode.cs.meta +1 -1
- package/Source/Services/ResultBase.cs +8 -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 +8 -8
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +190 -0
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +11 -0
- 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 +61 -52
- 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/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 +24 -24
- 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 +79 -0
- package/ios/libcrypto.a +0 -0
- package/ios/libcrypto.a.meta +79 -0
- package/ios/libssl.a +0 -0
- package/ios/libssl.a.meta +79 -0
- package/ios.meta +7 -0
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +79 -0
- package/macosx.meta +7 -0
- 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
|
@@ -31,7 +31,7 @@ namespace Csp.Multiplayer
|
|
|
31
31
|
DllImport(
|
|
32
32
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
33
33
|
"__Internal"
|
|
34
|
-
#elif DEBUG
|
|
34
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
35
35
|
"ConnectedSpacesPlatform_D"
|
|
36
36
|
#else
|
|
37
37
|
"ConnectedSpacesPlatform"
|
|
@@ -45,7 +45,7 @@ namespace Csp.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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"
|
|
@@ -89,7 +89,7 @@ namespace Csp.Multiplayer
|
|
|
89
89
|
DllImport(
|
|
90
90
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
91
91
|
"__Internal"
|
|
92
|
-
#elif DEBUG
|
|
92
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
93
93
|
"ConnectedSpacesPlatform_D"
|
|
94
94
|
#else
|
|
95
95
|
"ConnectedSpacesPlatform"
|
|
@@ -106,7 +106,7 @@ namespace Csp.Multiplayer
|
|
|
106
106
|
DllImport(
|
|
107
107
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
108
108
|
"__Internal"
|
|
109
|
-
#elif DEBUG
|
|
109
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
110
110
|
"ConnectedSpacesPlatform_D"
|
|
111
111
|
#else
|
|
112
112
|
"ConnectedSpacesPlatform"
|
|
@@ -122,7 +122,7 @@ namespace Csp.Multiplayer
|
|
|
122
122
|
DllImport(
|
|
123
123
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
124
124
|
"__Internal"
|
|
125
|
-
#elif DEBUG
|
|
125
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
126
126
|
"ConnectedSpacesPlatform_D"
|
|
127
127
|
#else
|
|
128
128
|
"ConnectedSpacesPlatform"
|
|
@@ -139,7 +139,7 @@ namespace Csp.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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"
|
|
@@ -170,7 +170,7 @@ namespace Csp.Multiplayer
|
|
|
170
170
|
DllImport(
|
|
171
171
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
172
172
|
"__Internal"
|
|
173
|
-
#elif DEBUG
|
|
173
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
174
174
|
"ConnectedSpacesPlatform_D"
|
|
175
175
|
#else
|
|
176
176
|
"ConnectedSpacesPlatform"
|
|
@@ -184,7 +184,7 @@ namespace Csp.Multiplayer
|
|
|
184
184
|
DllImport(
|
|
185
185
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
186
186
|
"__Internal"
|
|
187
|
-
#elif DEBUG
|
|
187
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
188
188
|
"ConnectedSpacesPlatform_D"
|
|
189
189
|
#else
|
|
190
190
|
"ConnectedSpacesPlatform"
|
|
@@ -201,7 +201,7 @@ namespace Csp.Multiplayer
|
|
|
201
201
|
DllImport(
|
|
202
202
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
203
203
|
"__Internal"
|
|
204
|
-
#elif DEBUG
|
|
204
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
205
205
|
"ConnectedSpacesPlatform_D"
|
|
206
206
|
#else
|
|
207
207
|
"ConnectedSpacesPlatform"
|
|
@@ -215,7 +215,7 @@ namespace Csp.Multiplayer
|
|
|
215
215
|
DllImport(
|
|
216
216
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
217
217
|
"__Internal"
|
|
218
|
-
#elif DEBUG
|
|
218
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
219
219
|
"ConnectedSpacesPlatform_D"
|
|
220
220
|
#else
|
|
221
221
|
"ConnectedSpacesPlatform"
|
|
@@ -232,7 +232,7 @@ namespace Csp.Multiplayer
|
|
|
232
232
|
DllImport(
|
|
233
233
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
234
234
|
"__Internal"
|
|
235
|
-
#elif DEBUG
|
|
235
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
236
236
|
"ConnectedSpacesPlatform_D"
|
|
237
237
|
#else
|
|
238
238
|
"ConnectedSpacesPlatform"
|
|
@@ -246,7 +246,7 @@ namespace Csp.Multiplayer
|
|
|
246
246
|
DllImport(
|
|
247
247
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
248
248
|
"__Internal"
|
|
249
|
-
#elif DEBUG
|
|
249
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
250
250
|
"ConnectedSpacesPlatform_D"
|
|
251
251
|
#else
|
|
252
252
|
"ConnectedSpacesPlatform"
|
|
@@ -260,7 +260,7 @@ namespace Csp.Multiplayer
|
|
|
260
260
|
DllImport(
|
|
261
261
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
262
262
|
"__Internal"
|
|
263
|
-
#elif DEBUG
|
|
263
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
264
264
|
"ConnectedSpacesPlatform_D"
|
|
265
265
|
#else
|
|
266
266
|
"ConnectedSpacesPlatform"
|
|
@@ -274,7 +274,7 @@ namespace Csp.Multiplayer
|
|
|
274
274
|
DllImport(
|
|
275
275
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
276
276
|
"__Internal"
|
|
277
|
-
#elif DEBUG
|
|
277
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
278
278
|
"ConnectedSpacesPlatform_D"
|
|
279
279
|
#else
|
|
280
280
|
"ConnectedSpacesPlatform"
|
|
@@ -288,7 +288,7 @@ namespace Csp.Multiplayer
|
|
|
288
288
|
DllImport(
|
|
289
289
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
290
290
|
"__Internal"
|
|
291
|
-
#elif DEBUG
|
|
291
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
292
292
|
"ConnectedSpacesPlatform_D"
|
|
293
293
|
#else
|
|
294
294
|
"ConnectedSpacesPlatform"
|
|
@@ -302,7 +302,7 @@ namespace Csp.Multiplayer
|
|
|
302
302
|
DllImport(
|
|
303
303
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
304
304
|
"__Internal"
|
|
305
|
-
#elif DEBUG
|
|
305
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
306
306
|
"ConnectedSpacesPlatform_D"
|
|
307
307
|
#else
|
|
308
308
|
"ConnectedSpacesPlatform"
|
|
@@ -316,7 +316,7 @@ namespace Csp.Multiplayer
|
|
|
316
316
|
DllImport(
|
|
317
317
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
318
318
|
"__Internal"
|
|
319
|
-
#elif DEBUG
|
|
319
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
320
320
|
"ConnectedSpacesPlatform_D"
|
|
321
321
|
#else
|
|
322
322
|
"ConnectedSpacesPlatform"
|
|
@@ -330,7 +330,7 @@ namespace Csp.Multiplayer
|
|
|
330
330
|
DllImport(
|
|
331
331
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
332
332
|
"__Internal"
|
|
333
|
-
#elif DEBUG
|
|
333
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
334
334
|
"ConnectedSpacesPlatform_D"
|
|
335
335
|
#else
|
|
336
336
|
"ConnectedSpacesPlatform"
|
|
@@ -344,7 +344,7 @@ namespace Csp.Multiplayer
|
|
|
344
344
|
DllImport(
|
|
345
345
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
346
346
|
"__Internal"
|
|
347
|
-
#elif DEBUG
|
|
347
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
348
348
|
"ConnectedSpacesPlatform_D"
|
|
349
349
|
#else
|
|
350
350
|
"ConnectedSpacesPlatform"
|
|
@@ -358,7 +358,7 @@ namespace Csp.Multiplayer
|
|
|
358
358
|
DllImport(
|
|
359
359
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
360
360
|
"__Internal"
|
|
361
|
-
#elif DEBUG
|
|
361
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
362
362
|
"ConnectedSpacesPlatform_D"
|
|
363
363
|
#else
|
|
364
364
|
"ConnectedSpacesPlatform"
|
|
@@ -375,7 +375,7 @@ namespace Csp.Multiplayer
|
|
|
375
375
|
DllImport(
|
|
376
376
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
377
377
|
"__Internal"
|
|
378
|
-
#elif DEBUG
|
|
378
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
379
379
|
"ConnectedSpacesPlatform_D"
|
|
380
380
|
#else
|
|
381
381
|
"ConnectedSpacesPlatform"
|
|
@@ -27,7 +27,7 @@ namespace Csp.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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.Multiplayer
|
|
|
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"
|
|
@@ -113,7 +113,7 @@ namespace Csp.Multiplayer
|
|
|
113
113
|
DllImport(
|
|
114
114
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
115
115
|
"__Internal"
|
|
116
|
-
#elif DEBUG
|
|
116
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
117
117
|
"ConnectedSpacesPlatform_D"
|
|
118
118
|
#else
|
|
119
119
|
"ConnectedSpacesPlatform"
|
|
@@ -130,7 +130,7 @@ namespace Csp.Multiplayer
|
|
|
130
130
|
DllImport(
|
|
131
131
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
132
132
|
"__Internal"
|
|
133
|
-
#elif DEBUG
|
|
133
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
134
134
|
"ConnectedSpacesPlatform_D"
|
|
135
135
|
#else
|
|
136
136
|
"ConnectedSpacesPlatform"
|
|
@@ -146,7 +146,7 @@ namespace Csp.Multiplayer
|
|
|
146
146
|
DllImport(
|
|
147
147
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
148
148
|
"__Internal"
|
|
149
|
-
#elif DEBUG
|
|
149
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
150
150
|
"ConnectedSpacesPlatform_D"
|
|
151
151
|
#else
|
|
152
152
|
"ConnectedSpacesPlatform"
|
|
@@ -163,7 +163,7 @@ namespace Csp.Multiplayer
|
|
|
163
163
|
DllImport(
|
|
164
164
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
165
165
|
"__Internal"
|
|
166
|
-
#elif DEBUG
|
|
166
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
167
167
|
"ConnectedSpacesPlatform_D"
|
|
168
168
|
#else
|
|
169
169
|
"ConnectedSpacesPlatform"
|
|
@@ -177,7 +177,7 @@ namespace Csp.Multiplayer
|
|
|
177
177
|
DllImport(
|
|
178
178
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
179
179
|
"__Internal"
|
|
180
|
-
#elif DEBUG
|
|
180
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
181
181
|
"ConnectedSpacesPlatform_D"
|
|
182
182
|
#else
|
|
183
183
|
"ConnectedSpacesPlatform"
|
|
@@ -194,7 +194,7 @@ namespace Csp.Multiplayer
|
|
|
194
194
|
DllImport(
|
|
195
195
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
196
196
|
"__Internal"
|
|
197
|
-
#elif DEBUG
|
|
197
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
198
198
|
"ConnectedSpacesPlatform_D"
|
|
199
199
|
#else
|
|
200
200
|
"ConnectedSpacesPlatform"
|
|
@@ -208,7 +208,7 @@ namespace Csp.Multiplayer
|
|
|
208
208
|
DllImport(
|
|
209
209
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
210
210
|
"__Internal"
|
|
211
|
-
#elif DEBUG
|
|
211
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
212
212
|
"ConnectedSpacesPlatform_D"
|
|
213
213
|
#else
|
|
214
214
|
"ConnectedSpacesPlatform"
|
|
@@ -225,7 +225,7 @@ namespace Csp.Multiplayer
|
|
|
225
225
|
DllImport(
|
|
226
226
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
227
227
|
"__Internal"
|
|
228
|
-
#elif DEBUG
|
|
228
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
229
229
|
"ConnectedSpacesPlatform_D"
|
|
230
230
|
#else
|
|
231
231
|
"ConnectedSpacesPlatform"
|
|
@@ -239,7 +239,7 @@ namespace Csp.Multiplayer
|
|
|
239
239
|
DllImport(
|
|
240
240
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
241
241
|
"__Internal"
|
|
242
|
-
#elif DEBUG
|
|
242
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
243
243
|
"ConnectedSpacesPlatform_D"
|
|
244
244
|
#else
|
|
245
245
|
"ConnectedSpacesPlatform"
|
|
@@ -256,7 +256,7 @@ namespace Csp.Multiplayer
|
|
|
256
256
|
DllImport(
|
|
257
257
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
258
258
|
"__Internal"
|
|
259
|
-
#elif DEBUG
|
|
259
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
260
260
|
"ConnectedSpacesPlatform_D"
|
|
261
261
|
#else
|
|
262
262
|
"ConnectedSpacesPlatform"
|
|
@@ -270,7 +270,7 @@ namespace Csp.Multiplayer
|
|
|
270
270
|
DllImport(
|
|
271
271
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
272
272
|
"__Internal"
|
|
273
|
-
#elif DEBUG
|
|
273
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
274
274
|
"ConnectedSpacesPlatform_D"
|
|
275
275
|
#else
|
|
276
276
|
"ConnectedSpacesPlatform"
|
|
@@ -284,7 +284,7 @@ namespace Csp.Multiplayer
|
|
|
284
284
|
DllImport(
|
|
285
285
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
286
286
|
"__Internal"
|
|
287
|
-
#elif DEBUG
|
|
287
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
288
288
|
"ConnectedSpacesPlatform_D"
|
|
289
289
|
#else
|
|
290
290
|
"ConnectedSpacesPlatform"
|
|
@@ -300,7 +300,7 @@ namespace Csp.Multiplayer
|
|
|
300
300
|
DllImport(
|
|
301
301
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
302
302
|
"__Internal"
|
|
303
|
-
#elif DEBUG
|
|
303
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
304
304
|
"ConnectedSpacesPlatform_D"
|
|
305
305
|
#else
|
|
306
306
|
"ConnectedSpacesPlatform"
|
|
@@ -317,7 +317,7 @@ namespace Csp.Multiplayer
|
|
|
317
317
|
DllImport(
|
|
318
318
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
319
319
|
"__Internal"
|
|
320
|
-
#elif DEBUG
|
|
320
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
321
321
|
"ConnectedSpacesPlatform_D"
|
|
322
322
|
#else
|
|
323
323
|
"ConnectedSpacesPlatform"
|
|
@@ -331,7 +331,7 @@ namespace Csp.Multiplayer
|
|
|
331
331
|
DllImport(
|
|
332
332
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
333
333
|
"__Internal"
|
|
334
|
-
#elif DEBUG
|
|
334
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
335
335
|
"ConnectedSpacesPlatform_D"
|
|
336
336
|
#else
|
|
337
337
|
"ConnectedSpacesPlatform"
|
|
@@ -348,7 +348,7 @@ namespace Csp.Multiplayer
|
|
|
348
348
|
DllImport(
|
|
349
349
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
350
350
|
"__Internal"
|
|
351
|
-
#elif DEBUG
|
|
351
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
352
352
|
"ConnectedSpacesPlatform_D"
|
|
353
353
|
#else
|
|
354
354
|
"ConnectedSpacesPlatform"
|
|
@@ -362,7 +362,7 @@ namespace Csp.Multiplayer
|
|
|
362
362
|
DllImport(
|
|
363
363
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
364
364
|
"__Internal"
|
|
365
|
-
#elif DEBUG
|
|
365
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
366
366
|
"ConnectedSpacesPlatform_D"
|
|
367
367
|
#else
|
|
368
368
|
"ConnectedSpacesPlatform"
|
|
@@ -379,7 +379,7 @@ namespace Csp.Multiplayer
|
|
|
379
379
|
DllImport(
|
|
380
380
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
381
381
|
"__Internal"
|
|
382
|
-
#elif DEBUG
|
|
382
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
383
383
|
"ConnectedSpacesPlatform_D"
|
|
384
384
|
#else
|
|
385
385
|
"ConnectedSpacesPlatform"
|
|
@@ -393,7 +393,7 @@ namespace Csp.Multiplayer
|
|
|
393
393
|
DllImport(
|
|
394
394
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
395
395
|
"__Internal"
|
|
396
|
-
#elif DEBUG
|
|
396
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
397
397
|
"ConnectedSpacesPlatform_D"
|
|
398
398
|
#else
|
|
399
399
|
"ConnectedSpacesPlatform"
|
|
@@ -410,7 +410,7 @@ namespace Csp.Multiplayer
|
|
|
410
410
|
DllImport(
|
|
411
411
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
412
412
|
"__Internal"
|
|
413
|
-
#elif DEBUG
|
|
413
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
414
414
|
"ConnectedSpacesPlatform_D"
|
|
415
415
|
#else
|
|
416
416
|
"ConnectedSpacesPlatform"
|
|
@@ -424,7 +424,7 @@ namespace Csp.Multiplayer
|
|
|
424
424
|
DllImport(
|
|
425
425
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
426
426
|
"__Internal"
|
|
427
|
-
#elif DEBUG
|
|
427
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
428
428
|
"ConnectedSpacesPlatform_D"
|
|
429
429
|
#else
|
|
430
430
|
"ConnectedSpacesPlatform"
|
|
@@ -441,7 +441,7 @@ namespace Csp.Multiplayer
|
|
|
441
441
|
DllImport(
|
|
442
442
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
443
443
|
"__Internal"
|
|
444
|
-
#elif DEBUG
|
|
444
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
445
445
|
"ConnectedSpacesPlatform_D"
|
|
446
446
|
#else
|
|
447
447
|
"ConnectedSpacesPlatform"
|
|
@@ -455,7 +455,7 @@ namespace Csp.Multiplayer
|
|
|
455
455
|
DllImport(
|
|
456
456
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
457
457
|
"__Internal"
|
|
458
|
-
#elif DEBUG
|
|
458
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
459
459
|
"ConnectedSpacesPlatform_D"
|
|
460
460
|
#else
|
|
461
461
|
"ConnectedSpacesPlatform"
|
|
@@ -472,7 +472,7 @@ namespace Csp.Multiplayer
|
|
|
472
472
|
DllImport(
|
|
473
473
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
474
474
|
"__Internal"
|
|
475
|
-
#elif DEBUG
|
|
475
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
476
476
|
"ConnectedSpacesPlatform_D"
|
|
477
477
|
#else
|
|
478
478
|
"ConnectedSpacesPlatform"
|
|
@@ -488,7 +488,7 @@ namespace Csp.Multiplayer
|
|
|
488
488
|
DllImport(
|
|
489
489
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
490
490
|
"__Internal"
|
|
491
|
-
#elif DEBUG
|
|
491
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
492
492
|
"ConnectedSpacesPlatform_D"
|
|
493
493
|
#else
|
|
494
494
|
"ConnectedSpacesPlatform"
|
|
@@ -505,7 +505,7 @@ namespace Csp.Multiplayer
|
|
|
505
505
|
DllImport(
|
|
506
506
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
507
507
|
"__Internal"
|
|
508
|
-
#elif DEBUG
|
|
508
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
509
509
|
"ConnectedSpacesPlatform_D"
|
|
510
510
|
#else
|
|
511
511
|
"ConnectedSpacesPlatform"
|