connected-spaces-platform.unity.core 4.18.0 → 4.20.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 +1 -10
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +10 -62
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +13 -13
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +14 -14
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +10 -10
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +28 -28
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +24 -24
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +20 -20
- 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 +32 -32
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +26 -26
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +32 -32
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +11 -11
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +16 -16
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +44 -44
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +14 -14
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -34
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +5 -5
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +22 -22
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +22 -22
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +17 -17
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +65 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +52 -74
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +9 -9
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +10 -10
- 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 +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +8 -35
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +36 -36
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +124 -143
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +6 -6
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +6 -6
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +6 -6
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +3 -3
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -6
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +5 -5
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +10 -10
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +37 -64
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +21 -43
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +15 -37
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +27 -49
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +7 -7
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +10 -32
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +3 -3
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +8 -8
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +10 -10
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +3 -3
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +23 -45
- 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 +8 -8
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +3 -3
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +9 -9
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +17 -39
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +5 -5
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +8 -8
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +78 -141
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +10 -10
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +9 -9
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +12 -12
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +3 -3
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +15 -15
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -21
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +50 -72
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +3 -3
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +22 -44
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +18 -40
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -4
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -24
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +31 -53
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +26 -26
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +12 -12
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +6 -6
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/{LoginTokenReceived.cs → LoginTokenInfoResult.cs} +16 -16
- package/Source/Systems/Users/{CustomerPortalUrlResult.cs.meta → LoginTokenInfoResult.cs.meta} +1 -1
- package/Source/Systems/Users/Profile.cs +18 -18
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +3 -3
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +75 -97
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +8 -30
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/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/Source/Systems/Users/AgoraUserTokenResult.cs +0 -130
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +0 -11
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs +0 -141
- package/Source/Systems/Users/CheckoutSessionUrlResult.cs.meta +0 -11
- package/Source/Systems/Users/CustomerPortalUrlResult.cs +0 -141
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +0 -11
- package/Source/Systems/Users/LogoutResult.cs +0 -105
- package/Source/Systems/Users/LogoutResult.cs.meta +0 -11
- package/Source/Systems/Users/PingResponseReceived.cs +0 -106
- package/Source/Systems/Users/PingResponseReceived.cs.meta +0 -11
|
@@ -26,16 +26,7 @@ public class NativePluginBuildProcessor : IPreprocessBuildWithReport
|
|
|
26
26
|
if (!importer.assetPath.Contains("ConnectedSpacesPlatform"))
|
|
27
27
|
continue;
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
// TODO: Remove this hack that always includes iOS and macOS binaries
|
|
32
|
-
// This was put in place because we currently only include release binaries due to debug binary sizes
|
|
33
|
-
if (report.summary.platform == BuildTarget.iOS || report.summary.platform == BuildTarget.StandaloneOSX)
|
|
34
|
-
importer.SetIncludeInBuildDelegate((_) => true);
|
|
35
|
-
else if (report.summary.options.HasFlag(BuildOptions.Development) && !importer.assetPath.EndsWith($"_D{ext}"))
|
|
36
|
-
importer.SetIncludeInBuildDelegate((_) => false);
|
|
37
|
-
else if ((!report.summary.options.HasFlag(BuildOptions.Development)) && importer.assetPath.EndsWith($"_D{ext}"))
|
|
38
|
-
importer.SetIncludeInBuildDelegate((_) => false);
|
|
29
|
+
importer.SetIncludeInBuildDelegate((_) => true);
|
|
39
30
|
}
|
|
40
31
|
|
|
41
32
|
Debug.Log($"NativePluginBuildProcesser: Done {report.summary.platform}.");
|
package/Editor.meta
CHANGED
package/README.md
CHANGED
|
@@ -1,55 +1,22 @@
|
|
|
1
|
-
# Built from changelist ID
|
|
1
|
+
# Built from changelist ID 97c71cd21b5536392810686c81239d9b12be56cd
|
|
2
2
|
|
|
3
3
|
<br>
|
|
4
4
|
|
|
5
5
|
## Summary Lists
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
### 🔥 ❗ Breaking Changes
|
|
9
|
-
|
|
10
|
-
- Rename `loginwithtoken` *(27016b9)* [**OF-1047**]
|
|
11
|
-
- Expose multiplayer errors *(0e1a844)* [**OB-3069**]
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### 🍰 🙌 New Features
|
|
15
|
-
|
|
16
|
-
- Add avatar info settings *(485b064)* [**OF-793**]
|
|
17
|
-
- Wrap `[[deprecated]]` in wrappers *(7e8b589)* [**OF-665**]
|
|
18
8
|
|
|
19
9
|
|
|
20
10
|
### 🐛 🔨 Bug Fixes
|
|
21
11
|
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
- Fix
|
|
26
|
-
- Python preq installation *(40004a7)* [**No Ticket**]
|
|
27
|
-
- More interface implementations *(ebe4ab1)* [**No Ticket**]
|
|
28
|
-
- Update module dependencies (#315) *(beb8fa8)* [**No Ticket**]
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### 💫 💥 Code Refactors
|
|
33
|
-
|
|
34
|
-
- Update c++ basicframework example to 4.17.1 (#292) *(d098dc3)* [**OF-1205**]
|
|
35
|
-
- Update web examples to 4.17.1 (#291) *(6a182cf)* [**OW-1567**]
|
|
36
|
-
- Remove generatereadme (#294) *(c5b155f)* [**OF-1189**]
|
|
37
|
-
- Optimise header transform *(d152116)* [**OF-1166**]
|
|
38
|
-
- Removing `entitysystemversion` (#301) *(60dffa1)* [**OF-955**]
|
|
39
|
-
- Component update documentation (#303) *(b6c9055)* [**OF-1185**]
|
|
40
|
-
- Implement transform interfaces *(31bf625)* [**OF-1214**]
|
|
41
|
-
- Export all `logsystem` functions *(cdaf2cd)* [**OF-1155**]
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### 🙈 🙉 🙊 Test Changes
|
|
12
|
+
- Fix SetCustomProperty not sending changes to clients (#345) *(c66a157)* [**OB-3203**]
|
|
13
|
+
- Bump gitpython from 3.1.32 to 3.1.41 *(4fdc213)* [**No Ticket**]
|
|
14
|
+
- Entity names emitted in log messages (#348) *(8435f72)* [**OF-687**]
|
|
15
|
+
- Fix spline waypoints in script *(6a14178)* [**OB-3227**]
|
|
45
16
|
|
|
46
|
-
- Coverage of usersystem (#290) *(86aa2b9)* [**OF-1083**]
|
|
47
|
-
- Add tests for apiresponsebase (#300) *(320bcb3)* [**OF-1086**]
|
|
48
17
|
|
|
49
18
|
|
|
50
|
-
### 📖 ✍ Documentation Changes
|
|
51
19
|
|
|
52
|
-
- Documenting our approach to updating the examples (#287) *(49f2614)* [**No Ticket**]
|
|
53
20
|
|
|
54
21
|
|
|
55
22
|
|
|
@@ -59,27 +26,8 @@
|
|
|
59
26
|
|
|
60
27
|
| Change ID | Author | Description |
|
|
61
28
|
| --------- | ------ | ----------- |
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
| c5b155f | Mag-JB | [OF-1189] refac: remove GenerateReadMe (#294) |
|
|
68
|
-
| bb0f889 | Mag-JB | [OF-1196] fix: Remove C style casting (#295) |
|
|
69
|
-
| 86aa2b9 | MAG-AW | [OF-1083] test: coverage of UserSystem (#290)<br>• [OF-1083] test: coverage of UserSystem<br>• [OF-1083] test: fixed invalid test case<br>• [OF-1083] test: Changed test name |
|
|
70
|
-
| 27016b9 | Michael K | [OF-1047] refac!: rename `LoginWithToken`<br>BREAKING CHANGE: `UserSystem::LoginWithToken` has been renamed to<br>`UserSystem::RefreshSession`. Parameter types have not changed. |
|
|
71
|
-
| 704cb1f | Michael K | [NT-0] fix: fix .clangformat for latest clang ver |
|
|
72
|
-
| 0e1a844 | Michael K | [OB-3069] refac!: Expose multiplayer errors<br>This change addresses a lack of error handling in our multiplayer code.<br>A lot of calls return values were being ignored, which resulted in<br>internal errors that weren't properly handled. It also exposes a way<br>for the user to handle errors.<br>BREAKING CHANGE: This changes a lot of `MultiplayerConnection`<br>endpoints to take an `ErrorCodeCallbackHandler` instead of a<br>`CallbackHandler`. This callback type gets an `ErrorCode` instead of a<br>`bool` passed as the only parameter. This value should be compared to<br>`ErrorCode::None` to ensure the call succeeded. |
|
|
73
|
-
| d152116 | Michael K | [OF-1166] refac: optimise header transform<br>This change removes an extra allocation in the code that transforms<br>header keys and values to lower-case in `EmscriptenWebClient`. To<br>support this, a new `String::ToLower` function was added which returns<br>a copy of the string converted to lower-case. |
|
|
74
|
-
| 60dffa1 | Sam Birley | [OF-955] refac: removing `EntitySystemVersion` (#301)<br>This API variable still exists from an old versioning pass which has<br>been removed.<br>While we do want to do this versioning style in future,<br>we are removing this from the code base now to prevent<br>confusion down the line. |
|
|
75
|
-
| 40004a7 | Sam Birley | [NT-0] fix: python preq installation<br>On windows, the python prerequisites installed during at the start of solution generation now invokes the same python commands as on OSX. |
|
|
76
|
-
| 320bcb3 | MAG-AW | [OF-1086] test: Add tests for APIResponseBase (#300) |
|
|
77
|
-
| b6c9055 | MAG-AW | [OF-1185] refac: Component Update documentation (#303)<br>• [OF-1185] refac: Component Update documentation<br>- Improved comments for Component Update flow<br>- Removed redundant property info class which is unused.<br>- Removed commented references to it also.<br>• [OF-1185] refac: removed unneeded template |
|
|
78
|
-
| 485b064 | Michael K | [OF-793] feat: add Avatar info settings<br>This change adds `SettingsSystem::SetAvatarInfo()` and<br>`SettingsSystem::GetAvatarInfo()` to allow clients to set persistent<br>Avatar values that can be retrieved outside of the Multiplayer system. |
|
|
79
|
-
| ebe4ab1 | Michael K | [NT-0] fix: more interface implementations<br>This change implements `ITransformComponent` for `ImageSpaceComponent`<br>and `IPositionComponent` for `AudioSpaceComponent`. |
|
|
80
|
-
| 31bf625 | Michael K | [OF-1214] refac: implement transform interfaces |
|
|
81
|
-
| 7e8b589 | Michael K | [OF-665] feat: wrap `[[deprecated]]` in wrappers |
|
|
82
|
-
| b5fdb28 | Kuang-Hsin Liu | [OPE-1504] Update examples to Unity 2022 LTS<br>• updated Unity example Initialising Foundation to Unity 2022.3.16f1<br>• updated Unity example Basic Framework to Unity 2022.3.16f1<br>• updated Unity example Multiplayer to Unity 2022.3.16f1<br>• updated the Unity version info in README files |
|
|
83
|
-
| cdaf2cd | Michael K | [OF-1155] refac: export all `LogSystem` functions<br>NOTE: Tests are not needed for this as we currently already test<br>`LogSystem` in our C++ tests, and wrapper-related tests are handled by<br>our wrapper generator unit tests. |
|
|
84
|
-
| beb8fa8 | AdamThorn | [NT-0] fix: Update module dependencies (#315)<br>Updated requirements.txt to include the distutils<br>module dependency. |
|
|
85
|
-
| 1da5a66 | AdamThorn | Staging 4.18.0 (#322) (#323)<br>[NT-0] fix: Remove distutils dependency<br>The build agents have been updated to Python 3.12<br>and support distutils has been removed with that release.<br>Updating the script to use shutil.copy_tree instead. |
|
|
29
|
+
| c66a157 | MAG-me | [OB-3203] fix: fix SetCustomProperty not sending changes to clients (#345)<br>• [OB-3197] fix: Add call to SendPropertyUpdate<br>• [OB-3203] fix: Add call to SendPropertyUpdate |
|
|
30
|
+
| 4fdc213 | dependabot[bot] | [NT-0] fix: bump gitpython from 3.1.32 to 3.1.41<br>Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.41.<br>- [Release notes](https://github.com/gitpython-developers/GitPython/releases)<br>- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)<br>- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.41)<br>---<br>updated-dependencies:<br>- dependency-name: gitpython<br> dependency-type: direct:production<br>...<br>Signed-off-by: dependabot[bot] <support@github.com><br>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
|
|
31
|
+
| 8435f72 | Sam Birley | [OF-687] fix: entity names emitted in log messages (#348)<br>When an entity's properties cannot be mutated due to the local user not having permissions to change the values, CSP emits a log message which now includes the entity's name in the message. |
|
|
32
|
+
| 6a14178 | Michael K | [OB-3227] fix: fix spline waypoints in script<br>This change fixes an issue with SplineSpaceComponentScriptInterface<br>only returning a third of waypoints. |
|
|
33
|
+
| dd90337 | Sam Birley | [NT-0] VisionOS Support for CSP (#351)<br>[NT-0] feat: VisionOS support for CSP.<br>Notable changes include:<br>• A new shell script for generating VisionOS xcodeprojects: `generate_solution_visionos.sh`. Run this, open the project and build to create visionos-compatible CSP libraries.<br>• Since premake does not yet support the device, the approach taken is to instruct premake to build for iOS, with an additional argument flagging that it should actually generate a project targeting visionos. Responding to this argument is primarily handled within the `premake5_helpers.lua` script.<br>• Some refactorings have been made around the Unity package generation pipeline to allow for Unity-compatible packages to be generated via MacOS. This greatly helps with local debugging and iteration.<br>• Mimalloc has been disabled for iOS and VisionOS. Whilst this has not been reported to be an issue on iOS, it causes problems on VIsionOS similar to what we have seen in the past for Android and WASM. I would recommend we strip it out entirely in the near future.<br>• A fix for a MacOS bug in our project generation scripts which always led to a loose file named '142' being created at the root directory level. |
|
package/README.md.meta
CHANGED
package/Source/CSPFoundation.cs
CHANGED
|
@@ -24,7 +24,7 @@ namespace Csp
|
|
|
24
24
|
|
|
25
25
|
[
|
|
26
26
|
DllImport(
|
|
27
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
27
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
28
28
|
"__Internal"
|
|
29
29
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
30
30
|
"ConnectedSpacesPlatform_D"
|
|
@@ -38,7 +38,7 @@ namespace Csp
|
|
|
38
38
|
|
|
39
39
|
[
|
|
40
40
|
DllImport(
|
|
41
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
41
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
42
42
|
"__Internal"
|
|
43
43
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
44
44
|
"ConnectedSpacesPlatform_D"
|
|
@@ -52,7 +52,7 @@ namespace Csp
|
|
|
52
52
|
|
|
53
53
|
[
|
|
54
54
|
DllImport(
|
|
55
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
55
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
56
56
|
"__Internal"
|
|
57
57
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
58
58
|
"ConnectedSpacesPlatform_D"
|
|
@@ -66,7 +66,7 @@ namespace Csp
|
|
|
66
66
|
|
|
67
67
|
[
|
|
68
68
|
DllImport(
|
|
69
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
69
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
70
70
|
"__Internal"
|
|
71
71
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
72
72
|
"ConnectedSpacesPlatform_D"
|
|
@@ -80,7 +80,7 @@ namespace Csp
|
|
|
80
80
|
|
|
81
81
|
[
|
|
82
82
|
DllImport(
|
|
83
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
83
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
84
|
"__Internal"
|
|
85
85
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
86
|
"ConnectedSpacesPlatform_D"
|
|
@@ -94,7 +94,7 @@ namespace Csp
|
|
|
94
94
|
|
|
95
95
|
[
|
|
96
96
|
DllImport(
|
|
97
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
97
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
98
98
|
"__Internal"
|
|
99
99
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
100
100
|
"ConnectedSpacesPlatform_D"
|
|
@@ -108,7 +108,7 @@ namespace Csp
|
|
|
108
108
|
|
|
109
109
|
[
|
|
110
110
|
DllImport(
|
|
111
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
112
112
|
"__Internal"
|
|
113
113
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
114
114
|
"ConnectedSpacesPlatform_D"
|
|
@@ -122,7 +122,7 @@ namespace Csp
|
|
|
122
122
|
|
|
123
123
|
[
|
|
124
124
|
DllImport(
|
|
125
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
125
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
126
|
"__Internal"
|
|
127
127
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
128
|
"ConnectedSpacesPlatform_D"
|
|
@@ -136,7 +136,7 @@ namespace Csp
|
|
|
136
136
|
|
|
137
137
|
[
|
|
138
138
|
DllImport(
|
|
139
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
139
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
140
140
|
"__Internal"
|
|
141
141
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
142
142
|
"ConnectedSpacesPlatform_D"
|
|
@@ -150,7 +150,7 @@ namespace Csp
|
|
|
150
150
|
|
|
151
151
|
[
|
|
152
152
|
DllImport(
|
|
153
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
153
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
154
154
|
"__Internal"
|
|
155
155
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
156
156
|
"ConnectedSpacesPlatform_D"
|
|
@@ -166,7 +166,7 @@ namespace Csp
|
|
|
166
166
|
|
|
167
167
|
[
|
|
168
168
|
DllImport(
|
|
169
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
169
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
170
170
|
"__Internal"
|
|
171
171
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
172
172
|
"ConnectedSpacesPlatform_D"
|
|
@@ -180,7 +180,7 @@ namespace Csp
|
|
|
180
180
|
|
|
181
181
|
[
|
|
182
182
|
DllImport(
|
|
183
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
183
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
184
184
|
"__Internal"
|
|
185
185
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
186
186
|
"ConnectedSpacesPlatform_D"
|
|
@@ -194,7 +194,7 @@ namespace Csp
|
|
|
194
194
|
|
|
195
195
|
[
|
|
196
196
|
DllImport(
|
|
197
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
197
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
198
198
|
"__Internal"
|
|
199
199
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
200
200
|
"ConnectedSpacesPlatform_D"
|
|
@@ -24,7 +24,7 @@ namespace Csp
|
|
|
24
24
|
|
|
25
25
|
[
|
|
26
26
|
DllImport(
|
|
27
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
27
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
28
28
|
"__Internal"
|
|
29
29
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
30
30
|
"ConnectedSpacesPlatform_D"
|
|
@@ -38,7 +38,7 @@ namespace Csp
|
|
|
38
38
|
|
|
39
39
|
[
|
|
40
40
|
DllImport(
|
|
41
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
41
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
42
42
|
"__Internal"
|
|
43
43
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
44
44
|
"ConnectedSpacesPlatform_D"
|
|
@@ -52,7 +52,7 @@ namespace Csp
|
|
|
52
52
|
|
|
53
53
|
[
|
|
54
54
|
DllImport(
|
|
55
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
55
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
56
56
|
"__Internal"
|
|
57
57
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
58
58
|
"ConnectedSpacesPlatform_D"
|
|
@@ -66,7 +66,7 @@ namespace Csp
|
|
|
66
66
|
|
|
67
67
|
[
|
|
68
68
|
DllImport(
|
|
69
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
69
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
70
70
|
"__Internal"
|
|
71
71
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
72
72
|
"ConnectedSpacesPlatform_D"
|
|
@@ -80,7 +80,7 @@ namespace Csp
|
|
|
80
80
|
|
|
81
81
|
[
|
|
82
82
|
DllImport(
|
|
83
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
83
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
84
|
"__Internal"
|
|
85
85
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
86
|
"ConnectedSpacesPlatform_D"
|
|
@@ -94,7 +94,7 @@ namespace Csp
|
|
|
94
94
|
|
|
95
95
|
[
|
|
96
96
|
DllImport(
|
|
97
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
97
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
98
98
|
"__Internal"
|
|
99
99
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
100
100
|
"ConnectedSpacesPlatform_D"
|
|
@@ -108,7 +108,7 @@ namespace Csp
|
|
|
108
108
|
|
|
109
109
|
[
|
|
110
110
|
DllImport(
|
|
111
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
112
112
|
"__Internal"
|
|
113
113
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
114
114
|
"ConnectedSpacesPlatform_D"
|
|
@@ -122,7 +122,7 @@ namespace Csp
|
|
|
122
122
|
|
|
123
123
|
[
|
|
124
124
|
DllImport(
|
|
125
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
125
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
126
|
"__Internal"
|
|
127
127
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
128
|
"ConnectedSpacesPlatform_D"
|
|
@@ -136,7 +136,7 @@ namespace Csp
|
|
|
136
136
|
|
|
137
137
|
[
|
|
138
138
|
DllImport(
|
|
139
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
139
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
140
140
|
"__Internal"
|
|
141
141
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
142
142
|
"ConnectedSpacesPlatform_D"
|
|
@@ -150,7 +150,7 @@ namespace Csp
|
|
|
150
150
|
|
|
151
151
|
[
|
|
152
152
|
DllImport(
|
|
153
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
153
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
154
154
|
"__Internal"
|
|
155
155
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
156
156
|
"ConnectedSpacesPlatform_D"
|
|
@@ -164,7 +164,7 @@ namespace Csp
|
|
|
164
164
|
|
|
165
165
|
[
|
|
166
166
|
DllImport(
|
|
167
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
167
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
168
168
|
"__Internal"
|
|
169
169
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
170
170
|
"ConnectedSpacesPlatform_D"
|
|
@@ -178,7 +178,7 @@ namespace Csp
|
|
|
178
178
|
|
|
179
179
|
[
|
|
180
180
|
DllImport(
|
|
181
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
181
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
182
182
|
"__Internal"
|
|
183
183
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
184
184
|
"ConnectedSpacesPlatform_D"
|
|
@@ -192,7 +192,7 @@ namespace Csp
|
|
|
192
192
|
|
|
193
193
|
[
|
|
194
194
|
DllImport(
|
|
195
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
195
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
196
196
|
"__Internal"
|
|
197
197
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
198
198
|
"ConnectedSpacesPlatform_D"
|
|
@@ -206,7 +206,7 @@ namespace Csp
|
|
|
206
206
|
|
|
207
207
|
[
|
|
208
208
|
DllImport(
|
|
209
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
209
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
210
210
|
"__Internal"
|
|
211
211
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
212
212
|
"ConnectedSpacesPlatform_D"
|
|
@@ -26,7 +26,7 @@ namespace Csp.Common
|
|
|
26
26
|
|
|
27
27
|
[
|
|
28
28
|
DllImport(
|
|
29
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
30
30
|
"__Internal"
|
|
31
31
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
32
32
|
"ConnectedSpacesPlatform_D"
|
|
@@ -40,7 +40,7 @@ namespace Csp.Common
|
|
|
40
40
|
|
|
41
41
|
[
|
|
42
42
|
DllImport(
|
|
43
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
44
44
|
"__Internal"
|
|
45
45
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
46
46
|
"ConnectedSpacesPlatform_D"
|
|
@@ -54,7 +54,7 @@ namespace Csp.Common
|
|
|
54
54
|
|
|
55
55
|
[
|
|
56
56
|
DllImport(
|
|
57
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
58
58
|
"__Internal"
|
|
59
59
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
60
60
|
"ConnectedSpacesPlatform_D"
|
|
@@ -68,7 +68,7 @@ namespace Csp.Common
|
|
|
68
68
|
|
|
69
69
|
[
|
|
70
70
|
DllImport(
|
|
71
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
71
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
72
72
|
"__Internal"
|
|
73
73
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
74
74
|
"ConnectedSpacesPlatform_D"
|
|
@@ -82,7 +82,7 @@ namespace Csp.Common
|
|
|
82
82
|
|
|
83
83
|
[
|
|
84
84
|
DllImport(
|
|
85
|
-
#if !UNITY_EDITOR && UNITY_IOS
|
|
85
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
86
86
|
"__Internal"
|
|
87
87
|
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
88
88
|
"ConnectedSpacesPlatform_D"
|