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"
|
|
@@ -43,7 +43,7 @@ namespace Csp.Multiplayer
|
|
|
43
43
|
DllImport(
|
|
44
44
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
45
45
|
"__Internal"
|
|
46
|
-
#elif DEBUG
|
|
46
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
47
47
|
"ConnectedSpacesPlatform_D"
|
|
48
48
|
#else
|
|
49
49
|
"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"
|
|
@@ -93,7 +93,7 @@ namespace Csp.Multiplayer
|
|
|
93
93
|
DllImport(
|
|
94
94
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
95
95
|
"__Internal"
|
|
96
|
-
#elif DEBUG
|
|
96
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
97
97
|
"ConnectedSpacesPlatform_D"
|
|
98
98
|
#else
|
|
99
99
|
"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"
|
|
@@ -149,7 +149,7 @@ namespace Csp.Multiplayer
|
|
|
149
149
|
DllImport(
|
|
150
150
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
151
151
|
"__Internal"
|
|
152
|
-
#elif DEBUG
|
|
152
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
153
153
|
"ConnectedSpacesPlatform_D"
|
|
154
154
|
#else
|
|
155
155
|
"ConnectedSpacesPlatform"
|
|
@@ -163,7 +163,7 @@ namespace Csp.Multiplayer
|
|
|
163
163
|
DllImport(
|
|
164
164
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
165
165
|
"__Internal"
|
|
166
|
-
#elif DEBUG
|
|
166
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
167
167
|
"ConnectedSpacesPlatform_D"
|
|
168
168
|
#else
|
|
169
169
|
"ConnectedSpacesPlatform"
|
|
@@ -177,7 +177,7 @@ namespace Csp.Multiplayer
|
|
|
177
177
|
DllImport(
|
|
178
178
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
179
179
|
"__Internal"
|
|
180
|
-
#elif DEBUG
|
|
180
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
181
181
|
"ConnectedSpacesPlatform_D"
|
|
182
182
|
#else
|
|
183
183
|
"ConnectedSpacesPlatform"
|
|
@@ -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"
|
|
@@ -205,7 +205,7 @@ namespace Csp.Multiplayer
|
|
|
205
205
|
DllImport(
|
|
206
206
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
207
207
|
"__Internal"
|
|
208
|
-
#elif DEBUG
|
|
208
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
209
209
|
"ConnectedSpacesPlatform_D"
|
|
210
210
|
#else
|
|
211
211
|
"ConnectedSpacesPlatform"
|
|
@@ -219,7 +219,7 @@ namespace Csp.Multiplayer
|
|
|
219
219
|
DllImport(
|
|
220
220
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
221
221
|
"__Internal"
|
|
222
|
-
#elif DEBUG
|
|
222
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
223
223
|
"ConnectedSpacesPlatform_D"
|
|
224
224
|
#else
|
|
225
225
|
"ConnectedSpacesPlatform"
|
|
@@ -233,7 +233,7 @@ namespace Csp.Multiplayer
|
|
|
233
233
|
DllImport(
|
|
234
234
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
235
235
|
"__Internal"
|
|
236
|
-
#elif DEBUG
|
|
236
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
237
237
|
"ConnectedSpacesPlatform_D"
|
|
238
238
|
#else
|
|
239
239
|
"ConnectedSpacesPlatform"
|
|
@@ -247,7 +247,7 @@ namespace Csp.Multiplayer
|
|
|
247
247
|
DllImport(
|
|
248
248
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
249
249
|
"__Internal"
|
|
250
|
-
#elif DEBUG
|
|
250
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
251
251
|
"ConnectedSpacesPlatform_D"
|
|
252
252
|
#else
|
|
253
253
|
"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"
|
|
@@ -289,7 +289,7 @@ namespace Csp.Multiplayer
|
|
|
289
289
|
DllImport(
|
|
290
290
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
291
291
|
"__Internal"
|
|
292
|
-
#elif DEBUG
|
|
292
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
293
293
|
"ConnectedSpacesPlatform_D"
|
|
294
294
|
#else
|
|
295
295
|
"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"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -353,7 +353,7 @@ namespace Csp.Multiplayer
|
|
|
353
353
|
DllImport(
|
|
354
354
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
355
355
|
"__Internal"
|
|
356
|
-
#elif DEBUG
|
|
356
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
357
357
|
"ConnectedSpacesPlatform_D"
|
|
358
358
|
#else
|
|
359
359
|
"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"
|
|
@@ -397,7 +397,7 @@ namespace Csp.Multiplayer
|
|
|
397
397
|
DllImport(
|
|
398
398
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
399
399
|
"__Internal"
|
|
400
|
-
#elif DEBUG
|
|
400
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
401
401
|
"ConnectedSpacesPlatform_D"
|
|
402
402
|
#else
|
|
403
403
|
"ConnectedSpacesPlatform"
|
|
@@ -415,7 +415,7 @@ namespace Csp.Multiplayer
|
|
|
415
415
|
DllImport(
|
|
416
416
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
417
417
|
"__Internal"
|
|
418
|
-
#elif DEBUG
|
|
418
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
419
419
|
"ConnectedSpacesPlatform_D"
|
|
420
420
|
#else
|
|
421
421
|
"ConnectedSpacesPlatform"
|
|
@@ -429,7 +429,7 @@ namespace Csp.Multiplayer
|
|
|
429
429
|
DllImport(
|
|
430
430
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
431
431
|
"__Internal"
|
|
432
|
-
#elif DEBUG
|
|
432
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
433
433
|
"ConnectedSpacesPlatform_D"
|
|
434
434
|
#else
|
|
435
435
|
"ConnectedSpacesPlatform"
|
|
@@ -446,7 +446,7 @@ namespace Csp.Multiplayer
|
|
|
446
446
|
DllImport(
|
|
447
447
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
448
448
|
"__Internal"
|
|
449
|
-
#elif DEBUG
|
|
449
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
450
450
|
"ConnectedSpacesPlatform_D"
|
|
451
451
|
#else
|
|
452
452
|
"ConnectedSpacesPlatform"
|
|
@@ -463,7 +463,7 @@ namespace Csp.Multiplayer
|
|
|
463
463
|
DllImport(
|
|
464
464
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
465
465
|
"__Internal"
|
|
466
|
-
#elif DEBUG
|
|
466
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
467
467
|
"ConnectedSpacesPlatform_D"
|
|
468
468
|
#else
|
|
469
469
|
"ConnectedSpacesPlatform"
|
|
@@ -477,7 +477,7 @@ namespace Csp.Multiplayer
|
|
|
477
477
|
DllImport(
|
|
478
478
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
479
479
|
"__Internal"
|
|
480
|
-
#elif DEBUG
|
|
480
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
481
481
|
"ConnectedSpacesPlatform_D"
|
|
482
482
|
#else
|
|
483
483
|
"ConnectedSpacesPlatform"
|
|
@@ -494,7 +494,7 @@ namespace Csp.Multiplayer
|
|
|
494
494
|
DllImport(
|
|
495
495
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
496
496
|
"__Internal"
|
|
497
|
-
#elif DEBUG
|
|
497
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
498
498
|
"ConnectedSpacesPlatform_D"
|
|
499
499
|
#else
|
|
500
500
|
"ConnectedSpacesPlatform"
|
|
@@ -511,7 +511,7 @@ namespace Csp.Multiplayer
|
|
|
511
511
|
DllImport(
|
|
512
512
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
513
513
|
"__Internal"
|
|
514
|
-
#elif DEBUG
|
|
514
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
515
515
|
"ConnectedSpacesPlatform_D"
|
|
516
516
|
#else
|
|
517
517
|
"ConnectedSpacesPlatform"
|
|
@@ -529,7 +529,7 @@ namespace Csp.Multiplayer
|
|
|
529
529
|
DllImport(
|
|
530
530
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
531
531
|
"__Internal"
|
|
532
|
-
#elif DEBUG
|
|
532
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
533
533
|
"ConnectedSpacesPlatform_D"
|
|
534
534
|
#else
|
|
535
535
|
"ConnectedSpacesPlatform"
|
|
@@ -546,7 +546,7 @@ namespace Csp.Multiplayer
|
|
|
546
546
|
DllImport(
|
|
547
547
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
548
548
|
"__Internal"
|
|
549
|
-
#elif DEBUG
|
|
549
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
550
550
|
"ConnectedSpacesPlatform_D"
|
|
551
551
|
#else
|
|
552
552
|
"ConnectedSpacesPlatform"
|
|
@@ -560,7 +560,7 @@ namespace Csp.Multiplayer
|
|
|
560
560
|
DllImport(
|
|
561
561
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
562
562
|
"__Internal"
|
|
563
|
-
#elif DEBUG
|
|
563
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
564
564
|
"ConnectedSpacesPlatform_D"
|
|
565
565
|
#else
|
|
566
566
|
"ConnectedSpacesPlatform"
|
|
@@ -574,7 +574,7 @@ namespace Csp.Multiplayer
|
|
|
574
574
|
DllImport(
|
|
575
575
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
576
576
|
"__Internal"
|
|
577
|
-
#elif DEBUG
|
|
577
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
578
578
|
"ConnectedSpacesPlatform_D"
|
|
579
579
|
#else
|
|
580
580
|
"ConnectedSpacesPlatform"
|
|
@@ -588,7 +588,7 @@ namespace Csp.Multiplayer
|
|
|
588
588
|
DllImport(
|
|
589
589
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
590
590
|
"__Internal"
|
|
591
|
-
#elif DEBUG
|
|
591
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
592
592
|
"ConnectedSpacesPlatform_D"
|
|
593
593
|
#else
|
|
594
594
|
"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"
|
|
@@ -29,7 +29,7 @@ namespace Csp.Multiplayer
|
|
|
29
29
|
DllImport(
|
|
30
30
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
31
31
|
"__Internal"
|
|
32
|
-
#elif DEBUG
|
|
32
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
33
33
|
"ConnectedSpacesPlatform_D"
|
|
34
34
|
#else
|
|
35
35
|
"ConnectedSpacesPlatform"
|
|
@@ -47,7 +47,7 @@ namespace Csp.Multiplayer
|
|
|
47
47
|
DllImport(
|
|
48
48
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
49
49
|
"__Internal"
|
|
50
|
-
#elif DEBUG
|
|
50
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
51
51
|
"ConnectedSpacesPlatform_D"
|
|
52
52
|
#else
|
|
53
53
|
"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"
|
|
@@ -83,7 +83,7 @@ namespace Csp.Multiplayer
|
|
|
83
83
|
DllImport(
|
|
84
84
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
85
|
"__Internal"
|
|
86
|
-
#elif DEBUG
|
|
86
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
88
88
|
#else
|
|
89
89
|
"ConnectedSpacesPlatform"
|
|
@@ -97,7 +97,7 @@ namespace Csp.Multiplayer
|
|
|
97
97
|
DllImport(
|
|
98
98
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
99
|
"__Internal"
|
|
100
|
-
#elif DEBUG
|
|
100
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
102
102
|
#else
|
|
103
103
|
"ConnectedSpacesPlatform"
|
|
@@ -120,7 +120,7 @@ namespace Csp.Multiplayer
|
|
|
120
120
|
DllImport(
|
|
121
121
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
122
122
|
"__Internal"
|
|
123
|
-
#elif DEBUG
|
|
123
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
124
124
|
"ConnectedSpacesPlatform_D"
|
|
125
125
|
#else
|
|
126
126
|
"ConnectedSpacesPlatform"
|
|
@@ -140,7 +140,7 @@ namespace Csp.Multiplayer
|
|
|
140
140
|
DllImport(
|
|
141
141
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
142
142
|
"__Internal"
|
|
143
|
-
#elif DEBUG
|
|
143
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
144
144
|
"ConnectedSpacesPlatform_D"
|
|
145
145
|
#else
|
|
146
146
|
"ConnectedSpacesPlatform"
|
|
@@ -159,7 +159,7 @@ namespace Csp.Multiplayer
|
|
|
159
159
|
DllImport(
|
|
160
160
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
161
161
|
"__Internal"
|
|
162
|
-
#elif DEBUG
|
|
162
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
163
163
|
"ConnectedSpacesPlatform_D"
|
|
164
164
|
#else
|
|
165
165
|
"ConnectedSpacesPlatform"
|
|
@@ -176,7 +176,7 @@ namespace Csp.Multiplayer
|
|
|
176
176
|
DllImport(
|
|
177
177
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
178
178
|
"__Internal"
|
|
179
|
-
#elif DEBUG
|
|
179
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
180
180
|
"ConnectedSpacesPlatform_D"
|
|
181
181
|
#else
|
|
182
182
|
"ConnectedSpacesPlatform"
|
|
@@ -193,7 +193,7 @@ namespace Csp.Multiplayer
|
|
|
193
193
|
DllImport(
|
|
194
194
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
195
195
|
"__Internal"
|
|
196
|
-
#elif DEBUG
|
|
196
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
197
197
|
"ConnectedSpacesPlatform_D"
|
|
198
198
|
#else
|
|
199
199
|
"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"
|
|
@@ -227,7 +227,7 @@ namespace Csp.Multiplayer
|
|
|
227
227
|
DllImport(
|
|
228
228
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
229
229
|
"__Internal"
|
|
230
|
-
#elif DEBUG
|
|
230
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
231
231
|
"ConnectedSpacesPlatform_D"
|
|
232
232
|
#else
|
|
233
233
|
"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"
|
|
@@ -258,7 +258,7 @@ namespace Csp.Multiplayer
|
|
|
258
258
|
DllImport(
|
|
259
259
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
260
260
|
"__Internal"
|
|
261
|
-
#elif DEBUG
|
|
261
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
262
262
|
"ConnectedSpacesPlatform_D"
|
|
263
263
|
#else
|
|
264
264
|
"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"
|
|
@@ -300,7 +300,7 @@ namespace Csp.Multiplayer
|
|
|
300
300
|
DllImport(
|
|
301
301
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
302
302
|
"__Internal"
|
|
303
|
-
#elif DEBUG
|
|
303
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
304
304
|
"ConnectedSpacesPlatform_D"
|
|
305
305
|
#else
|
|
306
306
|
"ConnectedSpacesPlatform"
|
|
@@ -314,7 +314,7 @@ namespace Csp.Multiplayer
|
|
|
314
314
|
DllImport(
|
|
315
315
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
316
316
|
"__Internal"
|
|
317
|
-
#elif DEBUG
|
|
317
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
318
318
|
"ConnectedSpacesPlatform_D"
|
|
319
319
|
#else
|
|
320
320
|
"ConnectedSpacesPlatform"
|
|
@@ -331,7 +331,7 @@ namespace Csp.Multiplayer
|
|
|
331
331
|
DllImport(
|
|
332
332
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
333
333
|
"__Internal"
|
|
334
|
-
#elif DEBUG
|
|
334
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
335
335
|
"ConnectedSpacesPlatform_D"
|
|
336
336
|
#else
|
|
337
337
|
"ConnectedSpacesPlatform"
|
|
@@ -348,7 +348,7 @@ namespace Csp.Multiplayer
|
|
|
348
348
|
DllImport(
|
|
349
349
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
350
350
|
"__Internal"
|
|
351
|
-
#elif DEBUG
|
|
351
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
352
352
|
"ConnectedSpacesPlatform_D"
|
|
353
353
|
#else
|
|
354
354
|
"ConnectedSpacesPlatform"
|
|
@@ -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"
|
|
@@ -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"
|
|
@@ -398,7 +398,7 @@ namespace Csp.Multiplayer
|
|
|
398
398
|
DllImport(
|
|
399
399
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
400
400
|
"__Internal"
|
|
401
|
-
#elif DEBUG
|
|
401
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
402
402
|
"ConnectedSpacesPlatform_D"
|
|
403
403
|
#else
|
|
404
404
|
"ConnectedSpacesPlatform"
|
|
@@ -415,7 +415,7 @@ namespace Csp.Multiplayer
|
|
|
415
415
|
DllImport(
|
|
416
416
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
417
417
|
"__Internal"
|
|
418
|
-
#elif DEBUG
|
|
418
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
419
419
|
"ConnectedSpacesPlatform_D"
|
|
420
420
|
#else
|
|
421
421
|
"ConnectedSpacesPlatform"
|
|
@@ -429,7 +429,7 @@ namespace Csp.Multiplayer
|
|
|
429
429
|
DllImport(
|
|
430
430
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
431
431
|
"__Internal"
|
|
432
|
-
#elif DEBUG
|
|
432
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
433
433
|
"ConnectedSpacesPlatform_D"
|
|
434
434
|
#else
|
|
435
435
|
"ConnectedSpacesPlatform"
|
|
@@ -446,7 +446,7 @@ namespace Csp.Multiplayer
|
|
|
446
446
|
DllImport(
|
|
447
447
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
448
448
|
"__Internal"
|
|
449
|
-
#elif DEBUG
|
|
449
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
450
450
|
"ConnectedSpacesPlatform_D"
|
|
451
451
|
#else
|
|
452
452
|
"ConnectedSpacesPlatform"
|
|
@@ -463,7 +463,7 @@ namespace Csp.Multiplayer
|
|
|
463
463
|
DllImport(
|
|
464
464
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
465
465
|
"__Internal"
|
|
466
|
-
#elif DEBUG
|
|
466
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
467
467
|
"ConnectedSpacesPlatform_D"
|
|
468
468
|
#else
|
|
469
469
|
"ConnectedSpacesPlatform"
|
|
@@ -480,7 +480,7 @@ namespace Csp.Multiplayer
|
|
|
480
480
|
DllImport(
|
|
481
481
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
482
482
|
"__Internal"
|
|
483
|
-
#elif DEBUG
|
|
483
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
484
484
|
"ConnectedSpacesPlatform_D"
|
|
485
485
|
#else
|
|
486
486
|
"ConnectedSpacesPlatform"
|
|
@@ -497,7 +497,7 @@ namespace Csp.Multiplayer
|
|
|
497
497
|
DllImport(
|
|
498
498
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
499
499
|
"__Internal"
|
|
500
|
-
#elif DEBUG
|
|
500
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
501
501
|
"ConnectedSpacesPlatform_D"
|
|
502
502
|
#else
|
|
503
503
|
"ConnectedSpacesPlatform"
|
|
@@ -511,7 +511,7 @@ namespace Csp.Multiplayer
|
|
|
511
511
|
DllImport(
|
|
512
512
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
513
513
|
"__Internal"
|
|
514
|
-
#elif DEBUG
|
|
514
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
515
515
|
"ConnectedSpacesPlatform_D"
|
|
516
516
|
#else
|
|
517
517
|
"ConnectedSpacesPlatform"
|
|
@@ -525,7 +525,7 @@ namespace Csp.Multiplayer
|
|
|
525
525
|
DllImport(
|
|
526
526
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
527
527
|
"__Internal"
|
|
528
|
-
#elif DEBUG
|
|
528
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
529
529
|
"ConnectedSpacesPlatform_D"
|
|
530
530
|
#else
|
|
531
531
|
"ConnectedSpacesPlatform"
|
|
@@ -543,7 +543,7 @@ namespace Csp.Multiplayer
|
|
|
543
543
|
DllImport(
|
|
544
544
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
545
545
|
"__Internal"
|
|
546
|
-
#elif DEBUG
|
|
546
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
547
547
|
"ConnectedSpacesPlatform_D"
|
|
548
548
|
#else
|
|
549
549
|
"ConnectedSpacesPlatform"
|
|
@@ -557,7 +557,7 @@ namespace Csp.Multiplayer
|
|
|
557
557
|
DllImport(
|
|
558
558
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
559
559
|
"__Internal"
|
|
560
|
-
#elif DEBUG
|
|
560
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
561
561
|
"ConnectedSpacesPlatform_D"
|
|
562
562
|
#else
|
|
563
563
|
"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"
|
|
@@ -599,7 +599,7 @@ namespace Csp.Multiplayer
|
|
|
599
599
|
DllImport(
|
|
600
600
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
601
601
|
"__Internal"
|
|
602
|
-
#elif DEBUG
|
|
602
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
603
603
|
"ConnectedSpacesPlatform_D"
|
|
604
604
|
#else
|
|
605
605
|
"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"
|
|
@@ -630,7 +630,7 @@ namespace Csp.Multiplayer
|
|
|
630
630
|
DllImport(
|
|
631
631
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
632
632
|
"__Internal"
|
|
633
|
-
#elif DEBUG
|
|
633
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
634
634
|
"ConnectedSpacesPlatform_D"
|
|
635
635
|
#else
|
|
636
636
|
"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"
|