connected-spaces-platform.unity.core 4.11.0 → 4.11.2
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.asmdef.meta +3 -3
- package/Editor/NativePluginBuildProcessor.cs.meta +4 -4
- package/Editor.meta +4 -4
- package/README.md +197 -5
- package/Source/CSPFoundation.cs +1 -1
- package/Source/CSPFoundation.cs.meta +4 -4
- package/Source/ClientUserAgent.cs.meta +4 -4
- package/Source/Common/Array.cs.meta +4 -4
- package/Source/Common/CancellationToken.cs.meta +4 -4
- package/Source/Common/FileExtensions.cs.meta +4 -4
- package/Source/Common/List.cs.meta +4 -4
- package/Source/Common/Map.cs.meta +4 -4
- package/Source/Common/MimeTypeHelper.cs.meta +4 -4
- package/Source/Common/MimeTypes.cs.meta +4 -4
- package/Source/Common/Variant.cs.meta +4 -4
- package/Source/Common/VariantType.cs.meta +4 -4
- package/Source/Common/Vector3.cs.meta +4 -4
- package/Source/Common/Vector4.cs.meta +4 -4
- package/Source/Common.meta +4 -4
- package/Source/ConnectedSpacesPlatform.Unity.Core.asmdef.meta +3 -3
- package/Source/Csp.cs.meta +4 -4
- package/Source/EThirdPartyPlatform.cs.meta +4 -4
- package/Source/EndpointURIs.cs.meta +4 -4
- package/Source/Il2cppPreserver.cs.meta +4 -4
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +4 -4
- package/Source/Multiplayer/ComponentBase.cs.meta +4 -4
- package/Source/Multiplayer/ComponentType.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarState.cs.meta +4 -4
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces.meta +4 -4
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components.meta +4 -4
- package/Source/Multiplayer/ConnectionState.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation.meta +4 -4
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +4 -4
- package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +4 -4
- package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValue.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +4 -4
- package/Source/Multiplayer/Script/EntityScript.cs.meta +4 -4
- package/Source/Multiplayer/Script.meta +4 -4
- package/Source/Multiplayer/SpaceEntity.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityType.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +4 -4
- package/Source/Multiplayer/SpaceTransform.cs +3 -3
- package/Source/Multiplayer/SpaceTransform.cs.meta +4 -4
- package/Source/Multiplayer.meta +4 -4
- package/Source/NativeClassWrapper.cs.meta +4 -4
- package/Source/ProgressEventArgs.cs.meta +4 -4
- package/Source/Ref.cs.meta +4 -4
- package/Source/Services/EResultBaseFailureReason.cs.meta +4 -4
- package/Source/Services/EResultCode.cs.meta +4 -4
- package/Source/Services/ResultBase.cs.meta +4 -4
- package/Source/Services/WebService.cs.meta +4 -4
- package/Source/Services.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +4 -4
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +4 -4
- package/Source/Systems/Analytics.meta +4 -4
- package/Source/Systems/Assets/Asset.cs +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollection.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetSystem.cs.meta +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +4 -4
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetType.cs.meta +4 -4
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/LODAsset.cs.meta +4 -4
- package/Source/Systems/Assets/LODChain.cs.meta +4 -4
- package/Source/Systems/Assets/LODChainResult.cs.meta +4 -4
- package/Source/Systems/Assets/UriResult.cs.meta +4 -4
- package/Source/Systems/Assets.meta +4 -4
- package/Source/Systems/BooleanResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartLine.cs +3 -3
- package/Source/Systems/ECommerce/CartLine.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfo.cs +2 -2
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CurrencyInfo.cs +2 -2
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +5 -5
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +5 -5
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +2 -2
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicket.cs +9 -9
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +4 -4
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEvent.cs +6 -6
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +4 -4
- package/Source/Systems/GraphQL.meta +4 -4
- package/Source/Systems/HTTPHeadersResult.cs.meta +4 -4
- package/Source/Systems/Log/LogLevel.cs.meta +4 -4
- package/Source/Systems/Log/LogSystem.cs.meta +4 -4
- package/Source/Systems/Log.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +4 -4
- package/Source/Systems/Maintenance.meta +4 -4
- package/Source/Systems/NullResult.cs.meta +4 -4
- package/Source/Systems/Script/ScriptSystem.cs.meta +4 -4
- package/Source/Systems/Script.meta +4 -4
- package/Source/Systems/Settings/SettingsCollection.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsSystem.cs.meta +4 -4
- package/Source/Systems/Settings.meta +4 -4
- package/Source/Systems/Spaces/BasicSpace.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +4 -4
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Site.cs.meta +4 -4
- package/Source/Systems/Spaces/SiteResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Space.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces.meta +4 -4
- package/Source/Systems/Spatial/Anchor.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +4 -4
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +4 -4
- package/Source/Systems/Spatial/GeoLocation.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyRotation.cs.meta +4 -4
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/POIResult.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +4 -4
- package/Source/Systems/Spatial.meta +4 -4
- package/Source/Systems/StringArrayResult.cs.meta +4 -4
- package/Source/Systems/StringResult.cs.meta +4 -4
- package/Source/Systems/SystemBase.cs.meta +4 -4
- package/Source/Systems/SystemsManager.cs.meta +4 -4
- package/Source/Systems/UInt64Result.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfile.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +4 -4
- package/Source/Systems/Users/ELoginState.cs.meta +4 -4
- package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +4 -4
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +4 -4
- package/Source/Systems/Users/LoginState.cs.meta +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +4 -4
- package/Source/Systems/Users/LogoutResult.cs.meta +4 -4
- package/Source/Systems/Users/PingResponseReceived.cs.meta +4 -4
- package/Source/Systems/Users/Profile.cs.meta +4 -4
- package/Source/Systems/Users/ProfileResult.cs.meta +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +4 -4
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +4 -4
- package/Source/Systems/Users/UserSystem.cs.meta +4 -4
- package/Source/Systems/Users.meta +4 -4
- package/Source/Systems/Voip/VoipSystem.cs.meta +4 -4
- package/Source/Systems/Voip.meta +4 -4
- package/Source/Systems.meta +4 -4
- package/Source/Web/EResponseCodes.cs.meta +4 -4
- package/Source/Web.meta +4 -4
- package/Source/WrapperHelper.cs.meta +4 -4
- package/Source.meta +4 -4
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +6 -6
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +6 -6
- package/android64.meta +4 -4
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +6 -6
- package/ios/libcrypto.a.meta +6 -6
- package/ios/libssl.a.meta +6 -6
- package/ios.meta +4 -4
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +6 -6
- package/macosx.meta +4 -4
- package/package.json +1 -1
- package/package.json.meta +4 -4
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +6 -6
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +6 -6
- package/windows.meta +4 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 2728dd4d581444329b053b87cc733fd2
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: d2f044dce7db4bc5b951b440d42f5062
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: bc2d1d4f9dc54e64ae63dbac9f0aa992
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 6cab61e7b5a04f41afb86d60c17efbe3
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 30a0136101e7456e9c97d0862a35433f
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 1c49480860394c028f327de71bc0cb37
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -418,7 +418,7 @@ namespace Csp.Multiplayer
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
421
|
-
///
|
|
421
|
+
/// <remarks>To retrieve this component's static asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
422
422
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
423
423
|
|
|
424
424
|
|
|
@@ -435,7 +435,7 @@ namespace Csp.Multiplayer
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
438
|
-
///
|
|
438
|
+
/// <remarks>To retrieve this component's static asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
439
439
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
440
440
|
|
|
441
441
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 144a3a62bfe64d349eb4016c771850a6
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 87259121fc50430099ab2d94e0d978a1
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 802e88d26225439faf23cb08c04e9cf6
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: b72971f6a82d4ff8af225d62fbc2ed00
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 16137ecca1774a19b1632accaea205c2
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -775,7 +775,7 @@ namespace Csp.Multiplayer
|
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
778
|
-
///
|
|
778
|
+
/// <remarks>To retrieve this component's video asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
779
779
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
780
780
|
|
|
781
781
|
|
|
@@ -790,7 +790,7 @@ namespace Csp.Multiplayer
|
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
793
|
-
///
|
|
793
|
+
/// <remarks>To retrieve this component's video asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
794
794
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
795
795
|
|
|
796
796
|
|
|
@@ -803,7 +803,7 @@ namespace Csp.Multiplayer
|
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
806
|
-
///
|
|
806
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
807
807
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
808
808
|
/// <remarks>- +Y is UP</remarks>
|
|
809
809
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -821,7 +821,7 @@ namespace Csp.Multiplayer
|
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
824
|
-
///
|
|
824
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
825
825
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
826
826
|
/// <remarks>- +Y is UP</remarks>
|
|
827
827
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -834,7 +834,7 @@ namespace Csp.Multiplayer
|
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
/// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
|
|
837
|
-
///
|
|
837
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
838
838
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
839
839
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
840
840
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -854,7 +854,7 @@ namespace Csp.Multiplayer
|
|
|
854
854
|
}
|
|
855
855
|
|
|
856
856
|
/// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
|
|
857
|
-
///
|
|
857
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
858
858
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
859
859
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
860
860
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -871,7 +871,7 @@ namespace Csp.Multiplayer
|
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
/// <summary>Gets the scale of the origin of this component in world space.</summary>
|
|
874
|
-
///
|
|
874
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
875
875
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
876
876
|
/// <remarks>- +Y is UP</remarks>
|
|
877
877
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -888,7 +888,7 @@ namespace Csp.Multiplayer
|
|
|
888
888
|
|
|
889
889
|
/// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
|
|
890
890
|
/// <param name="Value">The new value expressed as vector (left, up, forward).</param>
|
|
891
|
-
///
|
|
891
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
892
892
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
893
893
|
/// <remarks>- +Y is UP</remarks>
|
|
894
894
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -981,7 +981,7 @@ namespace Csp.Multiplayer
|
|
|
981
981
|
}
|
|
982
982
|
|
|
983
983
|
/// <summary>Gets the radius from this component origin within which the audio of this video can be heard by the user.</summary>
|
|
984
|
-
///
|
|
984
|
+
/// <remarks>Only when the user position is within this radius the audio of the video should be heard.</remarks>
|
|
985
985
|
/// <returns>The radius within which the audio of the video can be heard by the user.</returns>
|
|
986
986
|
|
|
987
987
|
|
|
@@ -993,7 +993,7 @@ namespace Csp.Multiplayer
|
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
/// <summary>Sets the radius from this component origin within which the audio of this video can be heard by the user.</summary>
|
|
996
|
-
///
|
|
996
|
+
/// <remarks>Only when the user position is within this radius the audio of the video should be heard.</remarks>
|
|
997
997
|
/// <param name="Value">The radius within which the audio of the video can be heard by the user.</param>
|
|
998
998
|
|
|
999
999
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 7cde5a12147d4fac9fe86c96a9f1f385
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 39c5579343da47c4a740e36d5a25aa3e
|
|
3
3
|
DefaultImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: da5dcfa4622a4ecca5048af5b0d804f0
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 222ab89110194ad9b1ab0625c402d847
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: bd483b76b07d4d0e9259c94f093062bc
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: cdd721517f144f448bccd13724fd8bca
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 55a08a20edf046d4aa599b6459d6554c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 0508c74a4c1c410ba56797ff833d725f
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 50587215de7c44e389cf98d2f1aaa852
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 017fd3d4c6df4b2b89a64521ba2e568c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 269aff4abf48419db8f3fe566eadebd9
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: c4cda77879564bdcb614b2cb1c6aa9a9
|
|
3
3
|
DefaultImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: d09f6679599b40cc923ee21aa5494259
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: d959c23174c2406a9e4d163a54eb782e
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 31c60b31ea1b4f08b8035f6f13602fe2
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: e40c6f8f32ff4fa29fe31824191371c7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 6c36a4b49d7c4d2d8acba7fb74553bed
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 88e36ea3ec19499c87cd94186776c11d
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: ac0a917fa96b443093142ae6145058d4
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: a9f27923136f4109b13dd219ec005dbc
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: ff796ab858604bfda594aaa636086a55
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|