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
|
@@ -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"
|
|
@@ -164,7 +164,7 @@ namespace Csp.Multiplayer
|
|
|
164
164
|
DllImport(
|
|
165
165
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
166
166
|
"__Internal"
|
|
167
|
-
#elif DEBUG
|
|
167
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
168
168
|
"ConnectedSpacesPlatform_D"
|
|
169
169
|
#else
|
|
170
170
|
"ConnectedSpacesPlatform"
|
|
@@ -178,7 +178,7 @@ namespace Csp.Multiplayer
|
|
|
178
178
|
DllImport(
|
|
179
179
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
180
180
|
"__Internal"
|
|
181
|
-
#elif DEBUG
|
|
181
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
182
182
|
"ConnectedSpacesPlatform_D"
|
|
183
183
|
#else
|
|
184
184
|
"ConnectedSpacesPlatform"
|
|
@@ -192,7 +192,7 @@ namespace Csp.Multiplayer
|
|
|
192
192
|
DllImport(
|
|
193
193
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
194
194
|
"__Internal"
|
|
195
|
-
#elif DEBUG
|
|
195
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
196
196
|
"ConnectedSpacesPlatform_D"
|
|
197
197
|
#else
|
|
198
198
|
"ConnectedSpacesPlatform"
|
|
@@ -206,7 +206,7 @@ namespace Csp.Multiplayer
|
|
|
206
206
|
DllImport(
|
|
207
207
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
208
208
|
"__Internal"
|
|
209
|
-
#elif DEBUG
|
|
209
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
210
210
|
"ConnectedSpacesPlatform_D"
|
|
211
211
|
#else
|
|
212
212
|
"ConnectedSpacesPlatform"
|
|
@@ -220,7 +220,7 @@ namespace Csp.Multiplayer
|
|
|
220
220
|
DllImport(
|
|
221
221
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
222
222
|
"__Internal"
|
|
223
|
-
#elif DEBUG
|
|
223
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
224
224
|
"ConnectedSpacesPlatform_D"
|
|
225
225
|
#else
|
|
226
226
|
"ConnectedSpacesPlatform"
|
|
@@ -234,7 +234,7 @@ namespace Csp.Multiplayer
|
|
|
234
234
|
DllImport(
|
|
235
235
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
236
236
|
"__Internal"
|
|
237
|
-
#elif DEBUG
|
|
237
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
238
238
|
"ConnectedSpacesPlatform_D"
|
|
239
239
|
#else
|
|
240
240
|
"ConnectedSpacesPlatform"
|
|
@@ -248,7 +248,7 @@ namespace Csp.Multiplayer
|
|
|
248
248
|
DllImport(
|
|
249
249
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
250
250
|
"__Internal"
|
|
251
|
-
#elif DEBUG
|
|
251
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
252
252
|
"ConnectedSpacesPlatform_D"
|
|
253
253
|
#else
|
|
254
254
|
"ConnectedSpacesPlatform"
|
|
@@ -262,7 +262,7 @@ namespace Csp.Multiplayer
|
|
|
262
262
|
DllImport(
|
|
263
263
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
264
264
|
"__Internal"
|
|
265
|
-
#elif DEBUG
|
|
265
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
266
266
|
"ConnectedSpacesPlatform_D"
|
|
267
267
|
#else
|
|
268
268
|
"ConnectedSpacesPlatform"
|
|
@@ -276,7 +276,7 @@ namespace Csp.Multiplayer
|
|
|
276
276
|
DllImport(
|
|
277
277
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
278
278
|
"__Internal"
|
|
279
|
-
#elif DEBUG
|
|
279
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
280
280
|
"ConnectedSpacesPlatform_D"
|
|
281
281
|
#else
|
|
282
282
|
"ConnectedSpacesPlatform"
|
|
@@ -290,7 +290,7 @@ namespace Csp.Multiplayer
|
|
|
290
290
|
DllImport(
|
|
291
291
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
292
292
|
"__Internal"
|
|
293
|
-
#elif DEBUG
|
|
293
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
294
294
|
"ConnectedSpacesPlatform_D"
|
|
295
295
|
#else
|
|
296
296
|
"ConnectedSpacesPlatform"
|
|
@@ -304,7 +304,7 @@ namespace Csp.Multiplayer
|
|
|
304
304
|
DllImport(
|
|
305
305
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
306
306
|
"__Internal"
|
|
307
|
-
#elif DEBUG
|
|
307
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
308
308
|
"ConnectedSpacesPlatform_D"
|
|
309
309
|
#else
|
|
310
310
|
"ConnectedSpacesPlatform"
|
|
@@ -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"
|
|
@@ -76,7 +76,7 @@ namespace Csp.Multiplayer
|
|
|
76
76
|
DllImport(
|
|
77
77
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
78
78
|
"__Internal"
|
|
79
|
-
#elif DEBUG
|
|
79
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
80
80
|
"ConnectedSpacesPlatform_D"
|
|
81
81
|
#else
|
|
82
82
|
"ConnectedSpacesPlatform"
|
|
@@ -90,7 +90,7 @@ namespace Csp.Multiplayer
|
|
|
90
90
|
DllImport(
|
|
91
91
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
92
92
|
"__Internal"
|
|
93
|
-
#elif DEBUG
|
|
93
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
94
94
|
"ConnectedSpacesPlatform_D"
|
|
95
95
|
#else
|
|
96
96
|
"ConnectedSpacesPlatform"
|
|
@@ -107,7 +107,7 @@ namespace Csp.Multiplayer
|
|
|
107
107
|
DllImport(
|
|
108
108
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
109
109
|
"__Internal"
|
|
110
|
-
#elif DEBUG
|
|
110
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
111
111
|
"ConnectedSpacesPlatform_D"
|
|
112
112
|
#else
|
|
113
113
|
"ConnectedSpacesPlatform"
|
|
@@ -121,7 +121,7 @@ namespace Csp.Multiplayer
|
|
|
121
121
|
DllImport(
|
|
122
122
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
123
123
|
"__Internal"
|
|
124
|
-
#elif DEBUG
|
|
124
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
125
125
|
"ConnectedSpacesPlatform_D"
|
|
126
126
|
#else
|
|
127
127
|
"ConnectedSpacesPlatform"
|
|
@@ -135,7 +135,7 @@ namespace Csp.Multiplayer
|
|
|
135
135
|
DllImport(
|
|
136
136
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
137
137
|
"__Internal"
|
|
138
|
-
#elif DEBUG
|
|
138
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
139
139
|
"ConnectedSpacesPlatform_D"
|
|
140
140
|
#else
|
|
141
141
|
"ConnectedSpacesPlatform"
|
|
@@ -151,7 +151,7 @@ namespace Csp.Multiplayer
|
|
|
151
151
|
DllImport(
|
|
152
152
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
153
153
|
"__Internal"
|
|
154
|
-
#elif DEBUG
|
|
154
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
155
155
|
"ConnectedSpacesPlatform_D"
|
|
156
156
|
#else
|
|
157
157
|
"ConnectedSpacesPlatform"
|
|
@@ -168,7 +168,7 @@ namespace Csp.Multiplayer
|
|
|
168
168
|
DllImport(
|
|
169
169
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
170
170
|
"__Internal"
|
|
171
|
-
#elif DEBUG
|
|
171
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
172
172
|
"ConnectedSpacesPlatform_D"
|
|
173
173
|
#else
|
|
174
174
|
"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"
|
|
@@ -263,7 +263,7 @@ namespace Csp.Multiplayer
|
|
|
263
263
|
DllImport(
|
|
264
264
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
265
265
|
"__Internal"
|
|
266
|
-
#elif DEBUG
|
|
266
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
267
267
|
"ConnectedSpacesPlatform_D"
|
|
268
268
|
#else
|
|
269
269
|
"ConnectedSpacesPlatform"
|
|
@@ -279,7 +279,7 @@ namespace Csp.Multiplayer
|
|
|
279
279
|
DllImport(
|
|
280
280
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
281
281
|
"__Internal"
|
|
282
|
-
#elif DEBUG
|
|
282
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
283
283
|
"ConnectedSpacesPlatform_D"
|
|
284
284
|
#else
|
|
285
285
|
"ConnectedSpacesPlatform"
|
|
@@ -295,7 +295,7 @@ namespace Csp.Multiplayer
|
|
|
295
295
|
DllImport(
|
|
296
296
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
297
297
|
"__Internal"
|
|
298
|
-
#elif DEBUG
|
|
298
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
299
299
|
"ConnectedSpacesPlatform_D"
|
|
300
300
|
#else
|
|
301
301
|
"ConnectedSpacesPlatform"
|
|
@@ -311,7 +311,7 @@ namespace Csp.Multiplayer
|
|
|
311
311
|
DllImport(
|
|
312
312
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
313
313
|
"__Internal"
|
|
314
|
-
#elif DEBUG
|
|
314
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
315
315
|
"ConnectedSpacesPlatform_D"
|
|
316
316
|
#else
|
|
317
317
|
"ConnectedSpacesPlatform"
|
|
@@ -327,7 +327,7 @@ namespace Csp.Multiplayer
|
|
|
327
327
|
DllImport(
|
|
328
328
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
329
329
|
"__Internal"
|
|
330
|
-
#elif DEBUG
|
|
330
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
331
331
|
"ConnectedSpacesPlatform_D"
|
|
332
332
|
#else
|
|
333
333
|
"ConnectedSpacesPlatform"
|
|
@@ -341,7 +341,7 @@ namespace Csp.Multiplayer
|
|
|
341
341
|
DllImport(
|
|
342
342
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
343
343
|
"__Internal"
|
|
344
|
-
#elif DEBUG
|
|
344
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
345
345
|
"ConnectedSpacesPlatform_D"
|
|
346
346
|
#else
|
|
347
347
|
"ConnectedSpacesPlatform"
|
|
@@ -355,7 +355,7 @@ namespace Csp.Multiplayer
|
|
|
355
355
|
DllImport(
|
|
356
356
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
357
357
|
"__Internal"
|
|
358
|
-
#elif DEBUG
|
|
358
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
359
359
|
"ConnectedSpacesPlatform_D"
|
|
360
360
|
#else
|
|
361
361
|
"ConnectedSpacesPlatform"
|
|
@@ -369,7 +369,7 @@ namespace Csp.Multiplayer
|
|
|
369
369
|
DllImport(
|
|
370
370
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
371
371
|
"__Internal"
|
|
372
|
-
#elif DEBUG
|
|
372
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
373
373
|
"ConnectedSpacesPlatform_D"
|
|
374
374
|
#else
|
|
375
375
|
"ConnectedSpacesPlatform"
|
|
@@ -383,7 +383,7 @@ namespace Csp.Multiplayer
|
|
|
383
383
|
DllImport(
|
|
384
384
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
385
385
|
"__Internal"
|
|
386
|
-
#elif DEBUG
|
|
386
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
387
387
|
"ConnectedSpacesPlatform_D"
|
|
388
388
|
#else
|
|
389
389
|
"ConnectedSpacesPlatform"
|
|
@@ -400,7 +400,7 @@ namespace Csp.Multiplayer
|
|
|
400
400
|
DllImport(
|
|
401
401
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
402
402
|
"__Internal"
|
|
403
|
-
#elif DEBUG
|
|
403
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
404
404
|
"ConnectedSpacesPlatform_D"
|
|
405
405
|
#else
|
|
406
406
|
"ConnectedSpacesPlatform"
|
|
@@ -28,7 +28,7 @@ namespace Csp.Multiplayer
|
|
|
28
28
|
DllImport(
|
|
29
29
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
30
30
|
"__Internal"
|
|
31
|
-
#elif DEBUG
|
|
31
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
32
32
|
"ConnectedSpacesPlatform_D"
|
|
33
33
|
#else
|
|
34
34
|
"ConnectedSpacesPlatform"
|
|
@@ -42,7 +42,7 @@ namespace Csp.Multiplayer
|
|
|
42
42
|
DllImport(
|
|
43
43
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
44
44
|
"__Internal"
|
|
45
|
-
#elif DEBUG
|
|
45
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
46
46
|
"ConnectedSpacesPlatform_D"
|
|
47
47
|
#else
|
|
48
48
|
"ConnectedSpacesPlatform"
|
|
@@ -61,7 +61,7 @@ namespace Csp.Multiplayer
|
|
|
61
61
|
DllImport(
|
|
62
62
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
63
63
|
"__Internal"
|
|
64
|
-
#elif DEBUG
|
|
64
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
65
65
|
"ConnectedSpacesPlatform_D"
|
|
66
66
|
#else
|
|
67
67
|
"ConnectedSpacesPlatform"
|
|
@@ -79,7 +79,7 @@ namespace Csp.Multiplayer
|
|
|
79
79
|
DllImport(
|
|
80
80
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
81
81
|
"__Internal"
|
|
82
|
-
#elif DEBUG
|
|
82
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
83
83
|
"ConnectedSpacesPlatform_D"
|
|
84
84
|
#else
|
|
85
85
|
"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"
|
|
@@ -117,7 +117,7 @@ namespace Csp.Multiplayer
|
|
|
117
117
|
DllImport(
|
|
118
118
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
119
119
|
"__Internal"
|
|
120
|
-
#elif DEBUG
|
|
120
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
121
121
|
"ConnectedSpacesPlatform_D"
|
|
122
122
|
#else
|
|
123
123
|
"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"
|
|
@@ -154,7 +154,7 @@ namespace Csp.Multiplayer
|
|
|
154
154
|
DllImport(
|
|
155
155
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
156
156
|
"__Internal"
|
|
157
|
-
#elif DEBUG
|
|
157
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
158
158
|
"ConnectedSpacesPlatform_D"
|
|
159
159
|
#else
|
|
160
160
|
"ConnectedSpacesPlatform"
|
|
@@ -172,7 +172,7 @@ namespace Csp.Multiplayer
|
|
|
172
172
|
DllImport(
|
|
173
173
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
174
174
|
"__Internal"
|
|
175
|
-
#elif DEBUG
|
|
175
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
176
176
|
"ConnectedSpacesPlatform_D"
|
|
177
177
|
#else
|
|
178
178
|
"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"
|
|
@@ -210,7 +210,7 @@ namespace Csp.Multiplayer
|
|
|
210
210
|
DllImport(
|
|
211
211
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
212
212
|
"__Internal"
|
|
213
|
-
#elif DEBUG
|
|
213
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
214
214
|
"ConnectedSpacesPlatform_D"
|
|
215
215
|
#else
|
|
216
216
|
"ConnectedSpacesPlatform"
|
|
@@ -230,7 +230,7 @@ namespace Csp.Multiplayer
|
|
|
230
230
|
DllImport(
|
|
231
231
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
232
232
|
"__Internal"
|
|
233
|
-
#elif DEBUG
|
|
233
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
234
234
|
"ConnectedSpacesPlatform_D"
|
|
235
235
|
#else
|
|
236
236
|
"ConnectedSpacesPlatform"
|
|
@@ -244,7 +244,7 @@ namespace Csp.Multiplayer
|
|
|
244
244
|
DllImport(
|
|
245
245
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
246
246
|
"__Internal"
|
|
247
|
-
#elif DEBUG
|
|
247
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
248
248
|
"ConnectedSpacesPlatform_D"
|
|
249
249
|
#else
|
|
250
250
|
"ConnectedSpacesPlatform"
|
|
@@ -261,7 +261,7 @@ namespace Csp.Multiplayer
|
|
|
261
261
|
DllImport(
|
|
262
262
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
263
263
|
"__Internal"
|
|
264
|
-
#elif DEBUG
|
|
264
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
265
265
|
"ConnectedSpacesPlatform_D"
|
|
266
266
|
#else
|
|
267
267
|
"ConnectedSpacesPlatform"
|
|
@@ -275,7 +275,7 @@ namespace Csp.Multiplayer
|
|
|
275
275
|
DllImport(
|
|
276
276
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
277
277
|
"__Internal"
|
|
278
|
-
#elif DEBUG
|
|
278
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
279
279
|
"ConnectedSpacesPlatform_D"
|
|
280
280
|
#else
|
|
281
281
|
"ConnectedSpacesPlatform"
|
|
@@ -292,7 +292,7 @@ namespace Csp.Multiplayer
|
|
|
292
292
|
DllImport(
|
|
293
293
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
294
294
|
"__Internal"
|
|
295
|
-
#elif DEBUG
|
|
295
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
296
296
|
"ConnectedSpacesPlatform_D"
|
|
297
297
|
#else
|
|
298
298
|
"ConnectedSpacesPlatform"
|
|
@@ -306,7 +306,7 @@ namespace Csp.Multiplayer
|
|
|
306
306
|
DllImport(
|
|
307
307
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
308
308
|
"__Internal"
|
|
309
|
-
#elif DEBUG
|
|
309
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
310
310
|
"ConnectedSpacesPlatform_D"
|
|
311
311
|
#else
|
|
312
312
|
"ConnectedSpacesPlatform"
|
|
@@ -320,7 +320,7 @@ namespace Csp.Multiplayer
|
|
|
320
320
|
DllImport(
|
|
321
321
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
322
322
|
"__Internal"
|
|
323
|
-
#elif DEBUG
|
|
323
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
324
324
|
"ConnectedSpacesPlatform_D"
|
|
325
325
|
#else
|
|
326
326
|
"ConnectedSpacesPlatform"
|
|
@@ -334,7 +334,7 @@ namespace Csp.Multiplayer
|
|
|
334
334
|
DllImport(
|
|
335
335
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
336
336
|
"__Internal"
|
|
337
|
-
#elif DEBUG
|
|
337
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
338
338
|
"ConnectedSpacesPlatform_D"
|
|
339
339
|
#else
|
|
340
340
|
"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"
|
|
@@ -365,7 +365,7 @@ namespace Csp.Multiplayer
|
|
|
365
365
|
DllImport(
|
|
366
366
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
367
367
|
"__Internal"
|
|
368
|
-
#elif DEBUG
|
|
368
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
369
369
|
"ConnectedSpacesPlatform_D"
|
|
370
370
|
#else
|
|
371
371
|
"ConnectedSpacesPlatform"
|
|
@@ -382,7 +382,7 @@ namespace Csp.Multiplayer
|
|
|
382
382
|
DllImport(
|
|
383
383
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
384
384
|
"__Internal"
|
|
385
|
-
#elif DEBUG
|
|
385
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
386
386
|
"ConnectedSpacesPlatform_D"
|
|
387
387
|
#else
|
|
388
388
|
"ConnectedSpacesPlatform"
|
|
@@ -396,7 +396,7 @@ namespace Csp.Multiplayer
|
|
|
396
396
|
DllImport(
|
|
397
397
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
398
398
|
"__Internal"
|
|
399
|
-
#elif DEBUG
|
|
399
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
400
400
|
"ConnectedSpacesPlatform_D"
|
|
401
401
|
#else
|
|
402
402
|
"ConnectedSpacesPlatform"
|
|
@@ -413,7 +413,7 @@ namespace Csp.Multiplayer
|
|
|
413
413
|
DllImport(
|
|
414
414
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
415
415
|
"__Internal"
|
|
416
|
-
#elif DEBUG
|
|
416
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
417
417
|
"ConnectedSpacesPlatform_D"
|
|
418
418
|
#else
|
|
419
419
|
"ConnectedSpacesPlatform"
|
|
@@ -427,7 +427,7 @@ namespace Csp.Multiplayer
|
|
|
427
427
|
DllImport(
|
|
428
428
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
429
429
|
"__Internal"
|
|
430
|
-
#elif DEBUG
|
|
430
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
431
431
|
"ConnectedSpacesPlatform_D"
|
|
432
432
|
#else
|
|
433
433
|
"ConnectedSpacesPlatform"
|
|
@@ -444,7 +444,7 @@ namespace Csp.Multiplayer
|
|
|
444
444
|
DllImport(
|
|
445
445
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
446
446
|
"__Internal"
|
|
447
|
-
#elif DEBUG
|
|
447
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
448
448
|
"ConnectedSpacesPlatform_D"
|
|
449
449
|
#else
|
|
450
450
|
"ConnectedSpacesPlatform"
|
|
@@ -458,7 +458,7 @@ namespace Csp.Multiplayer
|
|
|
458
458
|
DllImport(
|
|
459
459
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
460
460
|
"__Internal"
|
|
461
|
-
#elif DEBUG
|
|
461
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
462
462
|
"ConnectedSpacesPlatform_D"
|
|
463
463
|
#else
|
|
464
464
|
"ConnectedSpacesPlatform"
|