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
|
@@ -25,7 +25,7 @@ namespace Csp.Multiplayer
|
|
|
25
25
|
DllImport(
|
|
26
26
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
27
27
|
"__Internal"
|
|
28
|
-
#elif DEBUG
|
|
28
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
29
29
|
"ConnectedSpacesPlatform_D"
|
|
30
30
|
#else
|
|
31
31
|
"ConnectedSpacesPlatform"
|
|
@@ -39,7 +39,7 @@ namespace Csp.Multiplayer
|
|
|
39
39
|
DllImport(
|
|
40
40
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
41
41
|
"__Internal"
|
|
42
|
-
#elif DEBUG
|
|
42
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
43
43
|
"ConnectedSpacesPlatform_D"
|
|
44
44
|
#else
|
|
45
45
|
"ConnectedSpacesPlatform"
|
|
@@ -56,7 +56,7 @@ namespace Csp.Multiplayer
|
|
|
56
56
|
DllImport(
|
|
57
57
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
58
58
|
"__Internal"
|
|
59
|
-
#elif DEBUG
|
|
59
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
60
60
|
"ConnectedSpacesPlatform_D"
|
|
61
61
|
#else
|
|
62
62
|
"ConnectedSpacesPlatform"
|
|
@@ -70,7 +70,7 @@ namespace Csp.Multiplayer
|
|
|
70
70
|
DllImport(
|
|
71
71
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
72
72
|
"__Internal"
|
|
73
|
-
#elif DEBUG
|
|
73
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
74
74
|
"ConnectedSpacesPlatform_D"
|
|
75
75
|
#else
|
|
76
76
|
"ConnectedSpacesPlatform"
|
|
@@ -87,7 +87,7 @@ namespace Csp.Multiplayer
|
|
|
87
87
|
DllImport(
|
|
88
88
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
89
89
|
"__Internal"
|
|
90
|
-
#elif DEBUG
|
|
90
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
91
91
|
"ConnectedSpacesPlatform_D"
|
|
92
92
|
#else
|
|
93
93
|
"ConnectedSpacesPlatform"
|
|
@@ -35,7 +35,7 @@ namespace Csp.Multiplayer
|
|
|
35
35
|
DllImport(
|
|
36
36
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
37
37
|
"__Internal"
|
|
38
|
-
#elif DEBUG
|
|
38
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
39
39
|
"ConnectedSpacesPlatform_D"
|
|
40
40
|
#else
|
|
41
41
|
"ConnectedSpacesPlatform"
|
|
@@ -49,7 +49,7 @@ namespace Csp.Multiplayer
|
|
|
49
49
|
DllImport(
|
|
50
50
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
51
51
|
"__Internal"
|
|
52
|
-
#elif DEBUG
|
|
52
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
53
53
|
"ConnectedSpacesPlatform_D"
|
|
54
54
|
#else
|
|
55
55
|
"ConnectedSpacesPlatform"
|
|
@@ -65,7 +65,7 @@ namespace Csp.Multiplayer
|
|
|
65
65
|
DllImport(
|
|
66
66
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
67
67
|
"__Internal"
|
|
68
|
-
#elif DEBUG
|
|
68
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
69
69
|
"ConnectedSpacesPlatform_D"
|
|
70
70
|
#else
|
|
71
71
|
"ConnectedSpacesPlatform"
|
|
@@ -82,7 +82,7 @@ namespace Csp.Multiplayer
|
|
|
82
82
|
DllImport(
|
|
83
83
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
84
84
|
"__Internal"
|
|
85
|
-
#elif DEBUG
|
|
85
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
86
|
"ConnectedSpacesPlatform_D"
|
|
87
87
|
#else
|
|
88
88
|
"ConnectedSpacesPlatform"
|
|
@@ -98,7 +98,7 @@ namespace Csp.Multiplayer
|
|
|
98
98
|
DllImport(
|
|
99
99
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
100
100
|
"__Internal"
|
|
101
|
-
#elif DEBUG
|
|
101
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
102
102
|
"ConnectedSpacesPlatform_D"
|
|
103
103
|
#else
|
|
104
104
|
"ConnectedSpacesPlatform"
|
|
@@ -115,7 +115,7 @@ namespace Csp.Multiplayer
|
|
|
115
115
|
DllImport(
|
|
116
116
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
117
117
|
"__Internal"
|
|
118
|
-
#elif DEBUG
|
|
118
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
119
119
|
"ConnectedSpacesPlatform_D"
|
|
120
120
|
#else
|
|
121
121
|
"ConnectedSpacesPlatform"
|
|
@@ -129,7 +129,7 @@ namespace Csp.Multiplayer
|
|
|
129
129
|
DllImport(
|
|
130
130
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
131
131
|
"__Internal"
|
|
132
|
-
#elif DEBUG
|
|
132
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
133
133
|
"ConnectedSpacesPlatform_D"
|
|
134
134
|
#else
|
|
135
135
|
"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"
|
|
@@ -160,7 +160,7 @@ namespace Csp.Multiplayer
|
|
|
160
160
|
DllImport(
|
|
161
161
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
162
162
|
"__Internal"
|
|
163
|
-
#elif DEBUG
|
|
163
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
164
164
|
"ConnectedSpacesPlatform_D"
|
|
165
165
|
#else
|
|
166
166
|
"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"
|
|
@@ -191,7 +191,7 @@ namespace Csp.Multiplayer
|
|
|
191
191
|
DllImport(
|
|
192
192
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
193
193
|
"__Internal"
|
|
194
|
-
#elif DEBUG
|
|
194
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
195
195
|
"ConnectedSpacesPlatform_D"
|
|
196
196
|
#else
|
|
197
197
|
"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"
|
|
@@ -224,7 +224,7 @@ namespace Csp.Multiplayer
|
|
|
224
224
|
DllImport(
|
|
225
225
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
226
226
|
"__Internal"
|
|
227
|
-
#elif DEBUG
|
|
227
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
228
228
|
"ConnectedSpacesPlatform_D"
|
|
229
229
|
#else
|
|
230
230
|
"ConnectedSpacesPlatform"
|
|
@@ -241,7 +241,7 @@ namespace Csp.Multiplayer
|
|
|
241
241
|
DllImport(
|
|
242
242
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
243
243
|
"__Internal"
|
|
244
|
-
#elif DEBUG
|
|
244
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
245
245
|
"ConnectedSpacesPlatform_D"
|
|
246
246
|
#else
|
|
247
247
|
"ConnectedSpacesPlatform"
|
|
@@ -255,7 +255,7 @@ namespace Csp.Multiplayer
|
|
|
255
255
|
DllImport(
|
|
256
256
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
257
257
|
"__Internal"
|
|
258
|
-
#elif DEBUG
|
|
258
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
259
259
|
"ConnectedSpacesPlatform_D"
|
|
260
260
|
#else
|
|
261
261
|
"ConnectedSpacesPlatform"
|
|
@@ -272,7 +272,7 @@ namespace Csp.Multiplayer
|
|
|
272
272
|
DllImport(
|
|
273
273
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
274
274
|
"__Internal"
|
|
275
|
-
#elif DEBUG
|
|
275
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
276
276
|
"ConnectedSpacesPlatform_D"
|
|
277
277
|
#else
|
|
278
278
|
"ConnectedSpacesPlatform"
|
|
@@ -286,7 +286,7 @@ namespace Csp.Multiplayer
|
|
|
286
286
|
DllImport(
|
|
287
287
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
288
288
|
"__Internal"
|
|
289
|
-
#elif DEBUG
|
|
289
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
290
290
|
"ConnectedSpacesPlatform_D"
|
|
291
291
|
#else
|
|
292
292
|
"ConnectedSpacesPlatform"
|
|
@@ -303,7 +303,7 @@ namespace Csp.Multiplayer
|
|
|
303
303
|
DllImport(
|
|
304
304
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
305
305
|
"__Internal"
|
|
306
|
-
#elif DEBUG
|
|
306
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
307
307
|
"ConnectedSpacesPlatform_D"
|
|
308
308
|
#else
|
|
309
309
|
"ConnectedSpacesPlatform"
|
|
@@ -319,7 +319,7 @@ namespace Csp.Multiplayer
|
|
|
319
319
|
DllImport(
|
|
320
320
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
321
321
|
"__Internal"
|
|
322
|
-
#elif DEBUG
|
|
322
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
323
323
|
"ConnectedSpacesPlatform_D"
|
|
324
324
|
#else
|
|
325
325
|
"ConnectedSpacesPlatform"
|
|
@@ -336,7 +336,7 @@ namespace Csp.Multiplayer
|
|
|
336
336
|
DllImport(
|
|
337
337
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
338
338
|
"__Internal"
|
|
339
|
-
#elif DEBUG
|
|
339
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
340
340
|
"ConnectedSpacesPlatform_D"
|
|
341
341
|
#else
|
|
342
342
|
"ConnectedSpacesPlatform"
|
|
@@ -350,7 +350,7 @@ namespace Csp.Multiplayer
|
|
|
350
350
|
DllImport(
|
|
351
351
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
352
352
|
"__Internal"
|
|
353
|
-
#elif DEBUG
|
|
353
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
354
354
|
"ConnectedSpacesPlatform_D"
|
|
355
355
|
#else
|
|
356
356
|
"ConnectedSpacesPlatform"
|
|
@@ -367,7 +367,7 @@ namespace Csp.Multiplayer
|
|
|
367
367
|
DllImport(
|
|
368
368
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
369
369
|
"__Internal"
|
|
370
|
-
#elif DEBUG
|
|
370
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
371
371
|
"ConnectedSpacesPlatform_D"
|
|
372
372
|
#else
|
|
373
373
|
"ConnectedSpacesPlatform"
|
|
@@ -32,7 +32,7 @@ namespace Csp.Multiplayer
|
|
|
32
32
|
DllImport(
|
|
33
33
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
34
34
|
"__Internal"
|
|
35
|
-
#elif DEBUG
|
|
35
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
36
36
|
"ConnectedSpacesPlatform_D"
|
|
37
37
|
#else
|
|
38
38
|
"ConnectedSpacesPlatform"
|
|
@@ -46,7 +46,7 @@ namespace Csp.Multiplayer
|
|
|
46
46
|
DllImport(
|
|
47
47
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
48
48
|
"__Internal"
|
|
49
|
-
#elif DEBUG
|
|
49
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
50
50
|
"ConnectedSpacesPlatform_D"
|
|
51
51
|
#else
|
|
52
52
|
"ConnectedSpacesPlatform"
|
|
@@ -60,7 +60,7 @@ namespace Csp.Multiplayer
|
|
|
60
60
|
DllImport(
|
|
61
61
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
62
62
|
"__Internal"
|
|
63
|
-
#elif DEBUG
|
|
63
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
64
64
|
"ConnectedSpacesPlatform_D"
|
|
65
65
|
#else
|
|
66
66
|
"ConnectedSpacesPlatform"
|
|
@@ -74,7 +74,7 @@ namespace Csp.Multiplayer
|
|
|
74
74
|
DllImport(
|
|
75
75
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
76
76
|
"__Internal"
|
|
77
|
-
#elif DEBUG
|
|
77
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
78
78
|
"ConnectedSpacesPlatform_D"
|
|
79
79
|
#else
|
|
80
80
|
"ConnectedSpacesPlatform"
|
|
@@ -88,7 +88,7 @@ namespace Csp.Multiplayer
|
|
|
88
88
|
DllImport(
|
|
89
89
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
90
90
|
"__Internal"
|
|
91
|
-
#elif DEBUG
|
|
91
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
92
92
|
"ConnectedSpacesPlatform_D"
|
|
93
93
|
#else
|
|
94
94
|
"ConnectedSpacesPlatform"
|
|
@@ -105,7 +105,7 @@ namespace Csp.Multiplayer
|
|
|
105
105
|
DllImport(
|
|
106
106
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
107
107
|
"__Internal"
|
|
108
|
-
#elif DEBUG
|
|
108
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
109
109
|
"ConnectedSpacesPlatform_D"
|
|
110
110
|
#else
|
|
111
111
|
"ConnectedSpacesPlatform"
|
|
@@ -119,7 +119,7 @@ namespace Csp.Multiplayer
|
|
|
119
119
|
DllImport(
|
|
120
120
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
121
121
|
"__Internal"
|
|
122
|
-
#elif DEBUG
|
|
122
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
123
123
|
"ConnectedSpacesPlatform_D"
|
|
124
124
|
#else
|
|
125
125
|
"ConnectedSpacesPlatform"
|
|
@@ -136,7 +136,7 @@ namespace Csp.Multiplayer
|
|
|
136
136
|
DllImport(
|
|
137
137
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
138
138
|
"__Internal"
|
|
139
|
-
#elif DEBUG
|
|
139
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
140
140
|
"ConnectedSpacesPlatform_D"
|
|
141
141
|
#else
|
|
142
142
|
"ConnectedSpacesPlatform"
|
|
@@ -150,7 +150,7 @@ namespace Csp.Multiplayer
|
|
|
150
150
|
DllImport(
|
|
151
151
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
152
152
|
"__Internal"
|
|
153
|
-
#elif DEBUG
|
|
153
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
154
154
|
"ConnectedSpacesPlatform_D"
|
|
155
155
|
#else
|
|
156
156
|
"ConnectedSpacesPlatform"
|
|
@@ -167,7 +167,7 @@ namespace Csp.Multiplayer
|
|
|
167
167
|
DllImport(
|
|
168
168
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
169
169
|
"__Internal"
|
|
170
|
-
#elif DEBUG
|
|
170
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
171
|
"ConnectedSpacesPlatform_D"
|
|
172
172
|
#else
|
|
173
173
|
"ConnectedSpacesPlatform"
|
|
@@ -181,7 +181,7 @@ namespace Csp.Multiplayer
|
|
|
181
181
|
DllImport(
|
|
182
182
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
183
183
|
"__Internal"
|
|
184
|
-
#elif DEBUG
|
|
184
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
185
185
|
"ConnectedSpacesPlatform_D"
|
|
186
186
|
#else
|
|
187
187
|
"ConnectedSpacesPlatform"
|
|
@@ -198,7 +198,7 @@ namespace Csp.Multiplayer
|
|
|
198
198
|
DllImport(
|
|
199
199
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
200
200
|
"__Internal"
|
|
201
|
-
#elif DEBUG
|
|
201
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
202
202
|
"ConnectedSpacesPlatform_D"
|
|
203
203
|
#else
|
|
204
204
|
"ConnectedSpacesPlatform"
|
|
@@ -212,7 +212,7 @@ namespace Csp.Multiplayer
|
|
|
212
212
|
DllImport(
|
|
213
213
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
214
214
|
"__Internal"
|
|
215
|
-
#elif DEBUG
|
|
215
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
216
216
|
"ConnectedSpacesPlatform_D"
|
|
217
217
|
#else
|
|
218
218
|
"ConnectedSpacesPlatform"
|
|
@@ -229,7 +229,7 @@ namespace Csp.Multiplayer
|
|
|
229
229
|
DllImport(
|
|
230
230
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
231
231
|
"__Internal"
|
|
232
|
-
#elif DEBUG
|
|
232
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
233
233
|
"ConnectedSpacesPlatform_D"
|
|
234
234
|
#else
|
|
235
235
|
"ConnectedSpacesPlatform"
|
|
@@ -243,7 +243,7 @@ namespace Csp.Multiplayer
|
|
|
243
243
|
DllImport(
|
|
244
244
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
245
245
|
"__Internal"
|
|
246
|
-
#elif DEBUG
|
|
246
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
247
247
|
"ConnectedSpacesPlatform_D"
|
|
248
248
|
#else
|
|
249
249
|
"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"
|
|
@@ -291,7 +291,7 @@ namespace Csp.Multiplayer
|
|
|
291
291
|
DllImport(
|
|
292
292
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
293
293
|
"__Internal"
|
|
294
|
-
#elif DEBUG
|
|
294
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
295
295
|
"ConnectedSpacesPlatform_D"
|
|
296
296
|
#else
|
|
297
297
|
"ConnectedSpacesPlatform"
|
|
@@ -305,7 +305,7 @@ namespace Csp.Multiplayer
|
|
|
305
305
|
DllImport(
|
|
306
306
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
307
307
|
"__Internal"
|
|
308
|
-
#elif DEBUG
|
|
308
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
309
309
|
"ConnectedSpacesPlatform_D"
|
|
310
310
|
#else
|
|
311
311
|
"ConnectedSpacesPlatform"
|
|
@@ -319,7 +319,7 @@ namespace Csp.Multiplayer
|
|
|
319
319
|
DllImport(
|
|
320
320
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
321
321
|
"__Internal"
|
|
322
|
-
#elif DEBUG
|
|
322
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
323
323
|
"ConnectedSpacesPlatform_D"
|
|
324
324
|
#else
|
|
325
325
|
"ConnectedSpacesPlatform"
|
|
@@ -333,7 +333,7 @@ namespace Csp.Multiplayer
|
|
|
333
333
|
DllImport(
|
|
334
334
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
335
335
|
"__Internal"
|
|
336
|
-
#elif DEBUG
|
|
336
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
337
337
|
"ConnectedSpacesPlatform_D"
|
|
338
338
|
#else
|
|
339
339
|
"ConnectedSpacesPlatform"
|
|
@@ -350,7 +350,7 @@ namespace Csp.Multiplayer
|
|
|
350
350
|
DllImport(
|
|
351
351
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
352
352
|
"__Internal"
|
|
353
|
-
#elif DEBUG
|
|
353
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
354
354
|
"ConnectedSpacesPlatform_D"
|
|
355
355
|
#else
|
|
356
356
|
"ConnectedSpacesPlatform"
|
|
@@ -364,7 +364,7 @@ namespace Csp.Multiplayer
|
|
|
364
364
|
DllImport(
|
|
365
365
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
366
366
|
"__Internal"
|
|
367
|
-
#elif DEBUG
|
|
367
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
368
368
|
"ConnectedSpacesPlatform_D"
|
|
369
369
|
#else
|
|
370
370
|
"ConnectedSpacesPlatform"
|
|
@@ -381,7 +381,7 @@ namespace Csp.Multiplayer
|
|
|
381
381
|
DllImport(
|
|
382
382
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
383
383
|
"__Internal"
|
|
384
|
-
#elif DEBUG
|
|
384
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
385
385
|
"ConnectedSpacesPlatform_D"
|
|
386
386
|
#else
|
|
387
387
|
"ConnectedSpacesPlatform"
|
|
@@ -395,7 +395,7 @@ namespace Csp.Multiplayer
|
|
|
395
395
|
DllImport(
|
|
396
396
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
397
397
|
"__Internal"
|
|
398
|
-
#elif DEBUG
|
|
398
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
399
399
|
"ConnectedSpacesPlatform_D"
|
|
400
400
|
#else
|
|
401
401
|
"ConnectedSpacesPlatform"
|
|
@@ -412,7 +412,7 @@ namespace Csp.Multiplayer
|
|
|
412
412
|
DllImport(
|
|
413
413
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
414
414
|
"__Internal"
|
|
415
|
-
#elif DEBUG
|
|
415
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
416
416
|
"ConnectedSpacesPlatform_D"
|
|
417
417
|
#else
|
|
418
418
|
"ConnectedSpacesPlatform"
|
|
@@ -428,7 +428,7 @@ namespace Csp.Multiplayer
|
|
|
428
428
|
DllImport(
|
|
429
429
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
430
430
|
"__Internal"
|
|
431
|
-
#elif DEBUG
|
|
431
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
432
432
|
"ConnectedSpacesPlatform_D"
|
|
433
433
|
#else
|
|
434
434
|
"ConnectedSpacesPlatform"
|
|
@@ -445,7 +445,7 @@ namespace Csp.Multiplayer
|
|
|
445
445
|
DllImport(
|
|
446
446
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
447
447
|
"__Internal"
|
|
448
|
-
#elif DEBUG
|
|
448
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
449
449
|
"ConnectedSpacesPlatform_D"
|
|
450
450
|
#else
|
|
451
451
|
"ConnectedSpacesPlatform"
|
|
@@ -459,7 +459,7 @@ namespace Csp.Multiplayer
|
|
|
459
459
|
DllImport(
|
|
460
460
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
461
461
|
"__Internal"
|
|
462
|
-
#elif DEBUG
|
|
462
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
463
463
|
"ConnectedSpacesPlatform_D"
|
|
464
464
|
#else
|
|
465
465
|
"ConnectedSpacesPlatform"
|
|
@@ -476,7 +476,7 @@ namespace Csp.Multiplayer
|
|
|
476
476
|
DllImport(
|
|
477
477
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
478
478
|
"__Internal"
|
|
479
|
-
#elif DEBUG
|
|
479
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
480
480
|
"ConnectedSpacesPlatform_D"
|
|
481
481
|
#else
|
|
482
482
|
"ConnectedSpacesPlatform"
|
|
@@ -490,7 +490,7 @@ namespace Csp.Multiplayer
|
|
|
490
490
|
DllImport(
|
|
491
491
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
492
492
|
"__Internal"
|
|
493
|
-
#elif DEBUG
|
|
493
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
494
494
|
"ConnectedSpacesPlatform_D"
|
|
495
495
|
#else
|
|
496
496
|
"ConnectedSpacesPlatform"
|
|
@@ -507,7 +507,7 @@ namespace Csp.Multiplayer
|
|
|
507
507
|
DllImport(
|
|
508
508
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
509
509
|
"__Internal"
|
|
510
|
-
#elif DEBUG
|
|
510
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
511
511
|
"ConnectedSpacesPlatform_D"
|
|
512
512
|
#else
|
|
513
513
|
"ConnectedSpacesPlatform"
|
|
@@ -523,7 +523,7 @@ namespace Csp.Multiplayer
|
|
|
523
523
|
DllImport(
|
|
524
524
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
525
525
|
"__Internal"
|
|
526
|
-
#elif DEBUG
|
|
526
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
527
527
|
"ConnectedSpacesPlatform_D"
|
|
528
528
|
#else
|
|
529
529
|
"ConnectedSpacesPlatform"
|
|
@@ -540,7 +540,7 @@ namespace Csp.Multiplayer
|
|
|
540
540
|
DllImport(
|
|
541
541
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
542
542
|
"__Internal"
|
|
543
|
-
#elif DEBUG
|
|
543
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
544
544
|
"ConnectedSpacesPlatform_D"
|
|
545
545
|
#else
|
|
546
546
|
"ConnectedSpacesPlatform"
|
|
@@ -554,7 +554,7 @@ namespace Csp.Multiplayer
|
|
|
554
554
|
DllImport(
|
|
555
555
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
556
556
|
"__Internal"
|
|
557
|
-
#elif DEBUG
|
|
557
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
558
558
|
"ConnectedSpacesPlatform_D"
|
|
559
559
|
#else
|
|
560
560
|
"ConnectedSpacesPlatform"
|
|
@@ -571,7 +571,7 @@ namespace Csp.Multiplayer
|
|
|
571
571
|
DllImport(
|
|
572
572
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
573
573
|
"__Internal"
|
|
574
|
-
#elif DEBUG
|
|
574
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
575
575
|
"ConnectedSpacesPlatform_D"
|
|
576
576
|
#else
|
|
577
577
|
"ConnectedSpacesPlatform"
|
|
@@ -585,7 +585,7 @@ namespace Csp.Multiplayer
|
|
|
585
585
|
DllImport(
|
|
586
586
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
587
587
|
"__Internal"
|
|
588
|
-
#elif DEBUG
|
|
588
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
589
589
|
"ConnectedSpacesPlatform_D"
|
|
590
590
|
#else
|
|
591
591
|
"ConnectedSpacesPlatform"
|
|
@@ -602,7 +602,7 @@ namespace Csp.Multiplayer
|
|
|
602
602
|
DllImport(
|
|
603
603
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
604
604
|
"__Internal"
|
|
605
|
-
#elif DEBUG
|
|
605
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
606
606
|
"ConnectedSpacesPlatform_D"
|
|
607
607
|
#else
|
|
608
608
|
"ConnectedSpacesPlatform"
|
|
@@ -616,7 +616,7 @@ namespace Csp.Multiplayer
|
|
|
616
616
|
DllImport(
|
|
617
617
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
618
618
|
"__Internal"
|
|
619
|
-
#elif DEBUG
|
|
619
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
620
620
|
"ConnectedSpacesPlatform_D"
|
|
621
621
|
#else
|
|
622
622
|
"ConnectedSpacesPlatform"
|
|
@@ -633,7 +633,7 @@ namespace Csp.Multiplayer
|
|
|
633
633
|
DllImport(
|
|
634
634
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
635
635
|
"__Internal"
|
|
636
|
-
#elif DEBUG
|
|
636
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
637
637
|
"ConnectedSpacesPlatform_D"
|
|
638
638
|
#else
|
|
639
639
|
"ConnectedSpacesPlatform"
|
|
@@ -647,7 +647,7 @@ namespace Csp.Multiplayer
|
|
|
647
647
|
DllImport(
|
|
648
648
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
649
649
|
"__Internal"
|
|
650
|
-
#elif DEBUG
|
|
650
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
651
651
|
"ConnectedSpacesPlatform_D"
|
|
652
652
|
#else
|
|
653
653
|
"ConnectedSpacesPlatform"
|
|
@@ -664,7 +664,7 @@ namespace Csp.Multiplayer
|
|
|
664
664
|
DllImport(
|
|
665
665
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
666
666
|
"__Internal"
|
|
667
|
-
#elif DEBUG
|
|
667
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
668
668
|
"ConnectedSpacesPlatform_D"
|
|
669
669
|
#else
|
|
670
670
|
"ConnectedSpacesPlatform"
|