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
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Systems
|
|
|
41
41
|
DllImport(
|
|
42
42
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
43
|
"__Internal"
|
|
44
|
-
#elif DEBUG
|
|
44
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
46
46
|
#else
|
|
47
47
|
"ConnectedSpacesPlatform"
|
|
@@ -55,7 +55,7 @@ namespace Csp.Systems
|
|
|
55
55
|
DllImport(
|
|
56
56
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
57
|
"__Internal"
|
|
58
|
-
#elif DEBUG
|
|
58
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
60
60
|
#else
|
|
61
61
|
"ConnectedSpacesPlatform"
|
|
@@ -69,7 +69,7 @@ namespace Csp.Systems
|
|
|
69
69
|
DllImport(
|
|
70
70
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
71
|
"__Internal"
|
|
72
|
-
#elif DEBUG
|
|
72
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
74
74
|
#else
|
|
75
75
|
"ConnectedSpacesPlatform"
|
|
@@ -83,7 +83,7 @@ namespace Csp.Systems
|
|
|
83
83
|
DllImport(
|
|
84
84
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
85
|
"__Internal"
|
|
86
|
-
#elif DEBUG
|
|
86
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
88
88
|
#else
|
|
89
89
|
"ConnectedSpacesPlatform"
|
|
@@ -97,7 +97,7 @@ namespace Csp.Systems
|
|
|
97
97
|
DllImport(
|
|
98
98
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
99
|
"__Internal"
|
|
100
|
-
#elif DEBUG
|
|
100
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
102
102
|
#else
|
|
103
103
|
"ConnectedSpacesPlatform"
|
|
@@ -111,7 +111,7 @@ namespace Csp.Systems
|
|
|
111
111
|
DllImport(
|
|
112
112
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
113
113
|
"__Internal"
|
|
114
|
-
#elif DEBUG
|
|
114
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
115
115
|
"ConnectedSpacesPlatform_D"
|
|
116
116
|
#else
|
|
117
117
|
"ConnectedSpacesPlatform"
|
|
@@ -125,7 +125,7 @@ namespace Csp.Systems
|
|
|
125
125
|
DllImport(
|
|
126
126
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
127
127
|
"__Internal"
|
|
128
|
-
#elif DEBUG
|
|
128
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
129
129
|
"ConnectedSpacesPlatform_D"
|
|
130
130
|
#else
|
|
131
131
|
"ConnectedSpacesPlatform"
|
|
@@ -139,7 +139,7 @@ namespace Csp.Systems
|
|
|
139
139
|
DllImport(
|
|
140
140
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
141
|
"__Internal"
|
|
142
|
-
#elif DEBUG
|
|
142
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
143
143
|
"ConnectedSpacesPlatform_D"
|
|
144
144
|
#else
|
|
145
145
|
"ConnectedSpacesPlatform"
|
|
@@ -153,7 +153,7 @@ namespace Csp.Systems
|
|
|
153
153
|
DllImport(
|
|
154
154
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
155
155
|
"__Internal"
|
|
156
|
-
#elif DEBUG
|
|
156
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
157
157
|
"ConnectedSpacesPlatform_D"
|
|
158
158
|
#else
|
|
159
159
|
"ConnectedSpacesPlatform"
|
|
@@ -167,7 +167,7 @@ namespace Csp.Systems
|
|
|
167
167
|
DllImport(
|
|
168
168
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
169
169
|
"__Internal"
|
|
170
|
-
#elif DEBUG
|
|
170
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
171
|
"ConnectedSpacesPlatform_D"
|
|
172
172
|
#else
|
|
173
173
|
"ConnectedSpacesPlatform"
|
|
@@ -181,7 +181,7 @@ namespace Csp.Systems
|
|
|
181
181
|
DllImport(
|
|
182
182
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
183
183
|
"__Internal"
|
|
184
|
-
#elif DEBUG
|
|
184
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
185
185
|
"ConnectedSpacesPlatform_D"
|
|
186
186
|
#else
|
|
187
187
|
"ConnectedSpacesPlatform"
|
|
@@ -195,7 +195,7 @@ namespace Csp.Systems
|
|
|
195
195
|
DllImport(
|
|
196
196
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
197
197
|
"__Internal"
|
|
198
|
-
#elif DEBUG
|
|
198
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
199
199
|
"ConnectedSpacesPlatform_D"
|
|
200
200
|
#else
|
|
201
201
|
"ConnectedSpacesPlatform"
|
|
@@ -209,7 +209,7 @@ namespace Csp.Systems
|
|
|
209
209
|
DllImport(
|
|
210
210
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
211
211
|
"__Internal"
|
|
212
|
-
#elif DEBUG
|
|
212
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
213
213
|
"ConnectedSpacesPlatform_D"
|
|
214
214
|
#else
|
|
215
215
|
"ConnectedSpacesPlatform"
|
|
@@ -223,7 +223,7 @@ namespace Csp.Systems
|
|
|
223
223
|
DllImport(
|
|
224
224
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
225
225
|
"__Internal"
|
|
226
|
-
#elif DEBUG
|
|
226
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
227
227
|
"ConnectedSpacesPlatform_D"
|
|
228
228
|
#else
|
|
229
229
|
"ConnectedSpacesPlatform"
|
|
@@ -237,7 +237,7 @@ namespace Csp.Systems
|
|
|
237
237
|
DllImport(
|
|
238
238
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
239
239
|
"__Internal"
|
|
240
|
-
#elif DEBUG
|
|
240
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
241
241
|
"ConnectedSpacesPlatform_D"
|
|
242
242
|
#else
|
|
243
243
|
"ConnectedSpacesPlatform"
|
|
@@ -251,7 +251,7 @@ namespace Csp.Systems
|
|
|
251
251
|
DllImport(
|
|
252
252
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
253
253
|
"__Internal"
|
|
254
|
-
#elif DEBUG
|
|
254
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
255
255
|
"ConnectedSpacesPlatform_D"
|
|
256
256
|
#else
|
|
257
257
|
"ConnectedSpacesPlatform"
|
|
@@ -265,7 +265,7 @@ namespace Csp.Systems
|
|
|
265
265
|
DllImport(
|
|
266
266
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
267
267
|
"__Internal"
|
|
268
|
-
#elif DEBUG
|
|
268
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
269
269
|
"ConnectedSpacesPlatform_D"
|
|
270
270
|
#else
|
|
271
271
|
"ConnectedSpacesPlatform"
|
|
@@ -279,7 +279,7 @@ namespace Csp.Systems
|
|
|
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"
|
|
@@ -293,7 +293,7 @@ namespace Csp.Systems
|
|
|
293
293
|
DllImport(
|
|
294
294
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
295
295
|
"__Internal"
|
|
296
|
-
#elif DEBUG
|
|
296
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
297
297
|
"ConnectedSpacesPlatform_D"
|
|
298
298
|
#else
|
|
299
299
|
"ConnectedSpacesPlatform"
|
|
@@ -307,7 +307,7 @@ namespace Csp.Systems
|
|
|
307
307
|
DllImport(
|
|
308
308
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
309
309
|
"__Internal"
|
|
310
|
-
#elif DEBUG
|
|
310
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
311
311
|
"ConnectedSpacesPlatform_D"
|
|
312
312
|
#else
|
|
313
313
|
"ConnectedSpacesPlatform"
|
|
@@ -321,7 +321,7 @@ namespace Csp.Systems
|
|
|
321
321
|
DllImport(
|
|
322
322
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
323
323
|
"__Internal"
|
|
324
|
-
#elif DEBUG
|
|
324
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
325
325
|
"ConnectedSpacesPlatform_D"
|
|
326
326
|
#else
|
|
327
327
|
"ConnectedSpacesPlatform"
|
|
@@ -335,7 +335,7 @@ namespace Csp.Systems
|
|
|
335
335
|
DllImport(
|
|
336
336
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
337
337
|
"__Internal"
|
|
338
|
-
#elif DEBUG
|
|
338
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
339
339
|
"ConnectedSpacesPlatform_D"
|
|
340
340
|
#else
|
|
341
341
|
"ConnectedSpacesPlatform"
|
|
@@ -349,7 +349,7 @@ namespace Csp.Systems
|
|
|
349
349
|
DllImport(
|
|
350
350
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
351
351
|
"__Internal"
|
|
352
|
-
#elif DEBUG
|
|
352
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
353
353
|
"ConnectedSpacesPlatform_D"
|
|
354
354
|
#else
|
|
355
355
|
"ConnectedSpacesPlatform"
|
|
@@ -363,7 +363,7 @@ namespace Csp.Systems
|
|
|
363
363
|
DllImport(
|
|
364
364
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
365
365
|
"__Internal"
|
|
366
|
-
#elif DEBUG
|
|
366
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
367
367
|
"ConnectedSpacesPlatform_D"
|
|
368
368
|
#else
|
|
369
369
|
"ConnectedSpacesPlatform"
|
|
@@ -377,7 +377,7 @@ namespace Csp.Systems
|
|
|
377
377
|
DllImport(
|
|
378
378
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
379
379
|
"__Internal"
|
|
380
|
-
#elif DEBUG
|
|
380
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
381
381
|
"ConnectedSpacesPlatform_D"
|
|
382
382
|
#else
|
|
383
383
|
"ConnectedSpacesPlatform"
|
|
@@ -391,7 +391,7 @@ namespace Csp.Systems
|
|
|
391
391
|
DllImport(
|
|
392
392
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
393
393
|
"__Internal"
|
|
394
|
-
#elif DEBUG
|
|
394
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
395
395
|
"ConnectedSpacesPlatform_D"
|
|
396
396
|
#else
|
|
397
397
|
"ConnectedSpacesPlatform"
|
|
@@ -405,7 +405,7 @@ namespace Csp.Systems
|
|
|
405
405
|
DllImport(
|
|
406
406
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
407
407
|
"__Internal"
|
|
408
|
-
#elif DEBUG
|
|
408
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
409
409
|
"ConnectedSpacesPlatform_D"
|
|
410
410
|
#else
|
|
411
411
|
"ConnectedSpacesPlatform"
|
|
@@ -419,7 +419,7 @@ namespace Csp.Systems
|
|
|
419
419
|
DllImport(
|
|
420
420
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
421
421
|
"__Internal"
|
|
422
|
-
#elif DEBUG
|
|
422
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
423
423
|
"ConnectedSpacesPlatform_D"
|
|
424
424
|
#else
|
|
425
425
|
"ConnectedSpacesPlatform"
|
|
@@ -433,7 +433,7 @@ namespace Csp.Systems
|
|
|
433
433
|
DllImport(
|
|
434
434
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
435
435
|
"__Internal"
|
|
436
|
-
#elif DEBUG
|
|
436
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
437
437
|
"ConnectedSpacesPlatform_D"
|
|
438
438
|
#else
|
|
439
439
|
"ConnectedSpacesPlatform"
|
|
@@ -447,7 +447,7 @@ namespace Csp.Systems
|
|
|
447
447
|
DllImport(
|
|
448
448
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
449
449
|
"__Internal"
|
|
450
|
-
#elif DEBUG
|
|
450
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
451
451
|
"ConnectedSpacesPlatform_D"
|
|
452
452
|
#else
|
|
453
453
|
"ConnectedSpacesPlatform"
|
|
@@ -461,7 +461,7 @@ namespace Csp.Systems
|
|
|
461
461
|
DllImport(
|
|
462
462
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
463
463
|
"__Internal"
|
|
464
|
-
#elif DEBUG
|
|
464
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
465
465
|
"ConnectedSpacesPlatform_D"
|
|
466
466
|
#else
|
|
467
467
|
"ConnectedSpacesPlatform"
|
|
@@ -478,7 +478,7 @@ namespace Csp.Systems
|
|
|
478
478
|
DllImport(
|
|
479
479
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
480
480
|
"__Internal"
|
|
481
|
-
#elif DEBUG
|
|
481
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
482
482
|
"ConnectedSpacesPlatform_D"
|
|
483
483
|
#else
|
|
484
484
|
"ConnectedSpacesPlatform"
|
|
@@ -494,7 +494,7 @@ namespace Csp.Systems
|
|
|
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.Systems
|
|
|
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"
|
|
@@ -27,7 +27,7 @@ namespace Csp.Systems
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Systems
|
|
|
41
41
|
DllImport(
|
|
42
42
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
43
|
"__Internal"
|
|
44
|
-
#elif DEBUG
|
|
44
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
46
46
|
#else
|
|
47
47
|
"ConnectedSpacesPlatform"
|
|
@@ -55,7 +55,7 @@ namespace Csp.Systems
|
|
|
55
55
|
DllImport(
|
|
56
56
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
57
|
"__Internal"
|
|
58
|
-
#elif DEBUG
|
|
58
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
60
60
|
#else
|
|
61
61
|
"ConnectedSpacesPlatform"
|
|
@@ -69,7 +69,7 @@ namespace Csp.Systems
|
|
|
69
69
|
DllImport(
|
|
70
70
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
71
|
"__Internal"
|
|
72
|
-
#elif DEBUG
|
|
72
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
73
73
|
"ConnectedSpacesPlatform_D"
|
|
74
74
|
#else
|
|
75
75
|
"ConnectedSpacesPlatform"
|
|
@@ -83,7 +83,7 @@ namespace Csp.Systems
|
|
|
83
83
|
DllImport(
|
|
84
84
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
85
|
"__Internal"
|
|
86
|
-
#elif DEBUG
|
|
86
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
87
87
|
"ConnectedSpacesPlatform_D"
|
|
88
88
|
#else
|
|
89
89
|
"ConnectedSpacesPlatform"
|
|
@@ -97,7 +97,7 @@ namespace Csp.Systems
|
|
|
97
97
|
DllImport(
|
|
98
98
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
99
99
|
"__Internal"
|
|
100
|
-
#elif DEBUG
|
|
100
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
101
101
|
"ConnectedSpacesPlatform_D"
|
|
102
102
|
#else
|
|
103
103
|
"ConnectedSpacesPlatform"
|
|
@@ -111,7 +111,7 @@ namespace Csp.Systems
|
|
|
111
111
|
DllImport(
|
|
112
112
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
113
113
|
"__Internal"
|
|
114
|
-
#elif DEBUG
|
|
114
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
115
115
|
"ConnectedSpacesPlatform_D"
|
|
116
116
|
#else
|
|
117
117
|
"ConnectedSpacesPlatform"
|
|
@@ -125,7 +125,7 @@ namespace Csp.Systems
|
|
|
125
125
|
DllImport(
|
|
126
126
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
127
127
|
"__Internal"
|
|
128
|
-
#elif DEBUG
|
|
128
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
129
129
|
"ConnectedSpacesPlatform_D"
|
|
130
130
|
#else
|
|
131
131
|
"ConnectedSpacesPlatform"
|
|
@@ -139,7 +139,7 @@ namespace Csp.Systems
|
|
|
139
139
|
DllImport(
|
|
140
140
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
141
141
|
"__Internal"
|
|
142
|
-
#elif DEBUG
|
|
142
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
143
143
|
"ConnectedSpacesPlatform_D"
|
|
144
144
|
#else
|
|
145
145
|
"ConnectedSpacesPlatform"
|
|
@@ -153,7 +153,7 @@ namespace Csp.Systems
|
|
|
153
153
|
DllImport(
|
|
154
154
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
155
155
|
"__Internal"
|
|
156
|
-
#elif DEBUG
|
|
156
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
157
157
|
"ConnectedSpacesPlatform_D"
|
|
158
158
|
#else
|
|
159
159
|
"ConnectedSpacesPlatform"
|
|
@@ -167,7 +167,7 @@ namespace Csp.Systems
|
|
|
167
167
|
DllImport(
|
|
168
168
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
169
169
|
"__Internal"
|
|
170
|
-
#elif DEBUG
|
|
170
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
171
|
"ConnectedSpacesPlatform_D"
|
|
172
172
|
#else
|
|
173
173
|
"ConnectedSpacesPlatform"
|
|
@@ -181,7 +181,7 @@ namespace Csp.Systems
|
|
|
181
181
|
DllImport(
|
|
182
182
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
183
183
|
"__Internal"
|
|
184
|
-
#elif DEBUG
|
|
184
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
185
185
|
"ConnectedSpacesPlatform_D"
|
|
186
186
|
#else
|
|
187
187
|
"ConnectedSpacesPlatform"
|
|
@@ -195,7 +195,7 @@ namespace Csp.Systems
|
|
|
195
195
|
DllImport(
|
|
196
196
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
197
197
|
"__Internal"
|
|
198
|
-
#elif DEBUG
|
|
198
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
199
199
|
"ConnectedSpacesPlatform_D"
|
|
200
200
|
#else
|
|
201
201
|
"ConnectedSpacesPlatform"
|
|
@@ -209,7 +209,7 @@ namespace Csp.Systems
|
|
|
209
209
|
DllImport(
|
|
210
210
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
211
211
|
"__Internal"
|
|
212
|
-
#elif DEBUG
|
|
212
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
213
213
|
"ConnectedSpacesPlatform_D"
|
|
214
214
|
#else
|
|
215
215
|
"ConnectedSpacesPlatform"
|
|
@@ -223,7 +223,7 @@ namespace Csp.Systems
|
|
|
223
223
|
DllImport(
|
|
224
224
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
225
225
|
"__Internal"
|
|
226
|
-
#elif DEBUG
|
|
226
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
227
227
|
"ConnectedSpacesPlatform_D"
|
|
228
228
|
#else
|
|
229
229
|
"ConnectedSpacesPlatform"
|
|
@@ -237,7 +237,7 @@ namespace Csp.Systems
|
|
|
237
237
|
DllImport(
|
|
238
238
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
239
239
|
"__Internal"
|
|
240
|
-
#elif DEBUG
|
|
240
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
241
241
|
"ConnectedSpacesPlatform_D"
|
|
242
242
|
#else
|
|
243
243
|
"ConnectedSpacesPlatform"
|
|
@@ -251,7 +251,7 @@ namespace Csp.Systems
|
|
|
251
251
|
DllImport(
|
|
252
252
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
253
253
|
"__Internal"
|
|
254
|
-
#elif DEBUG
|
|
254
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
255
255
|
"ConnectedSpacesPlatform_D"
|
|
256
256
|
#else
|
|
257
257
|
"ConnectedSpacesPlatform"
|
|
@@ -265,7 +265,7 @@ namespace Csp.Systems
|
|
|
265
265
|
DllImport(
|
|
266
266
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
267
267
|
"__Internal"
|
|
268
|
-
#elif DEBUG
|
|
268
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
269
269
|
"ConnectedSpacesPlatform_D"
|
|
270
270
|
#else
|
|
271
271
|
"ConnectedSpacesPlatform"
|
|
@@ -279,7 +279,7 @@ namespace Csp.Systems
|
|
|
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"
|
|
@@ -293,7 +293,7 @@ namespace Csp.Systems
|
|
|
293
293
|
DllImport(
|
|
294
294
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
295
295
|
"__Internal"
|
|
296
|
-
#elif DEBUG
|
|
296
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
297
297
|
"ConnectedSpacesPlatform_D"
|
|
298
298
|
#else
|
|
299
299
|
"ConnectedSpacesPlatform"
|
|
@@ -307,7 +307,7 @@ namespace Csp.Systems
|
|
|
307
307
|
DllImport(
|
|
308
308
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
309
309
|
"__Internal"
|
|
310
|
-
#elif DEBUG
|
|
310
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
311
311
|
"ConnectedSpacesPlatform_D"
|
|
312
312
|
#else
|
|
313
313
|
"ConnectedSpacesPlatform"
|
|
@@ -321,7 +321,7 @@ namespace Csp.Systems
|
|
|
321
321
|
DllImport(
|
|
322
322
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
323
323
|
"__Internal"
|
|
324
|
-
#elif DEBUG
|
|
324
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
325
325
|
"ConnectedSpacesPlatform_D"
|
|
326
326
|
#else
|
|
327
327
|
"ConnectedSpacesPlatform"
|
|
@@ -335,7 +335,7 @@ namespace Csp.Systems
|
|
|
335
335
|
DllImport(
|
|
336
336
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
337
337
|
"__Internal"
|
|
338
|
-
#elif DEBUG
|
|
338
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
339
339
|
"ConnectedSpacesPlatform_D"
|
|
340
340
|
#else
|
|
341
341
|
"ConnectedSpacesPlatform"
|
|
@@ -349,7 +349,7 @@ namespace Csp.Systems
|
|
|
349
349
|
DllImport(
|
|
350
350
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
351
351
|
"__Internal"
|
|
352
|
-
#elif DEBUG
|
|
352
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
353
353
|
"ConnectedSpacesPlatform_D"
|
|
354
354
|
#else
|
|
355
355
|
"ConnectedSpacesPlatform"
|
|
@@ -363,7 +363,7 @@ namespace Csp.Systems
|
|
|
363
363
|
DllImport(
|
|
364
364
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
365
365
|
"__Internal"
|
|
366
|
-
#elif DEBUG
|
|
366
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
367
367
|
"ConnectedSpacesPlatform_D"
|
|
368
368
|
#else
|
|
369
369
|
"ConnectedSpacesPlatform"
|
|
@@ -377,7 +377,7 @@ namespace Csp.Systems
|
|
|
377
377
|
DllImport(
|
|
378
378
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
379
379
|
"__Internal"
|
|
380
|
-
#elif DEBUG
|
|
380
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
381
381
|
"ConnectedSpacesPlatform_D"
|
|
382
382
|
#else
|
|
383
383
|
"ConnectedSpacesPlatform"
|
|
@@ -391,7 +391,7 @@ namespace Csp.Systems
|
|
|
391
391
|
DllImport(
|
|
392
392
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
393
393
|
"__Internal"
|
|
394
|
-
#elif DEBUG
|
|
394
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
395
395
|
"ConnectedSpacesPlatform_D"
|
|
396
396
|
#else
|
|
397
397
|
"ConnectedSpacesPlatform"
|
|
@@ -405,7 +405,7 @@ namespace Csp.Systems
|
|
|
405
405
|
DllImport(
|
|
406
406
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
407
407
|
"__Internal"
|
|
408
|
-
#elif DEBUG
|
|
408
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
409
409
|
"ConnectedSpacesPlatform_D"
|
|
410
410
|
#else
|
|
411
411
|
"ConnectedSpacesPlatform"
|
|
@@ -419,7 +419,7 @@ namespace Csp.Systems
|
|
|
419
419
|
DllImport(
|
|
420
420
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
421
421
|
"__Internal"
|
|
422
|
-
#elif DEBUG
|
|
422
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
423
423
|
"ConnectedSpacesPlatform_D"
|
|
424
424
|
#else
|
|
425
425
|
"ConnectedSpacesPlatform"
|
|
@@ -433,7 +433,7 @@ namespace Csp.Systems
|
|
|
433
433
|
DllImport(
|
|
434
434
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
435
435
|
"__Internal"
|
|
436
|
-
#elif DEBUG
|
|
436
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
437
437
|
"ConnectedSpacesPlatform_D"
|
|
438
438
|
#else
|
|
439
439
|
"ConnectedSpacesPlatform"
|
|
@@ -447,7 +447,7 @@ namespace Csp.Systems
|
|
|
447
447
|
DllImport(
|
|
448
448
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
449
449
|
"__Internal"
|
|
450
|
-
#elif DEBUG
|
|
450
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
451
451
|
"ConnectedSpacesPlatform_D"
|
|
452
452
|
#else
|
|
453
453
|
"ConnectedSpacesPlatform"
|
|
@@ -28,7 +28,7 @@ namespace Csp.Systems
|
|
|
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"
|
|
@@ -44,7 +44,7 @@ namespace Csp.Systems
|
|
|
44
44
|
DllImport(
|
|
45
45
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
46
46
|
"__Internal"
|
|
47
|
-
#elif DEBUG
|
|
47
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
48
48
|
"ConnectedSpacesPlatform_D"
|
|
49
49
|
#else
|
|
50
50
|
"ConnectedSpacesPlatform"
|
|
@@ -58,7 +58,7 @@ namespace Csp.Systems
|
|
|
58
58
|
DllImport(
|
|
59
59
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
60
60
|
"__Internal"
|
|
61
|
-
#elif DEBUG
|
|
61
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
62
62
|
"ConnectedSpacesPlatform_D"
|
|
63
63
|
#else
|
|
64
64
|
"ConnectedSpacesPlatform"
|
|
@@ -28,7 +28,7 @@ namespace Csp.Systems
|
|
|
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.Systems
|
|
|
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"
|
|
@@ -56,7 +56,7 @@ namespace Csp.Systems
|
|
|
56
56
|
DllImport(
|
|
57
57
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
58
58
|
"__Internal"
|
|
59
|
-
#elif DEBUG
|
|
59
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
60
60
|
"ConnectedSpacesPlatform_D"
|
|
61
61
|
#else
|
|
62
62
|
"ConnectedSpacesPlatform"
|
|
@@ -70,7 +70,7 @@ namespace Csp.Systems
|
|
|
70
70
|
DllImport(
|
|
71
71
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
72
72
|
"__Internal"
|
|
73
|
-
#elif DEBUG
|
|
73
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
74
74
|
"ConnectedSpacesPlatform_D"
|
|
75
75
|
#else
|
|
76
76
|
"ConnectedSpacesPlatform"
|
|
@@ -87,7 +87,7 @@ namespace Csp.Systems
|
|
|
87
87
|
DllImport(
|
|
88
88
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
89
89
|
"__Internal"
|
|
90
|
-
#elif DEBUG
|
|
90
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
91
91
|
"ConnectedSpacesPlatform_D"
|
|
92
92
|
#else
|
|
93
93
|
"ConnectedSpacesPlatform"
|