connected-spaces-platform.unity.core 4.28.1 → 5.0.0
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 +3 -3
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +2 -18
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +34 -0
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +50 -0
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs +1 -0
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- 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 +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- 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.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.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 +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +29 -0
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +480 -0
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +11 -0
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +2 -2
- 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 +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.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.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +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 +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextSpaceComponent.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 +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 +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ESequenceUpdateType.cs +22 -0
- package/Source/Multiplayer/ESequenceUpdateType.cs.meta +11 -0
- package/Source/Multiplayer/ErrorCode.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 +56 -0
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SequenceChangedParams.cs +199 -0
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +11 -0
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.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/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs +157 -0
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +99 -0
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +99 -0
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +491 -0
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +11 -0
- package/Source/Systems/HotspotSequence.meta +7 -0
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +5 -3
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs +259 -0
- package/Source/Systems/Sequence/Sequence.cs.meta +11 -0
- package/Source/Systems/Sequence/SequenceResult.cs +97 -0
- package/Source/Systems/Sequence/SequenceResult.cs.meta +11 -0
- package/Source/Systems/Sequence/SequenceSystem.cs +474 -0
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +11 -0
- package/Source/Systems/Sequence/SequencesResult.cs +99 -0
- package/Source/Systems/Sequence/SequencesResult.cs.meta +11 -0
- package/Source/Systems/Sequence.meta +7 -0
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs +1 -0
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +34 -0
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +21 -6
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +56 -0
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +62 -3
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- 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 +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/visionos/libConnectedSpacesPlatform.a +0 -0
- package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
- package/visionos/libcrypto.a.meta +1 -1
- package/visionos/libssl.a.meta +1 -1
- package/visionos.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
|
@@ -29,9 +29,9 @@ public class NativePluginBuildProcessor : IPreprocessBuildWithReport
|
|
|
29
29
|
// Only include appropriate CSP binary
|
|
30
30
|
var ext = Path.GetExtension(importer.assetPath);
|
|
31
31
|
|
|
32
|
-
// TODO: Remove this hack that always includes iOS and macOS binaries
|
|
33
|
-
// This was put in place because we currently only include release binaries due to debug binary sizes
|
|
34
|
-
if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX)
|
|
32
|
+
// TODO: Remove this hack that always includes iOS and macOS binaries.
|
|
33
|
+
// This was put in place because we currently only include release binaries due to debug binary sizes.
|
|
34
|
+
if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX || report.summary.platform == BuildTarget.VisionOS)
|
|
35
35
|
importer.SetIncludeInBuildDelegate((_) => true);
|
|
36
36
|
else if (report.summary.options.HasFlag(BuildOptions.Development) && !importer.assetPath.EndsWith($"_D{ext}"))
|
|
37
37
|
importer.SetIncludeInBuildDelegate((_) => false);
|
package/Editor.meta
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 13d044bfb0f96935048aa3c0ce7801e1af829934
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,22 +6,9 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
### 🍰 🙌 New Features
|
|
10
9
|
|
|
11
|
-
- Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
|
|
12
10
|
|
|
13
11
|
|
|
14
|
-
### 🐛 🔨 Bug Fixes
|
|
15
|
-
|
|
16
|
-
- Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
|
|
17
|
-
- Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
### 🙈 🙉 🙊 Test Changes
|
|
23
|
-
|
|
24
|
-
- ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
|
|
25
12
|
|
|
26
13
|
|
|
27
14
|
|
|
@@ -32,7 +19,4 @@
|
|
|
32
19
|
|
|
33
20
|
| Change ID | Author | Description |
|
|
34
21
|
| --------- | ------ | ----------- |
|
|
35
|
-
|
|
|
36
|
-
| 61a0ac2 | Lyubomir Lichev | [OPE-1738] fix: Moved CSP tick loop start after login in examples (#427)<br>• [OPE-1738]: refac: moved csp tick loop start to after login in examples<br>• [OPE-1738]: retrigger checks |
|
|
37
|
-
| dffb01c | mag-richardzirbes | [NT-0] feat: Update Example visionOS README & example code update (#429)<br>• [NT-0] feat: Vision OS example app readme & minor code updates<br>• Update Readme |
|
|
38
|
-
| 3d15817 | MAG-IY | [OF-1330] fix: missing TextSpaceComponent refs (#431)<br>Added missing references to TextSpaceComponent.<br>Added tests to verify everything is working. |
|
|
22
|
+
| cd6532c | MAG-IY | Staging/add hotspot sequence system (#466)<br>• [NT-0] test: Updating CSP tests to comply with new EventBrite data formatting requirements<br>EventBrite have made a services change that now rejects data that does not match their expected schema.<br>We have addressed this in CSP tests by changing the data passed into CSP to match the EventBrite schema.<br>We have also refactored the eticketing tests to all rely on a single set of test variables, to simplify updates in the future.<br>• [OF-1324] fix: path validation for CartId <br>GetCheckoutInformation now checks CartId for forward and backward slashes and early-outs with an error message in the log if found.<br>• [OF-1359] refac: Update the hotspot component type properties<br>OF-1359 refac: Update the hotspot component type properties<br>• Removed the hotspot space component get/set hotspot type methods and associated property<br>• Removed the enum for HotspotType<br>• Added get/set IsTeleportPoint and IsSpawnPoint methods both storing their values in boolean properties<br>• Updated the hotspot space component script interface<br>• Updated the hostspot space component tests<br>• [OF-1334] feat: Sequence System - Generic system for storing shared sorted lists. (#441)<br>• [OF-1334] feat: add sequence system<br>• [OF-1334] refac: PR changes<br>• [OF-1334] doc: update comments<br>• [OF-1334] refac: add additional test + comments<br>• [OB-3650] fix: reverse shutdown order (#446)<br>Systems must be shut down in reverse order to CreateSystems() to ensure that any dependencies continue to exist until each system is successfully shut down.<br>This resolves a potential crash on shutdown, as it prevents the script system from being deleted before script entities.<br>• [OF-596] refac: Replace GetProfilesByUserId with GetBasicProfilesByUserId<br>• [OB-3653] fix: Crash when tearing down the multiplayer connection for Unity-based clients.<br>Using the callback to block the thread until the disconnection is complete, ensuring that any callbacks fired during the shutdown process are completely handled before the system is destroyed.<br>• [NT-0] feat: Querying for local POIs by type (#450)<br>Discovered whilst writing spatial services documentation for CSP, there was a client-application-level feature missing, where whilst the client app is able to associate a POI with a space using the UpdateSpaceGeoLocation method on SpaceSystem, they had no affordance via the POISystem to later query for POIs associated with spaces.<br>In fact, the POISystem was deliberately filtering out POIs that were associated with spaces, and only ever returning DEFAULT type POIs.<br>This change introduces a new optional parameter to the POI System, Type, which allows the client to query for only POIs of a certain type.<br>If all types are desired to be included in the returned results, the optional value should not be specified.<br>If the previous behaviour of CSP when returning results is preferred, please pass in the DEFAULT type.<br>If the application wishes to filter for only spaces of type SPACE, please pass this as the argument.<br>The change also addresses some technical debt, where the strings denoting default and space type POIs were previously hard-coded in several methods. They have all been unified to rely on a single set of type/string conversion helper functions.<br>• [OF-1378] fix: update sequence API (#454)<br>Updated Sequence result doxygen comments<br>Added ASYNC macro to sequence API<br>Removed optional constraint from API<br>updated sentinal check in SequenceSystem<br>Updated test to consume new API<br>Added better error reporting to wrapper gen<br>• [OF-688] refac: Delete cancel login test (#452)<br>Removing an unused problematic test.<br>• [OF-1365] doc: updated sequence key docs (#456)<br>• [OB-3664] fix: Added test timeout (#457)<br>- Added timeout for test with a check to ensure callback was called<br>• [OF-1313] feat: Add name property to component base<br>• Added GetComponentName and SetComponentName to ComponentBase<br>• Deprecated Name properties and accessors on derived classes<br>• Setup script accessor for aname<br>• Added tests for name in ComponentBase<br>• [OF-1371] Added ParentId property to SpaceEntity (#453)<br>• [OF-1371] feat: add ParentId property<br>• [OF-1371] feat: updated serialization<br>• [OF-1371] fix: fixed serialization test crashes<br>• [OF-1371] refac: updated id to optional<br>• [OF-1371] refac: fixing constructors<br>• Hotspot sequence system addition (#462)<br>• [OF-1634] feat: Add hotspot sequence system<br>•Added hotspot group<br>•Added hotspot group system<br>•Updated system manager to consume new class<br>• [OF-1364] feat: add hotspot sequence system<br>• small updates to doxygen comments and moved typedefs into namespace.<br>• added new test suite for hotspot sequence system<br>• [OF-1364] feat: add hotspot sequence system<br>•tweaks to tests and hotspot sequence system.<br>• [OF-1364] feat: add hotspot sequence system<br>Added rename hotspot group functionality and happy test<br>• [OF-1364] feat: add hotspot sequence system<br>• Added test case for failed rename(group does not exist)<br>• [OF-1364] feat: add hotspot sequence system<br>•updated key generation and stripping<br>•cleaned up API & tests<br>• added contructors for Hotspot group objects<br>• [OF-1364] feat: add hotspot sequence system<br>• updated naming convention to make consistent across all files<br>• [OF-1364] feat: add hotspot sequence system<br>• Updated new CHS version(submodule)<br>• updated sequence system to consume chs version<br>• updated sequense system tests<br>• updated Hotspot system to consume new sequence API<br>• updated tests to conform to new pattern<br>• Updated Convert std map to csp map<br>• [OF-1364] feat: add hotspot sequence system<br>• Removed redundant regex function<br>• Fixed Convert comment<br>• Updated submodule for CHS<br>• [OF-1364] style: line ending<br>• [OF-1364] feat: add hotspot sequence system<br>• added group name checking to helper functions.<br>• [OF-1364] feat: add hotspot sequence system<br>• renamed Hotspot group files for consistency<br>• renamed hotspot sequence system files for consistency<br>• renamed test file for consistency<br>• [OF-1364] feat: add hotspot sequence system<br>• renamed hotspot group files<br>• renamed hotspot sequence system files<br>---------<br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com><br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>Co-authored-by: David Swift <david.swift@magnopus.com> |
|
package/README.md.meta
CHANGED
package/Source/Common.meta
CHANGED
package/Source/Csp.cs.meta
CHANGED
package/Source/EndpointURIs.cs
CHANGED
|
@@ -190,6 +190,34 @@ namespace Csp
|
|
|
190
190
|
]
|
|
191
191
|
static extern void csp_EndpointURIs__Set_TrackingServiceURI(IntPtr @class, IntPtr value);
|
|
192
192
|
|
|
193
|
+
[
|
|
194
|
+
DllImport(
|
|
195
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
196
|
+
"__Internal"
|
|
197
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
198
|
+
"ConnectedSpacesPlatform_D"
|
|
199
|
+
#else
|
|
200
|
+
"ConnectedSpacesPlatform"
|
|
201
|
+
#endif
|
|
202
|
+
),
|
|
203
|
+
SuppressUnmanagedCodeSecurity
|
|
204
|
+
]
|
|
205
|
+
static extern IntPtr csp_EndpointURIs__Get_MaintenanceWindowURI(IntPtr @class);
|
|
206
|
+
|
|
207
|
+
[
|
|
208
|
+
DllImport(
|
|
209
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
210
|
+
"__Internal"
|
|
211
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
212
|
+
"ConnectedSpacesPlatform_D"
|
|
213
|
+
#else
|
|
214
|
+
"ConnectedSpacesPlatform"
|
|
215
|
+
#endif
|
|
216
|
+
),
|
|
217
|
+
SuppressUnmanagedCodeSecurity
|
|
218
|
+
]
|
|
219
|
+
static extern void csp_EndpointURIs__Set_MaintenanceWindowURI(IntPtr @class, IntPtr value);
|
|
220
|
+
|
|
193
221
|
[
|
|
194
222
|
DllImport(
|
|
195
223
|
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
@@ -259,6 +287,12 @@ namespace Csp
|
|
|
259
287
|
set => csp_EndpointURIs__Set_TrackingServiceURI(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
260
288
|
}
|
|
261
289
|
|
|
290
|
+
public string MaintenanceWindowURI
|
|
291
|
+
{
|
|
292
|
+
get => WrapperHelper.NativeUTF8ToString(csp_EndpointURIs__Get_MaintenanceWindowURI(_ptr));
|
|
293
|
+
set => csp_EndpointURIs__Set_MaintenanceWindowURI(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
294
|
+
}
|
|
295
|
+
|
|
262
296
|
public EndpointURIs()
|
|
263
297
|
{
|
|
264
298
|
var np = csp_EndpointURIs_Ctor();
|
|
@@ -149,6 +149,34 @@ namespace Csp.Multiplayer
|
|
|
149
149
|
IntPtr InActionParams
|
|
150
150
|
);
|
|
151
151
|
|
|
152
|
+
[
|
|
153
|
+
DllImport(
|
|
154
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
155
|
+
"__Internal"
|
|
156
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
157
|
+
"ConnectedSpacesPlatform_D"
|
|
158
|
+
#else
|
|
159
|
+
"ConnectedSpacesPlatform"
|
|
160
|
+
#endif
|
|
161
|
+
),
|
|
162
|
+
SuppressUnmanagedCodeSecurity
|
|
163
|
+
]
|
|
164
|
+
static extern IntPtr csp_multiplayer_ComponentBase_GetComponentNameC_StringRC(IntPtr @class);
|
|
165
|
+
|
|
166
|
+
[
|
|
167
|
+
DllImport(
|
|
168
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
169
|
+
"__Internal"
|
|
170
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
|
+
"ConnectedSpacesPlatform_D"
|
|
172
|
+
#else
|
|
173
|
+
"ConnectedSpacesPlatform"
|
|
174
|
+
#endif
|
|
175
|
+
),
|
|
176
|
+
SuppressUnmanagedCodeSecurity
|
|
177
|
+
]
|
|
178
|
+
static extern void csp_multiplayer_ComponentBase_SetComponentName_void_StringRC(IntPtr @class, IntPtr Value);
|
|
179
|
+
|
|
152
180
|
#pragma warning restore IDE1006
|
|
153
181
|
#endregion
|
|
154
182
|
|
|
@@ -302,6 +330,28 @@ namespace Csp.Multiplayer
|
|
|
302
330
|
);
|
|
303
331
|
}
|
|
304
332
|
|
|
333
|
+
/// <summary>Gets the name of the component.</summary>
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
public string GetComponentName()
|
|
337
|
+
{
|
|
338
|
+
var _result = csp_multiplayer_ComponentBase_GetComponentNameC_StringRC(_ptr);
|
|
339
|
+
|
|
340
|
+
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
341
|
+
Global.Free(_result);
|
|
342
|
+
|
|
343
|
+
return _resultString;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
/// <summary>Sets the name for the component.</summary>
|
|
347
|
+
/// <param name="Value">- The new name to assign to the componenent.</param>
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
public void SetComponentName(string Value)
|
|
351
|
+
{
|
|
352
|
+
csp_multiplayer_ComponentBase_SetComponentName_void_StringRC(_ptr, WrapperHelper.StringToNativeUTF8(Value));
|
|
353
|
+
}
|
|
354
|
+
|
|
305
355
|
protected ComponentBase() { }
|
|
306
356
|
}
|
|
307
357
|
}
|