connected-spaces-platform.unity.core 5.0.1 → 5.2.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.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +181 -2
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +26 -156
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +28 -168
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +10 -60
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +1794 -10764
- 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 +14 -84
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +1226 -7356
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +44 -264
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector2.cs +164 -0
- package/Source/Common/Vector2.cs.meta +11 -0
- package/Source/Common/Vector3.cs +43 -132
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +49 -168
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Constants.cs +13 -0
- package/Source/Constants.cs.meta +11 -0
- package/Source/Csp.cs +6 -36
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +32 -192
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +24 -144
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +20 -120
- 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 +12 -72
- 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 +56 -336
- 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 +48 -288
- 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 +64 -384
- 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 +44 -264
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs +35 -0
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs +532 -0
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +11 -0
- 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 +54 -324
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +54 -324
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +22 -132
- 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 +12 -72
- 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 +44 -264
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +40 -240
- 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 +64 -384
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +34 -204
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +52 -312
- 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 +64 -384
- 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 +22 -132
- 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 +32 -192
- 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 +16 -96
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +10 -60
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextSpaceComponent.cs +56 -336
- 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.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +88 -528
- 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 +28 -168
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +16 -96
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -24
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +24 -144
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +6 -36
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +12 -72
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -24
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +12 -72
- 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 +1 -0
- package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs +4 -0
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs +2 -0
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +32 -192
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +86 -264
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs +1 -0
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +32 -192
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SequenceChangedParams.cs +16 -96
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchy.cs +109 -0
- package/Source/Multiplayer/SequenceHierarchy.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +119 -0
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +84 -0
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyResult.cs +84 -0
- package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +11 -0
- package/Source/Multiplayer/SpaceEntity.cs +257 -480
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +459 -444
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +1 -0
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +28 -108
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +20 -120
- 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 +20 -120
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +4 -24
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +2 -12
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -12
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +70 -420
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +66 -396
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +4 -24
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +6 -36
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +8 -48
- 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 -24
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +42 -252
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -24
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +16 -96
- 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 +12 -72
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +12 -72
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +12 -72
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +4 -24
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -36
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +4 -24
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +4 -24
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +20 -120
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +16 -96
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +12 -72
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +12 -72
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +20 -120
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +4 -24
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +32 -192
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +4 -24
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +24 -144
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -216
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +24 -144
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +6 -36
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +12 -72
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs +1 -0
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +36 -216
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +4 -24
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +12 -72
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +4 -24
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +28 -168
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +20 -120
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +8 -48
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -24
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +4 -24
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs +12 -72
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +4 -24
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +4 -24
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +22 -100
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
- package/Source/Systems/HotspotSequence.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +24 -144
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +18 -108
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +10 -60
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +2 -12
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +2 -12
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +16 -96
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +12 -72
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs +34 -204
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs +4 -24
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs +12 -72
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs +4 -24
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs +22 -132
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +16 -96
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +4 -24
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +20 -120
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +4 -24
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +4 -24
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +4 -24
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +16 -96
- 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 +16 -96
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +4 -24
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +16 -96
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +8 -48
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs +24 -144
- package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceResult.cs +4 -24
- package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceSystem.cs +19 -72
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
- package/Source/Systems/Sequence/SequencesResult.cs +4 -24
- package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
- package/Source/Systems/Sequence.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +6 -36
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +16 -96
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +4 -24
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +32 -192
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +20 -120
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +4 -24
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +6 -36
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +14 -84
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +18 -108
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +4 -24
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +24 -144
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +4 -24
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +4 -24
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +34 -204
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +20 -120
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +6 -36
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -24
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +6 -36
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +139 -408
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +4 -24
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +4 -24
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +4 -24
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +14 -84
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +56 -336
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +28 -168
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +14 -84
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +16 -96
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +18 -108
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +22 -132
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +4 -24
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +4 -24
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +52 -312
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +6 -36
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +4 -24
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -24
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -12
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +42 -252
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +4 -24
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +65 -193
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +24 -144
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +4 -24
- 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 +32 -192
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +4 -24
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +20 -120
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs +4 -24
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs +36 -216
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +4 -24
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +8 -48
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +20 -120
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +48 -288
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +4 -24
- 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 +0 -0
- 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
package/Editor.meta
CHANGED
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 59197c472e918666fd7eac90debac4bce19ed005
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
@@ -6,16 +6,195 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
### 🍰 🙌 New Features
|
|
9
10
|
|
|
11
|
+
- Add GaussianSplatComponent (#362) *(a668d76)* [**OF-1262**]
|
|
12
|
+
- Added SetECommerceActiveInSpace (#380) *(15bb3df)* [**OF-1177**]
|
|
13
|
+
- Tint property for gaussian splats (#383) *(e987ddf)* [**OF-1269**]
|
|
14
|
+
- Gaussian splat asset type (#385) *(d51462c)* [**No Ticket**]
|
|
15
|
+
- Add VisionOS binaries for Unity *(f31569b)* [**OF-1256**]
|
|
16
|
+
- Altered variant collection api (#397) *(af9a7ff)* [**OF-1272**]
|
|
17
|
+
- Added GetShopifyStores (#404) *(8233122)* [**OF-1228**]
|
|
18
|
+
- Vision OS example app (#416) *(2d49392)* [**No Ticket**]
|
|
19
|
+
- Added OrganizationId to Space (#418) *(dbeace9)* [**OF-1233**]
|
|
20
|
+
- Text components (#420) *(5a127a3)* [**OF-1311**]
|
|
21
|
+
- Organization System support for CRUD endpoints *(892b860)* [**OF-1237**]
|
|
22
|
+
- AssetCollection organization IDs (#425) *(9d74222)* [**OF-1234**]
|
|
23
|
+
- Update Example visionOS README & example code update (#429) *(dffb01c)* [**No Ticket**]
|
|
24
|
+
- Added HotspotSpaceComponent (#435) *(82a77ed)* [**OF-1335**]
|
|
25
|
+
- Support for maintainance window url (#436) *(032d106)* [**OF-1303**]
|
|
26
|
+
- Sequence System - Generic system for storing shared sorted lists. (#441) *(083f6fa)* [**OF-1334**]
|
|
27
|
+
- Querying for local POIs by type (#450) *(d7969f6)* [**No Ticket**]
|
|
28
|
+
- Add name property to component base *(5b7bade)* [**OF-1313**]
|
|
29
|
+
- Added duplicate space method to space system (#464) *(e5e6b6b)* [**No Ticket**]
|
|
30
|
+
- Implement Sequence Hierarchies (#471) *(05c950a)* [**OF-1375**]
|
|
31
|
+
- Add global transform support (#476) *(908796e)* [**OF-1373**]
|
|
32
|
+
- Update endpoint used by web examples (#486) *(7d8ef22)* [**OW-1812**]
|
|
33
|
+
- Hotspot names support the space character (#497) *(a381888)* [**OF-1419**]
|
|
34
|
+
- Cinematic Camera Component (#487) *(c114e26)* [**OW-1806**]
|
|
10
35
|
|
|
11
36
|
|
|
37
|
+
### 🐛 🔨 Bug Fixes
|
|
12
38
|
|
|
39
|
+
- Local entities are destroyed upon exiting a space *(508a699)* [**No Ticket**]
|
|
40
|
+
- Update services api (#375) *(ae1663a)* [**No Ticket**]
|
|
41
|
+
- E-commerce structures default values (#384) *(5213412)* [**OB-3363**]
|
|
42
|
+
- Error log message formatting on failure to disconnect when logging out (#387) *(619de6e)* [**No Ticket**]
|
|
43
|
+
- Protect against null entity (#391) *(1f16d28)* [**No Ticket**]
|
|
44
|
+
- Prevent crash on null container *(26da0e3)* [**OF-1272**]
|
|
45
|
+
- Revert 'prevent crash on container' (#393) *(99aadd4)* [**OF-1272**]
|
|
46
|
+
- IsInSpace bad behavior (#394) *(c9dab2e)* [**OF-1275**]
|
|
47
|
+
- Iterate over components correctly (#390) *(06324a7)* [**OB-3269**]
|
|
48
|
+
- Log messages emitted under multiplayer connection failures do not crash the application *(a6aff3e)* [**OB-3444**]
|
|
49
|
+
- Fix crash accessing components from scripts after component removed (#408) *(0e16113)* [**OB-3426**]
|
|
50
|
+
- Ensure context clear on ExitSpace *(67c80cc)* [**OB-3438**]
|
|
51
|
+
- Do not strip symbols for VisionOS *(0487f42)* [**OB-3490**]
|
|
52
|
+
- Don't p/invoke private ctors/dtors *(9d7c83c)* [**OB-3490**]
|
|
53
|
+
- Properly validate optionals *(a7f46d0)* [**OB-3493**]
|
|
54
|
+
- Fix_Generate_Shell_Scripts (#423) *(12d9005)* [**OF-1327**]
|
|
55
|
+
- Moved CSP tick loop start after login in examples (#427) *(61a0ac2)* [**OPE-1738**]
|
|
56
|
+
- Missing TextSpaceComponent refs (#431) *(3d15817)* [**OF-1330**]
|
|
57
|
+
- VisionOS Unity Build Script Failing to Include CSP Binaries (#434) *(ef76387)* [**OB-3568**]
|
|
58
|
+
- Update spelling mismatch (#438) *(9aa5506)* [**nt-0**]
|
|
59
|
+
- Path validation for CartId *(0796198)* [**OF-1324**]
|
|
60
|
+
- Reverse shutdown order (#446) *(d0059d6)* [**OB-3650**]
|
|
61
|
+
- Crash when tearing down the multiplayer connection for Unity-based clients. *(7fdf26e)* [**OB-3653**]
|
|
62
|
+
- Update sequence API (#454) *(ddc03c3)* [**OF-1378**]
|
|
63
|
+
- Added test timeout (#457) *(cf8046a)* [**OB-3664**]
|
|
64
|
+
- Prevent using / in sequence keys (#467) *(ad8c7e3)* [**OF-1394**]
|
|
65
|
+
- Crash on DLL load for CPP apps (#473) *(8d285e0)* [**No Ticket**]
|
|
66
|
+
- Android failure error (#482) *(b3f4c7a)* [**No Ticket**]
|
|
13
67
|
|
|
14
68
|
|
|
15
69
|
|
|
70
|
+
### 💫 💥 Code Refactors
|
|
71
|
+
|
|
72
|
+
- Github yaml for PR branch restrict (#379) *(9f15b45)* [**No Ticket**]
|
|
73
|
+
- Meta file to set Editor macos to run for any cpu instead of only intel64 (#396) *(ee6552e)* [**No Ticket**]
|
|
74
|
+
- Make params in UpdateEvent opt *(c7e1e7d)* [**OF-1176**]
|
|
75
|
+
- Deprecate GSplat IsShadowCaster *(adbc074)* [**OF-1289**]
|
|
76
|
+
- Update CHS wrapper *(27095f8)* [**OF-1290**]
|
|
77
|
+
- Refactor Org test accounts (#406) *(96d8c6d)* [**No Ticket**]
|
|
78
|
+
- Remove UserID parameter from GetShopifyStores (#407) *(5de9b59)* [**OF-1302**]
|
|
79
|
+
- ComponentBase type getters (#419) *(e2d030c)* [**OF-1314**]
|
|
80
|
+
- Update generate shell scripts (#421) *(a3a4338)* [**OF-1322**]
|
|
81
|
+
- Expand `Variant` float type *(fc60f78)* [**No Ticket**]
|
|
82
|
+
- Update the hotspot component type properties *(5eda4ec)* [**OF-1359**]
|
|
83
|
+
- Replace GetProfilesByUserId with GetBasicProfilesByUserId *(d0695be)* [**OF-596**]
|
|
84
|
+
- Delete cancel login test (#452) *(d3add3c)* [**OF-688**]
|
|
85
|
+
- CSP Tests now target the new test environment. *(0cb8e00)* [**OF-1399**]
|
|
86
|
+
- Add ReferenceID to Agora token (#494) *(8788a81)* [**OF-1420**]
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### 🙈 🙉 🙊 Test Changes
|
|
90
|
+
|
|
91
|
+
- Fixed LogInAsGuest in tests (#399) *(f16af7b)* [**No Ticket**]
|
|
92
|
+
- ConversationSystemTests fix (#430) *(a9e5187)* [**No Ticket**]
|
|
93
|
+
- Updating CSP tests to comply with new EventBrite data formatting requirements *(91f58c1)* [**No Ticket**]
|
|
94
|
+
- Ensure tests don't self-message (#468) *(6f058f3)* [**No Ticket**]
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### 📖 ✍ Documentation Changes
|
|
98
|
+
|
|
99
|
+
- Updated sequence key docs (#456) *(4f15bfe)* [**OF-1365**]
|
|
100
|
+
- Updating PR template (#495) *(08fbf56)* [**No Ticket**]
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### 🧩 Miscellaneous Changes
|
|
104
|
+
|
|
105
|
+
- Organization System (#405) *(3ba9161)* [**OF-1232**]
|
|
106
|
+
|
|
107
|
+
|
|
16
108
|
<br>
|
|
17
109
|
|
|
18
110
|
## Revision Change Details
|
|
19
111
|
|
|
20
112
|
| Change ID | Author | Description |
|
|
21
|
-
| --------- | ------ | ----------- |
|
|
113
|
+
| --------- | ------ | ----------- |
|
|
114
|
+
| 508a699 | Sam Birley | [NT-0] fix: Local entities are destroyed upon exiting a space<br>• [NT-0] fix: entity cleanup on space exit<br>As part of a recent broad refactor to the multiplayer connection's application lifetime, the connection now persists for the duration of the application's lifetime. Entering a space now narrows the connections focus to listen to entities within the space, and exiting stops the connection from listening to entities within the space.<br>A bug has arisen however where whilst leaving a space stops the application receiving updates regarding entities, it does not clear CSP's local view of currently known entities.<br>This change introduces a new function to SpaceEntitySystem, LocalDestroyAllEntities which is invoked by the SpaceSystem after it has finished listening for entities within the space. It clear's CSP's local view of all currently known entities.<br>Tests have been updated to validate this behaviour. |
|
|
115
|
+
| ae1663a | AdamThorn | [NT-0] fix: update services api (#375)<br>• [NT-0] fix: updating services API<br>A breaking change to Magnopus services requires an update<br>in order for CSP clients to update space descriptions<br>• [NT-0] fix: CSP code changes for latest services<br>Necessary code changes in order to adapt to latest<br>services API changes.<br>• [NT-0] fix: UpdateSpace respects required fields<br>Certain fields on the services endpoint for updating spaces<br>are required, however we did not always provide them to the<br>endpoint.<br>Separately, this change also addresses a false expectation in a CSP<br>test, when a client does not provide a description string to update<br>space. The expected behaviour in this case is for the description to be<br>cleared by the services, and the test has been updated to respect this.<br>• [NT-0] fix: update chs wrapper<br>---------<br>Co-authored-by: Sam Birley <sam.birley@magnopus.com> |
|
|
116
|
+
| a668d76 | AdamThorn | [OF-1262] feat: Add GaussianSplatComponent (#362)<br>• [NT-0] feat: Add VolumetricComponent<br>Add a volumetric component to enable support for<br>Gaussian Splat, NeRF and TRIPS assets.<br>• [OF-1262] feat: Refactored Gaussian Splat<br>Refactored VolumetricModel component to GaussianSplat component.<br>• [OF-1262] feat: Remove thirdpartyref |
|
|
117
|
+
| 15bb3df | MAG-AW | [OF-1177] feat: Added SetECommerceActiveInSpace (#380)<br>• [OF-1177] feat: Added SetECommerceEnabledInSpace<br>• Added the ability to set whether ECommerce is enabled or disabled in<br>a space via a discrete API call, rather than calling the<br>AddShopifyStore method.<br>• Modified a manual test and verified functionality.<br>• [OF-1177] refac: renamed function |
|
|
118
|
+
| 72a757d | Lyubomir Lichev | [NT-0]: refac: Update Unity examples to CSP 4.23.1 (#382)<br>• updated to csp 4.22.0, resolved breaking changes<br>• updated to csp 4.22.1 which resolves login crash<br>• QoL changes, memory management, clean up<br>• updated to csp 4.23.1, minor improvements<br>• updated tenant parameters<br>• updated basic framework example to 4.23.1 as well<br>• updated initialising example to 4.23.1<br>• updated reference to loginstate |
|
|
119
|
+
| e987ddf | Sam Birley | [OF-1269] feat: Tint property for gaussian splats (#383)<br>[OF-1269] feat: tint property for gaussian splats<br>The Gaussian Splat component now also describes a 'tint' property, which is intended to represent an RGB tuple that is globally applied to the Gaussian Splat asset associated with the component, when rendered in a client viewport. |
|
|
120
|
+
| 5213412 | Sam Birley | [OB-3363] fix: e-commerce structures default values (#384)<br>[OB-3363] fix: e-commerce structures default values<br>CSP now default initializes all e-commerce structures' member variables to sensible values. It also reports additional errors to the log if expected values in DTOs returned by services are not present. |
|
|
121
|
+
| 9f15b45 | MAG-AW | [NT-0] refac: github yaml for PR branch restrict (#379)<br>• [NT-0] refac: github yaml for PR branch restrict<br>• [NT-0] fix: branch check logic |
|
|
122
|
+
| d51462c | Sam Birley | [NT-0] feat: gaussian splat asset type (#385)<br>In service of affording users with the ability to upload gaussian splat files, introducing a new asset type to CSP: `GAUSSIAN_SPLAT`. |
|
|
123
|
+
| 619de6e | Sam Birley | [NT-0] fix: Error log message formatting on failure to disconnect when logging out (#387)<br>[NT-0] fix: addressing a log formatting bug<br>Discovered whilst debugging a client, when a client attempts to log out but does not have a valid MP connection, we emit an error message to the log. There was an error in the log formatting however, where it was expecting a string and being provided an int.<br>This change fixes the formatting issue, and also includes some updates to the 'OKOBuildTool' - a legacy script that remains highly useful to this day as a workflow enhancer when debugging CSP issues in Unreal client applications. The updates concern naming and paths that have changed since the tool was last updated. |
|
|
124
|
+
| f31569b | Michael K | [OF-1256] feat: add VisionOS binaries for Unity |
|
|
125
|
+
| 1f16d28 | MAG-AW | [NT-0] fix: protect against null entity (#391) |
|
|
126
|
+
| 26da0e3 | MAG-AW | [OF-1272] fix: prevent crash on null container<br>• added a check in HasKey to prevent a crash when Container is null<br>in common::Map |
|
|
127
|
+
| 99aadd4 | MAG-AW | [OF-1272] fix: revert 'prevent crash on container' (#393)<br>This reverts commit 26da0e39ca7f96ac30383c8ca7243099ab66111e. |
|
|
128
|
+
| c9dab2e | MAG-AW | [OF-1275] fix: IsInSpace bad behavior (#394) |
|
|
129
|
+
| 06324a7 | MAG-me | [OB-3269] fix: Iterate over components correctly (#390)<br>• [OB-3269] fix: Iterate over components correctly<br>• [OB-3269] fix: Check for deletion as well<br>• [OB-3269] fix: Update loop variable declaration |
|
|
130
|
+
| ee6552e | Lyubomir Lichev | [NT-0] refac: meta file to set Editor macos to run for any cpu instead of only intel64 (#396) |
|
|
131
|
+
| f16af7b | MAG-AW | [NT-0] test: fixed LogInAsGuest in tests (#399)<br>• Unsure why this behavior changed but tests require LogInAsGuest to<br> pass true for UserHasVerifiedAge now. Tests updated. |
|
|
132
|
+
| af9a7ff | MAG-AW | [OF-1272] feat: Altered variant collection api (#397)<br>• Changed GetProductInfoCollectionByVariantIds to return an array which<br>contains a product with a single variant, per variantID given. |
|
|
133
|
+
| c7e1e7d | Michael K. | [OF-1176] refac: Make params in UpdateEvent opt<br>This change makes most of the parameters for UpdateTicketedEvent<br>optional, allowing devs to disable an event without providing all event<br>parameters. |
|
|
134
|
+
| adbc074 | Michael K. | [OF-1289] refac: deprecate GSplat IsShadowCaster |
|
|
135
|
+
| 27095f8 | AdamThorn | [OF-1290] refac: Update CHS wrapper |
|
|
136
|
+
| a6aff3e | Sam Birley | [OB-3444] fix: Log messages emitted under multiplayer connection failures do not crash the application<br>Fixed a number of cases where the format string passed to CSP log messages was inconsistent with the type of the arguments being passed in.<br>Log messages emitted when multiplayer errors are encountered now include a string representation of the error code. |
|
|
137
|
+
| 3ba9161 | AdamThorn | OF-1232 Organization System (#405)<br>Implementing invite flow for the OrganizationSystem |
|
|
138
|
+
| 8233122 | MAG-AW | [OF-1228] feat: Added GetShopifyStores (#404)<br>• [OF-1228] feat: Added GetShopifyStores<br>• Added new API for retrieving stores for a given user<br>• Added a manual test and verified as working<br>• [OF-1228] feat: add optional active filter |
|
|
139
|
+
| 96d8c6d | AdamThorn | [NT-0] refac: Refactor Org test accounts (#406) |
|
|
140
|
+
| 5de9b59 | Daniel | [OF-1302] refac: Remove UserID parameter from GetShopifyStores (#407)<br>- Update the GetShopifyStores to get the UserId from the internal UserSystem rather than as a parameter on the function, as we currently only want to get the current user's stores. |
|
|
141
|
+
| 0e16113 | MAG-me | [OB-3426] fix: Fix crash accessing components from scripts after component removed (#408)<br>• [OB-3426] fix: Iterate over map correctly<br>• [OB-3426] fix: Crash getting component from script |
|
|
142
|
+
| 67c80cc | Michael K | [OB-3438] fix: ensure context clear on ExitSpace<br>This change ensures that entities are deleted and leader election is reset when exiting a space. |
|
|
143
|
+
| 0487f42 | Michael K. | [OB-3490] fix: do not strip symbols for VisionOS |
|
|
144
|
+
| 9d7c83c | Michael K. | [OB-3490] fix: don't p/invoke private ctors/dtors<br>The C# wrapper generator was generating p/invoke imports for private<br>constructors and destructors, resulting in VisionOS attempting to<br>link against these non-existing exports. |
|
|
145
|
+
| a7f46d0 | Michael K. | [OB-3493] fix: properly validate optionals |
|
|
146
|
+
| 2d49392 | mag-richardzirbes | [NT-0] feat: Vision OS example app (#416)<br>• Add Vision OS example app<br>• Add copyright headers to scripts, change client version to 0.0.1 |
|
|
147
|
+
| dbeace9 | MAG-AW | [OF-1233] feat: added OrganizationId to Space (#418) |
|
|
148
|
+
| e2d030c | MAG-AW | [OF-1314] refac: ComponentBase type getters (#419)<br>- Add type-safe getters for the 6 ReplicatedValue types<br>- Refactored components to use these functions |
|
|
149
|
+
| 5a127a3 | MAG-IY | [OF-1311] feat: Text components (#420)<br>Client applications can now create, update and delete text components that belong to an entity.<br>Text components allow the client application to reason about a body of text that should appear at a particular location in a space, along with its billboarding behaviour, size, background and text color. |
|
|
150
|
+
| a3a4338 | AdamThorn | [OF-1322] refac: Update generate shell scripts (#421)<br>As of Python 3.12+ it is a requirement that we use a venv to install<br>modules. The generate_solution_X.sh scripts for mac, ios and visionos<br>have all been updated to check for the version of Python installed,<br>and if >= 3.12, to create and activate a venv before proceeding with<br>module installation. |
|
|
151
|
+
| fc60f78 | Michael K. | [NT-0] refac: expand `Variant` float type<br>This change expands floats in `csp::common::Variant` from single to<br>double precision. |
|
|
152
|
+
| 892b860 | AdamThorn | [OF-1237] feat: Organization System support for CRUD endpoints<br>Added support for CRUD endpoints to the Organization System so that users are able to Create, Get, Update and Deactivate Organizations. Tests have also been added to validate these new endpoints.<br>In addition the requirement for a separate Organization test account credentials text file has been removed, and the account credentials of the OKO_TESTS tenant admin are now read from the existing account credentials file. |
|
|
153
|
+
| 4fd2db3 | MAG-AW | Of 1172 feat: Querying for ecommerce product variants now also returns the available stock count (#422)<br>• [OF-1172] fix: update csp-services<br>• [OF-1172] feat: add QuantityAvailable to variant<br>• [OF-1172] test: add quantityavailable check<br>• [OF-1172] refac: QuantityAvailable AvailableStock |
|
|
154
|
+
| 12d9005 | MAG-IY | [OF-1327] fix: Fix_Generate_Shell_Scripts (#423)<br>Removed typo causing mac/ios generation to fail.<br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com> |
|
|
155
|
+
| 9d74222 | MAG-AW | [OF-1234] feat: AssetCollection organization IDs (#425)<br>• [OF-1234] feat: wip AssetCollection orgId<br>• [OF-1234] fix: AssetCollection copy operator |
|
|
156
|
+
| a9e5187 | MAG-AW | [NT-0] test: ConversationSystemTests fix (#430)<br>• Fixed test not entering and exiting spaces correctly before<br>sending network events. |
|
|
157
|
+
| 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 |
|
|
158
|
+
| 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 |
|
|
159
|
+
| 3d15817 | MAG-IY | [OF-1330] fix: missing TextSpaceComponent refs (#431)<br>Added missing references to TextSpaceComponent.<br>Added tests to verify everything is working. |
|
|
160
|
+
| ef76387 | Sam Birley | [OB-3568] fix: VisionOS Unity Build Script Failing to Include CSP Binaries (#434)<br>[OB-3568] fix: VisionOS unity build script<br>This change addresses an issue that was found to be preventing the `libConnectedSpacesPlatform.a` binary from being included in XCode projects generated by Unity.<br>The cause was an omission in a CSP-provided Unity build script, where the logic that determines whether or not to include the binary was not accounting for the VisionOS platform. |
|
|
161
|
+
| 82a77ed | MAG-AW | [OF-1335] feat: Added HotspotSpaceComponent (#435)<br>• [OF-1335] feat: Added HotspotSpaceComponent<br>• Added the new Component<br>• Added script bindings<br>• Added tests<br>•Removed duplicated TextSpaceComponent script bindings |
|
|
162
|
+
| 032d106 | MAG-IY | [OF-1303] feat: support for maintainance window url (#436)<br>• [OF-1303] feat: support for maint window url<br>• Add running switch to Maintainance system<br>• Add maintainance URL to ClientUserAgent info<br>• Change Maint API to consume supplied url<br>• turn off main system if query fail.<br>• [OF-1303] feat!: CSPFoundation to support url<br>•Moved maint window url to EndPointUrls<br>•Changed CSPFoundation public API to accept url<br>•Changed MaintainanceAPI to accept const ref<br>•Changed switch variable name<br>•Updated MaintainanceSystem to use url<br>•Updated API use in tests and test helpers<br>• [OF-1303] feat!: support for maintainanceUrls<br><br>Updated TestHelper.cs and MultiplayerTestClient.cs to consume new API<br>• [OF-1303] feat!: support for maint window url<br>• updated TestHelpers to initialise csp with maintainance url<br>• removed erroneous call arg from LogSystemTests<br>• [OF-1303] feat!: support for maint window url<br>•removed previous public API change<br>•added string arg to MaintainanceSystem Call<br>•updated test to consume updated API<br>• [OF-1303] feat!: support for maint window url<br>• Removed unneeded header<br>• Added error logging if GetMaintainanceInfo fails. |
|
|
163
|
+
| 9aa5506 | Daniel | [nt-0] fix: Update spelling mismatch (#438) |
|
|
164
|
+
| 91f58c1 | Sam Birley | [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. |
|
|
165
|
+
| 0796198 | MAG-AW | [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. |
|
|
166
|
+
| 5eda4ec | MAG-me | [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 |
|
|
167
|
+
| 083f6fa | MAG-mv | [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 |
|
|
168
|
+
| d0059d6 | David Swift | [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. |
|
|
169
|
+
| d0695be | MAG-mv | [OF-596] refac: Replace GetProfilesByUserId with GetBasicProfilesByUserId |
|
|
170
|
+
| 7fdf26e | David Swift | [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. |
|
|
171
|
+
| d7969f6 | Sam Birley | [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. |
|
|
172
|
+
| ddc03c3 | MAG-IY | [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 |
|
|
173
|
+
| d3add3c | MAG-IY | [OF-688] refac: Delete cancel login test (#452)<br>Removing an unused problematic test. |
|
|
174
|
+
| 4f15bfe | MAG-mv | [OF-1365] doc: updated sequence key docs (#456) |
|
|
175
|
+
| cf8046a | MAG-mv | [OB-3664] fix: Added test timeout (#457)<br>- Added timeout for test with a check to ensure callback was called |
|
|
176
|
+
| 5b7bade | MAG-mv | [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 |
|
|
177
|
+
| 02edbaa | MAG-mv | [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 |
|
|
178
|
+
| 1d57eeb | MAG-IY | 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> |
|
|
179
|
+
| 98637ab | MAG-mv | [OF-1370] Added ParentId support to SpaceEntitySystem and SpaceEntity (#458)<br>• [OF-1370] feat: fixing optional bug<br>• [OF-1370] feat: adding ParentId support<br>• [OF-1370] refac: added comments + name change<br>• [OF-1370] feat: updated deserialisation<br>• [OF-1370] refac: updated comments<br>• [OF-1370] feat: add new test cases<br>• [OF-1370] feat: update tests + handled deletions<br>• [OF-1370] feat: remove redundant code<br>• [OF-1370] feat: update return value<br>• [OF-1370] feat: padding correct id<br>• [OF-1370] feat: update setter to use id<br>• [OF-1370] fix: spelling + naming<br>• [OF-1370] fix: created removeParentEntity function<br>• [OF-1372] Root Hierarchy support (#460)<br>• [OF-1372] feat: add support for root hierarchy<br>• [OF-1372] feat: works with incoming objects<br>• [OF-1372] refac: update hierarchy resolution<br>• [OF-1372] test: update c# test<br>• [OF-1372] fix: test component test |
|
|
180
|
+
| 3fdca0a | Thomas Greenhalgh | [NT-0] Update web examples to use CSP 4.31.0 (#463)<br>• [NT-0] feat: Update CSP web initialisation example<br>• [NT-0] refac: Remove unused file from init example<br>• [NT-0] feat: Update web basic example to CSP 4.31<br>• [NT-0] feat: Web example update to latest CSP API |
|
|
181
|
+
| e5e6b6b | Thomas Greenhalgh | [NT-0] feat: Added duplicate space method to space system (#464)<br>• Added DuplicateSpace to SpaceSystem<br>• Enables the creation of a shallow or deep copy of an existing space |
|
|
182
|
+
| 6f058f3 | MAG-AW | [NT-0] test: Ensure tests don't self-message (#468)<br>• Unless specified in the test, tests won't inherit self-messaging flags |
|
|
183
|
+
| 3b9b983 | David Swift | refac: simplify dllimports (#470)<br>Small refactor that makes the generated C# code a little less verbose<br>• Moved conditional compilation into a constant<br>• Simplified template/generated code |
|
|
184
|
+
| 05c950a | MAG-mv | [OF-1375] feat: Implement Sequence Hierarchies (#471)<br>• [OF-1375] feat: add entity sequence endpoints<br>• [OF-1375] feat: add additional functions<br>• [OF-1375] doc: updated comments<br>• [OF-1375] refac: updates tests, docs, names<br>• [OF-1375] test: updating tests |
|
|
185
|
+
| ad8c7e3 | MAG-IY | [OF-1394] fix: prevent using / in sequence keys (#467)<br>• [OF-1394] fix: prevent using / in sequence keys<br>• added sequence key validation to all functions<br>• added invalid key test for all functions<br>• [OF-1394] fix: prevent using / in sequence keys<br>•Updated path checking to get rid of warnings<br>• [OF-1394] fix: prevent using / in sequence keys<br>•Updated helper functions to check http response codes<br>•Updated tests to test expected http response codes<br>•Updated Sequence system to check for additional invalid characters<br>• [OF-1394] fix: fix missing arg name<br>• Unrelated fix to missing arg name causing unsightly generated code<br>• [OF-1394] fix: prevent using / in sequence keys<br>• Fixed copy paste errors for logging messages<br>• [OF-1394] fix: prevent using / in sequence keys<br>• Added failure reason<br>• Added new constructors for Sequence(s)Result and NullResult<br>• Added new MakeInvalid<T> function<br>• Updated SequenceSystem to populate fail reason w invalid keys<br>• Updated tests to verify new fail reason is used as expected.<br>• [OF-1394] fix: prevent using / in sequence keys<br>• Updated error message to contain invalid characters<br>• Updated doxygen comment from 'brief' to 'note'<br>• [OF-1394] fix: prevent using / in sequence keys<br>• Fixed string formatting issue causing logging crash |
|
|
186
|
+
| 8d285e0 | Sam Birley | [NT-0] fix: crash on DLL load for CPP apps (#473)<br>Bug & Fix<br>This change concerns moving a static string declaration in the global scope out of a public header. Specifically SequenceHierarchyName.<br>Global variable strings within CSP can cause apps using CSP dlls to crash on load of the DLL, as it leads to the application attempting to instantiate the global-scope string variable on DLL-load, before CSP has initialised its memory allocators, which the string class depends upon. The end result is a null dereference crash.<br>The fix though is to not declare this string variable at the global scope, because this will always be risky with respect to CSP's memory allocators. Instead it is retrieved through a global-scope static function, which more or less guarantees that it will only ever be called after the allocators have been initialised.<br>Additionally...<br>Since in this case, since the variable is only used internally within CSP, it has also been moved to an internal source file.<br>To avoid creating a brand new header for a single constant, the MultiplayerKeyConstants.h file has been used for this and renamed to the more generic MultiplayerConstants.h. |
|
|
187
|
+
| 0cb8e00 | MAG-mv | [OF-1399] refac: CSP Tests now target the new test environment.<br>CSP tests now target the https://ogs.magnopus-dev.cloud/ environment by default.<br>The tests still use the `OKO_TESTS` tenant.<br>This change also includes other functional changes required in order for all tests to continue passing on the new environment:<br>• Sequence update event semantics have changed ([OF-1412](https://magnopus.atlassian.net/browse/OF-1412)).<br>[OF-1412]: https://magnopus.atlassian.net/browse/OF-1412?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ<br>• Sequence tests have had their validation that multiplayer events have fired removed, as we cannot guarantee when these will fire relative to the responses of the RESTful endpoints that trigger them. |
|
|
188
|
+
| 908796e | MAG-IY | [OF-1373] feat: Add global transform support (#476)<br>• [OF-1399] feat: update environment url<br>• [OF-1399] feat: update additional urls<br>• [OF-1399] feat: update to use internal url<br>• [OF-1399] feat: update to use internal url<br>• [OF-1412] fix: sequence update event semantics<br>Service-level semantics around update events for<br>sequences have changed. Updating CSP to align with<br>those changes.<br>• [OF-1412] test: sequence update event semantics<br>Updated a test case to use the latest sequence update<br>event semantics.<br>• [NT-0] fix: all tests now wait for exit space<br>There is a current issue where services are returning failures<br>with CSP tests that rely on setting multiplayer scopes on the service.<br>This change is an explorative one, to determine what happens<br>if the client waits for the services to confirm the space has been<br>exited before continuing.<br>• [NT-0] test: no validation of sequence events<br>We no longer validate that sequence multiplayer events<br>actually get called, but if they do, we still validate the results.<br>This is because we cannot guarantee when the multiplayer<br>events will be fired relative to the responses of RESTful endpoints that<br>will trigger them.<br>• [OF-1399] refac: Add timeout to validate events<br>Have introduced a timeout to validate that sequence multiplayer<br>events get called.<br>• [OF-1399] test: add logging<br>• [OF-1399] test: add line break<br>• [OF-1399] test: add SetScope logs<br>• [OF-1399] feat: update maintinance url<br>• [OF-1399] test: add more callback logging<br>• [OF-1399] test: add logging to asset test<br>• [OF-1399] fix: fix compile errors<br>• [OF-1373] feat: Add global transform support<br>• Added operators for vector classes<br>• Added addition operator for SpaceTranform<br>• Added global transform data getters<br>• Added transform equality operator<br>• added simple test to verify above<br>• [OF-1399] test: add additional logging<br>• [OF-1373] feat: add globnal transform support<br>• Fixed typo in vector<br>• removed commented out code<br>• [OF-1373] feat: add global transform support<br>•Added glm submodule<br>•Updated premake to add dependency<br>•Updated rotation code to use glm quaternions<br>•Updated test code<br>• [OF-1373] feat: Add global transform support<br>• Fixed broken if statement in EventSerialisation<br>• [OF-1373] feat: add global transform support<br>• Added matrix compute function to SpaceEntity.cpp<br>• Updated all global functions for correct maths<br>• Removed old test<br>• Added position test<br>• Added rotation test<br>• Added Scale test<br>• Added Transform Test<br>---------<br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>Co-authored-by: Sam Birley <sam.birley@magnopus.com><br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: Adam Thorn <adam.thorn@magnopus.com> |
|
|
189
|
+
| 86d1202 | MAG-IY | Fix main develop async (#478)<br>• Staging 4.23.1 (#377) (#378)<br>• [NT-0] fix: Local entities are destroyed upon exiting a space<br>• [NT-0] fix: entity cleanup on space exit<br>As part of a recent broad refactor to the multiplayer connection's application lifetime, the connection now persists for the duration of the application's lifetime. Entering a space now narrows the connections focus to listen to entities within the space, and exiting stops the connection from listening to entities within the space.<br>A bug has arisen however where whilst leaving a space stops the application receiving updates regarding entities, it does not clear CSP's local view of currently known entities.<br>This change introduces a new function to SpaceEntitySystem, LocalDestroyAllEntities which is invoked by the SpaceSystem after it has finished listening for entities within the space. It clear's CSP's local view of all currently known entities.<br>Tests have been updated to validate this behaviour.<br>• [NT-0] fix: update services api (#375)<br>• [NT-0] fix: updating services API<br>A breaking change to Magnopus services requires an update<br>in order for CSP clients to update space descriptions<br>• [NT-0] fix: CSP code changes for latest services<br>Necessary code changes in order to adapt to latest<br>services API changes.<br>• [NT-0] fix: UpdateSpace respects required fields<br>Certain fields on the services endpoint for updating spaces<br>are required, however we did not always provide them to the<br>endpoint.<br>Separately, this change also addresses a false expectation in a CSP<br>test, when a client does not provide a description string to update<br>space. The expected behaviour in this case is for the description to be<br>cleared by the services, and the test has been updated to respect this.<br>• [NT-0] fix: update chs wrapper<br>---------<br><br>---------<br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: Sam Birley <sam.birley@magnopus.com><br>• Staging/v4.30.0 (#447)<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>---------<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>• Staging/4.31.0 (#455)<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>---------<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><br>• 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><br>---------<br>Co-authored-by: AdamThorn <100126625+MAG-AdamThorn@users.noreply.github.com><br>Co-authored-by: Sam Birley <99482500+MAG-SamBirley@users.noreply.github.com><br>Co-authored-by: Sam Birley <sam.birley@magnopus.com><br>Co-authored-by: Michael K <99647234+MAG-MichaelK@users.noreply.github.com><br>Co-authored-by: MAG-AW <99488940+MAG-AW@users.noreply.github.com><br>Co-authored-by: MAG-mv <109593178+MAG-mv@users.noreply.github.com><br>Co-authored-by: MAG-me <115081336+MAG-ME@users.noreply.github.com><br>Co-authored-by: David Swift <david.swift@magnopus.com> |
|
|
190
|
+
| 84b0f0d | kevinmagnopus | [OB-3744] refactor global variable 'XErrorCodeToFailureReason' in Web… (#474)<br>[OB-3744] fix: refactor global variable `XErrorCodeToFailureReason` in WebService.cpp to reside as a static variable inside the function that references the variable. <br>This resolves a runtime crash on certain platforms due to the static strings being instantiated before the allocator has been initialized. |
|
|
191
|
+
| b3f4c7a | MAG-IY | [NT-0] fix: android failure error (#482)<br>Updated SpaceEntity.cpp to use c_str instead of string. |
|
|
192
|
+
| 7d8ef22 | Thomas Greenhalgh | [OW-1812] feat: Update endpoint used by web examples (#486)<br>• [OW-1812] feat: Update web examples to use new URL<br>• [OW-1812] feat: Upgrade web examples to CSP 5.1.0 |
|
|
193
|
+
| 8e97d14 | MAG-Bailin | Update README.md<br>Updated the tenant IDs section with new tenant creation process |
|
|
194
|
+
| 5ff7de0 | mag-richardzirbes | Update Example Project URLs & CSP version (#490)<br>Update Unity example project URLs & CSP version |
|
|
195
|
+
| 2bc9ccc | AdamThorn | NT-O_Add_repo_name_check_to_GitHub_Actions (#477)<br>• Update check branch Action<br>Update 'check branch' Action so that it will not run against forks of the Connected Spaces Platform repo.<br>• [NT-0] refac: Add repo check to Actions<br>To ensure that GitHub Actions are not run on forks<br>of the Connected Spaces Platform repo, checks have<br>been added to the Actions to ensure the repo name<br>is correct.<br>• [NT-0] refac: Update Main branch references<br>- Update references to the Main branch.<br>- Add a new action to ensure staging branches<br>can only be created from develop.<br>• [NT-0] refac: Fix error in action logic |
|
|
196
|
+
| 08fbf56 | Sam Birley | [NT-0] doc: updating PR template (#495)<br>The previous check-box-oriented template was underutilized and frequently left unmodified upon merge.<br>Updating the template to be more of a call to action in an effort to encourage contributors to include descriptive PR messages. |
|
|
197
|
+
| 8788a81 | Daniel | [OF-1420] refac: Add ReferenceID to Agora token (#494)<br>- Add ReferenceID to the Agora token to support using channels named differently to the space ID |
|
|
198
|
+
| a381888 | Sam Birley | [OF-1419] feat: hotspot names support the space character (#497)<br>CSP client applications can now reason about sequence keys that include characters usually reserved in URIs, such as spaces.<br>As part of this work, we have introduced a new set of encoding source files for future encode/decode behaviour. |
|
|
199
|
+
| c114e26 | MAG-AdrianMeredith | [OW-1806] feat: Cinematic Camera Component (#487)<br>Co-authored-by: AdamThorn <100126625+MAG-AdamThorn@users.noreply.github.com> |
|
|
200
|
+
| d4fa958 | AdamThorn | Merge pull request #493 from magnopus-opensource/staging/v5.1.1 (#500) |
|
package/README.md.meta
CHANGED
package/Source/CSPFoundation.cs
CHANGED
|
@@ -22,188 +22,58 @@ namespace Csp
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
[
|
|
26
|
-
|
|
27
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
28
|
-
"__Internal"
|
|
29
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
30
|
-
"ConnectedSpacesPlatform_D"
|
|
31
|
-
#else
|
|
32
|
-
"ConnectedSpacesPlatform"
|
|
33
|
-
#endif
|
|
34
|
-
),
|
|
35
|
-
SuppressUnmanagedCodeSecurity
|
|
36
|
-
]
|
|
25
|
+
[DllImport(Csp.Constants.DllName)]
|
|
26
|
+
[SuppressUnmanagedCodeSecurity]
|
|
37
27
|
static extern bool csp_CSPFoundation_Initialise_bool_StringRC_StringRC(IntPtr EndpointRootURI, IntPtr Tenant);
|
|
38
28
|
|
|
39
|
-
[
|
|
40
|
-
|
|
41
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
42
|
-
"__Internal"
|
|
43
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
44
|
-
"ConnectedSpacesPlatform_D"
|
|
45
|
-
#else
|
|
46
|
-
"ConnectedSpacesPlatform"
|
|
47
|
-
#endif
|
|
48
|
-
),
|
|
49
|
-
SuppressUnmanagedCodeSecurity
|
|
50
|
-
]
|
|
29
|
+
[DllImport(Csp.Constants.DllName)]
|
|
30
|
+
[SuppressUnmanagedCodeSecurity]
|
|
51
31
|
static extern bool csp_CSPFoundation_Shutdown_bool();
|
|
52
32
|
|
|
53
|
-
[
|
|
54
|
-
|
|
55
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
56
|
-
"__Internal"
|
|
57
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
58
|
-
"ConnectedSpacesPlatform_D"
|
|
59
|
-
#else
|
|
60
|
-
"ConnectedSpacesPlatform"
|
|
61
|
-
#endif
|
|
62
|
-
),
|
|
63
|
-
SuppressUnmanagedCodeSecurity
|
|
64
|
-
]
|
|
33
|
+
[DllImport(Csp.Constants.DllName)]
|
|
34
|
+
[SuppressUnmanagedCodeSecurity]
|
|
65
35
|
static extern void csp_CSPFoundation_Tick_void();
|
|
66
36
|
|
|
67
|
-
[
|
|
68
|
-
|
|
69
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
70
|
-
"__Internal"
|
|
71
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
72
|
-
"ConnectedSpacesPlatform_D"
|
|
73
|
-
#else
|
|
74
|
-
"ConnectedSpacesPlatform"
|
|
75
|
-
#endif
|
|
76
|
-
),
|
|
77
|
-
SuppressUnmanagedCodeSecurity
|
|
78
|
-
]
|
|
37
|
+
[DllImport(Csp.Constants.DllName)]
|
|
38
|
+
[SuppressUnmanagedCodeSecurity]
|
|
79
39
|
static extern IntPtr csp_CSPFoundation_GetVersion_StringRC();
|
|
80
40
|
|
|
81
|
-
[
|
|
82
|
-
|
|
83
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
|
-
"__Internal"
|
|
85
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
|
-
"ConnectedSpacesPlatform_D"
|
|
87
|
-
#else
|
|
88
|
-
"ConnectedSpacesPlatform"
|
|
89
|
-
#endif
|
|
90
|
-
),
|
|
91
|
-
SuppressUnmanagedCodeSecurity
|
|
92
|
-
]
|
|
41
|
+
[DllImport(Csp.Constants.DllName)]
|
|
42
|
+
[SuppressUnmanagedCodeSecurity]
|
|
93
43
|
static extern IntPtr csp_CSPFoundation_GetBuildType_StringRC();
|
|
94
44
|
|
|
95
|
-
[
|
|
96
|
-
|
|
97
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
98
|
-
"__Internal"
|
|
99
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
100
|
-
"ConnectedSpacesPlatform_D"
|
|
101
|
-
#else
|
|
102
|
-
"ConnectedSpacesPlatform"
|
|
103
|
-
#endif
|
|
104
|
-
),
|
|
105
|
-
SuppressUnmanagedCodeSecurity
|
|
106
|
-
]
|
|
45
|
+
[DllImport(Csp.Constants.DllName)]
|
|
46
|
+
[SuppressUnmanagedCodeSecurity]
|
|
107
47
|
static extern IntPtr csp_CSPFoundation_GetBuildID_StringRC();
|
|
108
48
|
|
|
109
|
-
[
|
|
110
|
-
|
|
111
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
112
|
-
"__Internal"
|
|
113
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
114
|
-
"ConnectedSpacesPlatform_D"
|
|
115
|
-
#else
|
|
116
|
-
"ConnectedSpacesPlatform"
|
|
117
|
-
#endif
|
|
118
|
-
),
|
|
119
|
-
SuppressUnmanagedCodeSecurity
|
|
120
|
-
]
|
|
49
|
+
[DllImport(Csp.Constants.DllName)]
|
|
50
|
+
[SuppressUnmanagedCodeSecurity]
|
|
121
51
|
static extern IntPtr csp_CSPFoundation_GetDeviceId_StringRC();
|
|
122
52
|
|
|
123
|
-
[
|
|
124
|
-
|
|
125
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
|
-
"__Internal"
|
|
127
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
|
-
"ConnectedSpacesPlatform_D"
|
|
129
|
-
#else
|
|
130
|
-
"ConnectedSpacesPlatform"
|
|
131
|
-
#endif
|
|
132
|
-
),
|
|
133
|
-
SuppressUnmanagedCodeSecurity
|
|
134
|
-
]
|
|
53
|
+
[DllImport(Csp.Constants.DllName)]
|
|
54
|
+
[SuppressUnmanagedCodeSecurity]
|
|
135
55
|
static extern bool csp_CSPFoundation_GetIsInitialised_bool();
|
|
136
56
|
|
|
137
|
-
[
|
|
138
|
-
|
|
139
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
140
|
-
"__Internal"
|
|
141
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
142
|
-
"ConnectedSpacesPlatform_D"
|
|
143
|
-
#else
|
|
144
|
-
"ConnectedSpacesPlatform"
|
|
145
|
-
#endif
|
|
146
|
-
),
|
|
147
|
-
SuppressUnmanagedCodeSecurity
|
|
148
|
-
]
|
|
57
|
+
[DllImport(Csp.Constants.DllName)]
|
|
58
|
+
[SuppressUnmanagedCodeSecurity]
|
|
149
59
|
static extern NativePointer csp_CSPFoundation_GetEndpoints_EndpointURIsRC();
|
|
150
60
|
|
|
151
|
-
[
|
|
152
|
-
|
|
153
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
154
|
-
"__Internal"
|
|
155
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
156
|
-
"ConnectedSpacesPlatform_D"
|
|
157
|
-
#else
|
|
158
|
-
"ConnectedSpacesPlatform"
|
|
159
|
-
#endif
|
|
160
|
-
),
|
|
161
|
-
SuppressUnmanagedCodeSecurity
|
|
162
|
-
]
|
|
61
|
+
[DllImport(Csp.Constants.DllName)]
|
|
62
|
+
[SuppressUnmanagedCodeSecurity]
|
|
163
63
|
static extern void csp_CSPFoundation_SetClientUserAgentInfo_void_ClientUserAgentRC(
|
|
164
64
|
IntPtr ClientUserAgentHeader
|
|
165
65
|
);
|
|
166
66
|
|
|
167
|
-
[
|
|
168
|
-
|
|
169
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
170
|
-
"__Internal"
|
|
171
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
172
|
-
"ConnectedSpacesPlatform_D"
|
|
173
|
-
#else
|
|
174
|
-
"ConnectedSpacesPlatform"
|
|
175
|
-
#endif
|
|
176
|
-
),
|
|
177
|
-
SuppressUnmanagedCodeSecurity
|
|
178
|
-
]
|
|
67
|
+
[DllImport(Csp.Constants.DllName)]
|
|
68
|
+
[SuppressUnmanagedCodeSecurity]
|
|
179
69
|
static extern NativePointer csp_CSPFoundation_GetClientUserAgentInfo_ClientUserAgentRC();
|
|
180
70
|
|
|
181
|
-
[
|
|
182
|
-
|
|
183
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
184
|
-
"__Internal"
|
|
185
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
186
|
-
"ConnectedSpacesPlatform_D"
|
|
187
|
-
#else
|
|
188
|
-
"ConnectedSpacesPlatform"
|
|
189
|
-
#endif
|
|
190
|
-
),
|
|
191
|
-
SuppressUnmanagedCodeSecurity
|
|
192
|
-
]
|
|
71
|
+
[DllImport(Csp.Constants.DllName)]
|
|
72
|
+
[SuppressUnmanagedCodeSecurity]
|
|
193
73
|
static extern IntPtr csp_CSPFoundation_GetClientUserAgentString_StringRC();
|
|
194
74
|
|
|
195
|
-
[
|
|
196
|
-
|
|
197
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
198
|
-
"__Internal"
|
|
199
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
200
|
-
"ConnectedSpacesPlatform_D"
|
|
201
|
-
#else
|
|
202
|
-
"ConnectedSpacesPlatform"
|
|
203
|
-
#endif
|
|
204
|
-
),
|
|
205
|
-
SuppressUnmanagedCodeSecurity
|
|
206
|
-
]
|
|
75
|
+
[DllImport(Csp.Constants.DllName)]
|
|
76
|
+
[SuppressUnmanagedCodeSecurity]
|
|
207
77
|
static extern IntPtr csp_CSPFoundation_GetTenant_StringRC();
|
|
208
78
|
|
|
209
79
|
#pragma warning restore IDE1006
|