gitextract_2ejx0txv/ ├── .github/ │ └── workflows/ │ └── Release.yml ├── .gitignore ├── README.md ├── package/ │ ├── .npmignore │ ├── Changelog.md │ ├── Changelog.md.meta │ ├── Documentation/ │ │ └── Shader Graph Markdown - Documentation.pdf.meta │ ├── Documentation.meta │ ├── Editor/ │ │ ├── Drawers/ │ │ │ ├── GradientDrawer.cs │ │ │ ├── GradientDrawer.cs.meta │ │ │ ├── GradientGeneratorDrawer.cs │ │ │ ├── GradientGeneratorDrawer.cs.meta │ │ │ ├── InlineTextureDrawer.cs │ │ │ ├── InlineTextureDrawer.cs.meta │ │ │ ├── MarkdownMaterialPropertyDrawer.cs │ │ │ ├── MarkdownMaterialPropertyDrawer.cs.meta │ │ │ ├── MinMaxDrawer.cs │ │ │ ├── MinMaxDrawer.cs.meta │ │ │ ├── MultiPropertyDrawer.cs │ │ │ ├── MultiPropertyDrawer.cs.meta │ │ │ ├── VectorSliderDrawer.cs │ │ │ └── VectorSliderDrawer.cs.meta │ │ ├── Drawers.meta │ │ ├── Extensions/ │ │ │ ├── LogicExpressionParser.cs │ │ │ ├── LogicExpressionParser.cs.meta │ │ │ ├── ShaderRefactoringWindow.cs │ │ │ └── ShaderRefactoringWindow.cs.meta │ │ ├── Extensions.meta │ │ ├── Internal/ │ │ │ ├── Common/ │ │ │ │ ├── CommonInternalExtensions.cs │ │ │ │ ├── CommonInternalExtensions.cs.meta │ │ │ │ ├── Needle.ShaderGraphMarkdownCommonInternal.asmref │ │ │ │ └── Needle.ShaderGraphMarkdownCommonInternal.asmref.meta │ │ │ ├── Common.meta │ │ │ ├── CommonExtensions.cs │ │ │ ├── CommonExtensions.cs.meta │ │ │ ├── HDRP/ │ │ │ │ ├── MarkdownHDExtensions.cs │ │ │ │ ├── MarkdownHDExtensions.cs.meta │ │ │ │ ├── Needle.ShaderGraphMarkdown.HDInternal.asmref │ │ │ │ └── Needle.ShaderGraphMarkdown.HDInternal.asmref.meta │ │ │ ├── HDRP.meta │ │ │ ├── Needle.ShaderGraphMarkdown.Internal.asmdef │ │ │ ├── Needle.ShaderGraphMarkdown.Internal.asmdef.meta │ │ │ ├── ShaderGraph/ │ │ │ │ ├── Experimental/ │ │ │ │ │ ├── MarkdownBlackboardProperties.cs │ │ │ │ │ ├── MarkdownBlackboardProperties.cs.meta │ │ │ │ │ ├── PropertyManipulation.cs │ │ │ │ │ └── PropertyManipulation.cs.meta │ │ │ │ ├── Experimental.meta │ │ │ │ ├── MarkdownSGExtensions.cs │ │ │ │ ├── MarkdownSGExtensions.cs.meta │ │ │ │ ├── Needle.ShaderGraphMarkdown.SGInternal.asmref │ │ │ │ └── Needle.ShaderGraphMarkdown.SGInternal.asmref.meta │ │ │ ├── ShaderGraph.meta │ │ │ ├── URP/ │ │ │ │ ├── MarkdownURPExtensions.cs │ │ │ │ ├── MarkdownURPExtensions.cs.meta │ │ │ │ ├── Needle.ShaderGraphMarkdown.URPInternal.asmref │ │ │ │ └── Needle.ShaderGraphMarkdown.URPInternal.asmref.meta │ │ │ └── URP.meta │ │ ├── Internal.meta │ │ ├── MarkdownShaderGUI.cs │ │ ├── MarkdownShaderGUI.cs.meta │ │ ├── Needle/ │ │ │ ├── MarkdownNeedleIcons.cs │ │ │ ├── MarkdownNeedleIcons.cs.meta │ │ │ ├── logo-button.png.meta │ │ │ ├── needlelogo.png.meta │ │ │ └── needlelogo_white.png.meta │ │ ├── Needle.ShaderGraphMarkdown.asmdef │ │ ├── Needle.ShaderGraphMarkdown.asmdef.meta │ │ ├── Needle.meta │ │ ├── Resources/ │ │ │ ├── Styles/ │ │ │ │ ├── ShaderGraphMarkdown.uss │ │ │ │ └── ShaderGraphMarkdown.uss.meta │ │ │ └── Styles.meta │ │ ├── Resources.meta │ │ ├── Settings/ │ │ │ ├── ShaderGraphMarkdownSettings.cs │ │ │ └── ShaderGraphMarkdownSettings.cs.meta │ │ ├── Settings.meta │ │ ├── ShaderGraphPropertyUI.cs │ │ ├── ShaderGraphPropertyUI.cs.meta │ │ ├── Shims/ │ │ │ ├── CoreEditorUtilsShims.cs │ │ │ └── CoreEditorUtilsShims.cs.meta │ │ └── Shims.meta │ ├── Editor.meta │ ├── Readme.md │ ├── Readme.md.meta │ ├── Samples~/ │ │ ├── Amplify/ │ │ │ ├── Markdown Amplify Shader.mat │ │ │ ├── Markdown Amplify Shader.mat.meta │ │ │ ├── Markdown Amplify Shader.shader │ │ │ └── Markdown Amplify Shader.shader.meta │ │ ├── Amplify.meta │ │ ├── Built-In/ │ │ │ ├── Gradient Textures/ │ │ │ │ ├── SampleSurfaceShader_MyGradientTexture_1_Gradient.png.meta │ │ │ │ └── SampleSurfaceShader_MyGradientTexture_2_Gradient.png.meta │ │ │ ├── Gradient Textures.meta │ │ │ ├── SampleSurfaceShader.mat │ │ │ ├── SampleSurfaceShader.mat.meta │ │ │ ├── SampleSurfaceShader.shader │ │ │ └── SampleSurfaceShader.shader.meta │ │ ├── Built-In.meta │ │ ├── HDRP 7+ (Unity 2019.4+)/ │ │ │ ├── SampleShader-HDRP7.shadergraph │ │ │ ├── SampleShader-HDRP7.shadergraph.meta │ │ │ ├── Shader Graphs_SampleShader-HDRP7.mat │ │ │ └── Shader Graphs_SampleShader-HDRP7.mat.meta │ │ ├── HDRP 7+ (Unity 2019.4+).meta │ │ ├── URP 7+ (Unity 2019.4+)/ │ │ │ ├── Gradient Textures/ │ │ │ │ └── Shader Graphs_SampleShader-URP7_RampTexture_Gradient.png.meta │ │ │ ├── Gradient Textures.meta │ │ │ ├── SampleShader-URP7.shadergraph │ │ │ ├── SampleShader-URP7.shadergraph.meta │ │ │ ├── Shader Graphs_SampleShader-URP7.mat │ │ │ └── Shader Graphs_SampleShader-URP7.mat.meta │ │ ├── URP 7+ (Unity 2019.4+).meta │ │ ├── URP and HDRP 10+ (Unity 2020.2+)/ │ │ │ ├── Gradient Textures/ │ │ │ │ ├── Shader Graphs_SampleShader-SRP10_MyGradientTexture_1_Gradient.png.meta │ │ │ │ └── Shader Graphs_SampleShader-SRP10_MyGradientTexture_2_Gradient.png.meta │ │ │ ├── Gradient Textures.meta │ │ │ ├── SampleShader-SRP10.shadergraph │ │ │ ├── SampleShader-SRP10.shadergraph.meta │ │ │ ├── SampleShader-Unnamed Properties.shadergraph │ │ │ ├── SampleShader-Unnamed Properties.shadergraph.meta │ │ │ ├── Shader Graphs_SampleShader-SRP10.mat │ │ │ ├── Shader Graphs_SampleShader-SRP10.mat.meta │ │ │ ├── Shader Graphs_Unnamed Properties.mat │ │ │ └── Shader Graphs_Unnamed Properties.mat.meta │ │ ├── URP and HDRP 10+ (Unity 2020.2+).meta │ │ ├── Uber Shader (Unity 2020.2+)/ │ │ │ ├── Cloth.mat │ │ │ ├── Cloth.mat.meta │ │ │ ├── FloatingSpheres.mat │ │ │ ├── FloatingSpheres.mat.meta │ │ │ ├── Floor.mat │ │ │ ├── Floor.mat.meta │ │ │ ├── FloorBorder.mat │ │ │ ├── FloorBorder.mat.meta │ │ │ ├── FloorSpheres.mat │ │ │ ├── FloorSpheres.mat.meta │ │ │ ├── Gradient Textures/ │ │ │ │ ├── Cloth_RampTexture_Gradient.png.meta │ │ │ │ ├── Greybox_RampTexture_Gradient.png.meta │ │ │ │ ├── Mat 1_RampTexture_Gradient.png.meta │ │ │ │ ├── Mat 2_RampTexture_Gradient.png.meta │ │ │ │ ├── Mat 3_RampTexture_Gradient.png.meta │ │ │ │ ├── Rings_RampTexture_Gradient.png.meta │ │ │ │ └── Spheres_RampTexture_Gradient.png.meta │ │ │ ├── Gradient Textures.meta │ │ │ ├── Models/ │ │ │ │ ├── MarkdownSampleObjects-1.fbx │ │ │ │ ├── MarkdownSampleObjects-1.fbx.meta │ │ │ │ ├── MarkdownSampleObjects-2.fbx │ │ │ │ └── MarkdownSampleObjects-2.fbx.meta │ │ │ ├── Models.meta │ │ │ ├── Ring.mat │ │ │ ├── Ring.mat.meta │ │ │ ├── Sample Scene/ │ │ │ │ ├── LightingData.asset │ │ │ │ ├── LightingData.asset.meta │ │ │ │ ├── Markdown-SkyboxBlurred.mat │ │ │ │ ├── Markdown-SkyboxBlurred.mat.meta │ │ │ │ ├── Markdown-blurred_background.jpg.meta │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ ├── ReflectionProbe-0.exr.meta │ │ │ │ ├── ReflectionProbe-1.exr │ │ │ │ ├── ReflectionProbe-1.exr.meta │ │ │ │ ├── ReflectionProbe-2.exr │ │ │ │ ├── ReflectionProbe-2.exr.meta │ │ │ │ ├── ReflectionProbe-3.exr │ │ │ │ ├── ReflectionProbe-3.exr.meta │ │ │ │ ├── ReflectionProbe-4.exr │ │ │ │ ├── ReflectionProbe-4.exr.meta │ │ │ │ ├── Sample Scene Lighting.lighting │ │ │ │ ├── Sample Scene Lighting.lighting.meta │ │ │ │ ├── Volume Profile.asset │ │ │ │ └── Volume Profile.asset.meta │ │ │ ├── Sample Scene.meta │ │ │ ├── Sample Scene.unity │ │ │ ├── Sample Scene.unity.meta │ │ │ ├── SampleUberShader.shadergraph │ │ │ ├── SampleUberShader.shadergraph.meta │ │ │ ├── SmallRings.mat │ │ │ ├── SmallRings.mat.meta │ │ │ ├── Torus.mat │ │ │ └── Torus.mat.meta │ │ └── Uber Shader (Unity 2020.2+).meta │ ├── package.json │ └── package.json.meta └── projects/ ├── ShadergraphMarkdown 2019.4/ │ ├── .vscode/ │ │ └── settings.json │ ├── Needle.ShaderGraphMarkdown.Internal.csproj │ ├── Needle.ShaderGraphMarkdown.csproj │ ├── Packages/ │ │ ├── com.unity.asset-store-tools/ │ │ │ ├── CHANGELOG.md │ │ │ ├── CHANGELOG.md.meta │ │ │ ├── Editor/ │ │ │ │ ├── Api/ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ ├── AuthenticationBase.cs │ │ │ │ │ │ ├── AuthenticationBase.cs.meta │ │ │ │ │ │ ├── IAssetStoreApi.cs │ │ │ │ │ │ ├── IAssetStoreApi.cs.meta │ │ │ │ │ │ ├── IAssetStoreClient.cs │ │ │ │ │ │ ├── IAssetStoreClient.cs.meta │ │ │ │ │ │ ├── IAuthenticationType.cs │ │ │ │ │ │ ├── IAuthenticationType.cs.meta │ │ │ │ │ │ ├── IPackageUploader.cs │ │ │ │ │ │ ├── IPackageUploader.cs.meta │ │ │ │ │ │ ├── PackageUploaderBase.cs │ │ │ │ │ │ └── PackageUploaderBase.cs.meta │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ ├── ApiUtility.cs │ │ │ │ │ ├── ApiUtility.cs.meta │ │ │ │ │ ├── AssetStoreApi.cs │ │ │ │ │ ├── AssetStoreApi.cs.meta │ │ │ │ │ ├── AssetStoreClient.cs │ │ │ │ │ ├── AssetStoreClient.cs.meta │ │ │ │ │ ├── CloudTokenAuthentication.cs │ │ │ │ │ ├── CloudTokenAuthentication.cs.meta │ │ │ │ │ ├── CredentialsAuthentication.cs │ │ │ │ │ ├── CredentialsAuthentication.cs.meta │ │ │ │ │ ├── Models/ │ │ │ │ │ │ ├── Category.cs │ │ │ │ │ │ ├── Category.cs.meta │ │ │ │ │ │ ├── Package.cs │ │ │ │ │ │ ├── Package.cs.meta │ │ │ │ │ │ ├── PackageAdditionalData.cs │ │ │ │ │ │ ├── PackageAdditionalData.cs.meta │ │ │ │ │ │ ├── User.cs │ │ │ │ │ │ └── User.cs.meta │ │ │ │ │ ├── Models.meta │ │ │ │ │ ├── Responses/ │ │ │ │ │ │ ├── AssetStoreResponse.cs │ │ │ │ │ │ ├── AssetStoreResponse.cs.meta │ │ │ │ │ │ ├── AssetStoreToolsVersionResponse.cs │ │ │ │ │ │ ├── AssetStoreToolsVersionResponse.cs.meta │ │ │ │ │ │ ├── AuthenticationResponse.cs │ │ │ │ │ │ ├── AuthenticationResponse.cs.meta │ │ │ │ │ │ ├── CategoryDataResponse.cs │ │ │ │ │ │ ├── CategoryDataResponse.cs.meta │ │ │ │ │ │ ├── PackageThumbnailResponse.cs │ │ │ │ │ │ ├── PackageThumbnailResponse.cs.meta │ │ │ │ │ │ ├── PackageUploadedUnityVersionDataResponse.cs │ │ │ │ │ │ ├── PackageUploadedUnityVersionDataResponse.cs.meta │ │ │ │ │ │ ├── PackagesAdditionalDataResponse.cs │ │ │ │ │ │ ├── PackagesAdditionalDataResponse.cs.meta │ │ │ │ │ │ ├── PackagesDataResponse.cs │ │ │ │ │ │ ├── PackagesDataResponse.cs.meta │ │ │ │ │ │ ├── RefreshedPackageDataResponse.cs │ │ │ │ │ │ ├── RefreshedPackageDataResponse.cs.meta │ │ │ │ │ │ ├── UploadResponse.cs │ │ │ │ │ │ └── UploadResponse.cs.meta │ │ │ │ │ ├── Responses.meta │ │ │ │ │ ├── SessionAuthentication.cs │ │ │ │ │ ├── SessionAuthentication.cs.meta │ │ │ │ │ ├── UnityPackageUploader.cs │ │ │ │ │ ├── UnityPackageUploader.cs.meta │ │ │ │ │ ├── UploadStatus.cs │ │ │ │ │ └── UploadStatus.cs.meta │ │ │ │ ├── Api.meta │ │ │ │ ├── AssemblyInfo.cs │ │ │ │ ├── AssemblyInfo.cs.meta │ │ │ │ ├── AssetStoreTools.cs │ │ │ │ ├── AssetStoreTools.cs.meta │ │ │ │ ├── AssetStoreToolsWindow.cs │ │ │ │ ├── AssetStoreToolsWindow.cs.meta │ │ │ │ ├── Constants.cs │ │ │ │ ├── Constants.cs.meta │ │ │ │ ├── Exporter/ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ ├── IPackageExporter.cs │ │ │ │ │ │ ├── IPackageExporter.cs.meta │ │ │ │ │ │ ├── IPreviewInjector.cs │ │ │ │ │ │ ├── IPreviewInjector.cs.meta │ │ │ │ │ │ ├── PackageExporterBase.cs │ │ │ │ │ │ ├── PackageExporterBase.cs.meta │ │ │ │ │ │ ├── PackageExporterSettings.cs │ │ │ │ │ │ └── PackageExporterSettings.cs.meta │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ ├── DefaultExporterSettings.cs │ │ │ │ │ ├── DefaultExporterSettings.cs.meta │ │ │ │ │ ├── DefaultPackageExporter.cs │ │ │ │ │ ├── DefaultPackageExporter.cs.meta │ │ │ │ │ ├── LegacyExporterSettings.cs │ │ │ │ │ ├── LegacyExporterSettings.cs.meta │ │ │ │ │ ├── LegacyPackageExporter.cs │ │ │ │ │ ├── LegacyPackageExporter.cs.meta │ │ │ │ │ ├── PackageExporterResult.cs │ │ │ │ │ ├── PackageExporterResult.cs.meta │ │ │ │ │ ├── PreviewInjector.cs │ │ │ │ │ └── PreviewInjector.cs.meta │ │ │ │ ├── Exporter.meta │ │ │ │ ├── Previews/ │ │ │ │ │ ├── Scripts/ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ ├── CustomPreviewGenerationSettings.cs │ │ │ │ │ │ │ ├── CustomPreviewGenerationSettings.cs.meta │ │ │ │ │ │ │ ├── FileNameFormat.cs │ │ │ │ │ │ │ ├── FileNameFormat.cs.meta │ │ │ │ │ │ │ ├── GenerationType.cs │ │ │ │ │ │ │ ├── GenerationType.cs.meta │ │ │ │ │ │ │ ├── NativePreviewGenerationSettings.cs │ │ │ │ │ │ │ ├── NativePreviewGenerationSettings.cs.meta │ │ │ │ │ │ │ ├── PreviewDatabase.cs │ │ │ │ │ │ │ ├── PreviewDatabase.cs.meta │ │ │ │ │ │ │ ├── PreviewFormat.cs │ │ │ │ │ │ │ ├── PreviewFormat.cs.meta │ │ │ │ │ │ │ ├── PreviewGenerationResult.cs │ │ │ │ │ │ │ ├── PreviewGenerationResult.cs.meta │ │ │ │ │ │ │ ├── PreviewGenerationSettings.cs │ │ │ │ │ │ │ ├── PreviewGenerationSettings.cs.meta │ │ │ │ │ │ │ ├── PreviewMetadata.cs │ │ │ │ │ │ │ └── PreviewMetadata.cs.meta │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ ├── Generators/ │ │ │ │ │ │ │ ├── Custom/ │ │ │ │ │ │ │ │ ├── AudioChannel.cs │ │ │ │ │ │ │ │ ├── AudioChannel.cs.meta │ │ │ │ │ │ │ │ ├── AudioChannelCoordinate.cs │ │ │ │ │ │ │ │ ├── AudioChannelCoordinate.cs.meta │ │ │ │ │ │ │ │ ├── Screenshotters/ │ │ │ │ │ │ │ │ │ ├── ISceneScreenshotter.cs │ │ │ │ │ │ │ │ │ ├── ISceneScreenshotter.cs.meta │ │ │ │ │ │ │ │ │ ├── MaterialScreenshotter.cs │ │ │ │ │ │ │ │ │ ├── MaterialScreenshotter.cs.meta │ │ │ │ │ │ │ │ │ ├── MeshScreenshotter.cs │ │ │ │ │ │ │ │ │ ├── MeshScreenshotter.cs.meta │ │ │ │ │ │ │ │ │ ├── SceneScreenshotterBase.cs │ │ │ │ │ │ │ │ │ ├── SceneScreenshotterBase.cs.meta │ │ │ │ │ │ │ │ │ ├── SceneScreenshotterSettings.cs │ │ │ │ │ │ │ │ │ └── SceneScreenshotterSettings.cs.meta │ │ │ │ │ │ │ │ ├── Screenshotters.meta │ │ │ │ │ │ │ │ ├── TypeGenerators/ │ │ │ │ │ │ │ │ │ ├── AudioTypeGeneratorSettings.cs │ │ │ │ │ │ │ │ │ ├── AudioTypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ │ ├── AudioTypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── AudioTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── ITypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── ITypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── MaterialTypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── MaterialTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── ModelTypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── ModelTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── PrefabTypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── PrefabTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── TextureTypeGeneratorSettings.cs │ │ │ │ │ │ │ │ │ ├── TextureTypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ │ ├── TextureTypePreviewGenerator.cs │ │ │ │ │ │ │ │ │ ├── TextureTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ │ ├── TypeGeneratorSettings.cs │ │ │ │ │ │ │ │ │ ├── TypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorBase.cs │ │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorBase.cs.meta │ │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromScene.cs │ │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromScene.cs.meta │ │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromSceneSettings.cs │ │ │ │ │ │ │ │ │ └── TypePreviewGeneratorFromSceneSettings.cs.meta │ │ │ │ │ │ │ │ └── TypeGenerators.meta │ │ │ │ │ │ │ ├── Custom.meta │ │ │ │ │ │ │ ├── CustomPreviewGenerator.cs │ │ │ │ │ │ │ ├── CustomPreviewGenerator.cs.meta │ │ │ │ │ │ │ ├── IPreviewGenerator.cs │ │ │ │ │ │ │ ├── IPreviewGenerator.cs.meta │ │ │ │ │ │ │ ├── NativePreviewGenerator.cs │ │ │ │ │ │ │ ├── NativePreviewGenerator.cs.meta │ │ │ │ │ │ │ ├── PreviewGeneratorBase.cs │ │ │ │ │ │ │ └── PreviewGeneratorBase.cs.meta │ │ │ │ │ │ ├── Generators.meta │ │ │ │ │ │ ├── Services/ │ │ │ │ │ │ │ ├── Caching/ │ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ │ └── ICachingService.cs.meta │ │ │ │ │ │ │ ├── Caching.meta │ │ │ │ │ │ │ ├── IPreviewService.cs │ │ │ │ │ │ │ ├── IPreviewService.cs.meta │ │ │ │ │ │ │ ├── PreviewServiceProvider.cs │ │ │ │ │ │ │ └── PreviewServiceProvider.cs.meta │ │ │ │ │ │ ├── Services.meta │ │ │ │ │ │ ├── UI/ │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ ├── AssetPreview.cs │ │ │ │ │ │ │ │ ├── AssetPreview.cs.meta │ │ │ │ │ │ │ │ ├── AssetPreviewCollection.cs │ │ │ │ │ │ │ │ ├── AssetPreviewCollection.cs.meta │ │ │ │ │ │ │ │ ├── IAssetPreview.cs │ │ │ │ │ │ │ │ ├── IAssetPreview.cs.meta │ │ │ │ │ │ │ │ ├── IAssetPreviewCollection.cs │ │ │ │ │ │ │ │ ├── IAssetPreviewCollection.cs.meta │ │ │ │ │ │ │ │ ├── IPreviewGeneratorSettings.cs │ │ │ │ │ │ │ │ ├── IPreviewGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ ├── PreviewGeneratorSettings.cs │ │ │ │ │ │ │ │ └── PreviewGeneratorSettings.cs.meta │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ │ ├── AssetPreviewElement.cs │ │ │ │ │ │ │ │ ├── AssetPreviewElement.cs.meta │ │ │ │ │ │ │ │ ├── GridListElement.cs │ │ │ │ │ │ │ │ ├── GridListElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewCollectionElement.cs │ │ │ │ │ │ │ │ ├── PreviewCollectionElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewGenerateButtonElement.cs │ │ │ │ │ │ │ │ ├── PreviewGenerateButtonElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewGeneratorPathsElement.cs │ │ │ │ │ │ │ │ ├── PreviewGeneratorPathsElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewGeneratorSettingsElement.cs │ │ │ │ │ │ │ │ ├── PreviewGeneratorSettingsElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewWindowDescriptionElement.cs │ │ │ │ │ │ │ │ └── PreviewWindowDescriptionElement.cs.meta │ │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ │ ├── PreviewGeneratorWindow.cs │ │ │ │ │ │ │ ├── PreviewGeneratorWindow.cs.meta │ │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ │ ├── PreviewListView.cs │ │ │ │ │ │ │ │ └── PreviewListView.cs.meta │ │ │ │ │ │ │ └── Views.meta │ │ │ │ │ │ ├── UI.meta │ │ │ │ │ │ ├── Utility/ │ │ │ │ │ │ │ ├── GraphicsUtility.cs │ │ │ │ │ │ │ ├── GraphicsUtility.cs.meta │ │ │ │ │ │ │ ├── PreviewConvertUtility.cs │ │ │ │ │ │ │ ├── PreviewConvertUtility.cs.meta │ │ │ │ │ │ │ ├── PreviewSceneUtility.cs │ │ │ │ │ │ │ ├── PreviewSceneUtility.cs.meta │ │ │ │ │ │ │ ├── RenderPipeline.cs │ │ │ │ │ │ │ ├── RenderPipeline.cs.meta │ │ │ │ │ │ │ ├── RenderPipelineUtility.cs │ │ │ │ │ │ │ └── RenderPipelineUtility.cs.meta │ │ │ │ │ │ └── Utility.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Styles/ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ └── Styles.meta │ │ │ │ ├── Previews.meta │ │ │ │ ├── Unity.AssetStoreTools.Editor.asmdef │ │ │ │ ├── Unity.AssetStoreTools.Editor.asmdef.meta │ │ │ │ ├── Uploader/ │ │ │ │ │ ├── Icons/ │ │ │ │ │ │ ├── account-dark.png.meta │ │ │ │ │ │ ├── account-light.png.meta │ │ │ │ │ │ ├── open-in-browser.png.meta │ │ │ │ │ │ ├── publisher-portal-dark.png.meta │ │ │ │ │ │ └── publisher-portal-light.png.meta │ │ │ │ │ ├── Icons.meta │ │ │ │ │ ├── Scripts/ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ ├── IPackage.cs │ │ │ │ │ │ │ │ ├── IPackage.cs.meta │ │ │ │ │ │ │ │ ├── IPackageContent.cs │ │ │ │ │ │ │ │ ├── IPackageContent.cs.meta │ │ │ │ │ │ │ │ ├── IPackageGroup.cs │ │ │ │ │ │ │ │ ├── IPackageGroup.cs.meta │ │ │ │ │ │ │ │ ├── IWorkflow.cs │ │ │ │ │ │ │ │ ├── IWorkflow.cs.meta │ │ │ │ │ │ │ │ ├── IWorkflowServices.cs │ │ │ │ │ │ │ │ ├── IWorkflowServices.cs.meta │ │ │ │ │ │ │ │ ├── WorkflowBase.cs │ │ │ │ │ │ │ │ └── WorkflowBase.cs.meta │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ ├── AssetsWorkflow.cs │ │ │ │ │ │ │ ├── AssetsWorkflow.cs.meta │ │ │ │ │ │ │ ├── HybridPackageWorkflow.cs │ │ │ │ │ │ │ ├── HybridPackageWorkflow.cs.meta │ │ │ │ │ │ │ ├── Package.cs │ │ │ │ │ │ │ ├── Package.cs.meta │ │ │ │ │ │ │ ├── PackageContent.cs │ │ │ │ │ │ │ ├── PackageContent.cs.meta │ │ │ │ │ │ │ ├── PackageGroup.cs │ │ │ │ │ │ │ ├── PackageGroup.cs.meta │ │ │ │ │ │ │ ├── PackageSorting.cs │ │ │ │ │ │ │ ├── PackageSorting.cs.meta │ │ │ │ │ │ │ ├── Serialization/ │ │ │ │ │ │ │ │ ├── AssetPath.cs │ │ │ │ │ │ │ │ ├── AssetPath.cs.meta │ │ │ │ │ │ │ │ ├── AssetsWorkflowStateData.cs │ │ │ │ │ │ │ │ ├── AssetsWorkflowStateData.cs.meta │ │ │ │ │ │ │ │ ├── HybridPackageWorkflowState.cs │ │ │ │ │ │ │ │ ├── HybridPackageWorkflowState.cs.meta │ │ │ │ │ │ │ │ ├── UnityPackageWorkflowStateData.cs │ │ │ │ │ │ │ │ ├── UnityPackageWorkflowStateData.cs.meta │ │ │ │ │ │ │ │ ├── WorkflowStateData.cs │ │ │ │ │ │ │ │ └── WorkflowStateData.cs.meta │ │ │ │ │ │ │ ├── Serialization.meta │ │ │ │ │ │ │ ├── UnityPackageWorkflow.cs │ │ │ │ │ │ │ ├── UnityPackageWorkflow.cs.meta │ │ │ │ │ │ │ ├── WorkflowServices.cs │ │ │ │ │ │ │ └── WorkflowServices.cs.meta │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ ├── Services/ │ │ │ │ │ │ │ ├── Analytics/ │ │ │ │ │ │ │ │ ├── AnalyticsService.cs │ │ │ │ │ │ │ │ ├── AnalyticsService.cs.meta │ │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ │ ├── AuthenticationAnalytic.cs │ │ │ │ │ │ │ │ │ ├── AuthenticationAnalytic.cs.meta │ │ │ │ │ │ │ │ │ ├── BaseAnalytic.cs │ │ │ │ │ │ │ │ │ ├── BaseAnalytic.cs.meta │ │ │ │ │ │ │ │ │ ├── IAssetStoreAnalytic.cs │ │ │ │ │ │ │ │ │ ├── IAssetStoreAnalytic.cs.meta │ │ │ │ │ │ │ │ │ ├── IAssetStoreAnalyticData.cs │ │ │ │ │ │ │ │ │ ├── IAssetStoreAnalyticData.cs.meta │ │ │ │ │ │ │ │ │ ├── PackageUploadAnalytic.cs │ │ │ │ │ │ │ │ │ ├── PackageUploadAnalytic.cs.meta │ │ │ │ │ │ │ │ │ ├── ValidationResultsSerializer.cs │ │ │ │ │ │ │ │ │ └── ValidationResultsSerializer.cs.meta │ │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ │ ├── IAnalyticsService.cs │ │ │ │ │ │ │ │ └── IAnalyticsService.cs.meta │ │ │ │ │ │ │ ├── Analytics.meta │ │ │ │ │ │ │ ├── Api/ │ │ │ │ │ │ │ │ ├── AuthenticationService.cs │ │ │ │ │ │ │ │ ├── AuthenticationService.cs.meta │ │ │ │ │ │ │ │ ├── IAuthenticationService.cs │ │ │ │ │ │ │ │ ├── IAuthenticationService.cs.meta │ │ │ │ │ │ │ │ ├── IPackageDownloadingService.cs │ │ │ │ │ │ │ │ ├── IPackageDownloadingService.cs.meta │ │ │ │ │ │ │ │ ├── IPackageUploadingService.cs │ │ │ │ │ │ │ │ ├── IPackageUploadingService.cs.meta │ │ │ │ │ │ │ │ ├── PackageDownloadingService.cs │ │ │ │ │ │ │ │ ├── PackageDownloadingService.cs.meta │ │ │ │ │ │ │ │ ├── PackageUploadingService.cs │ │ │ │ │ │ │ │ └── PackageUploadingService.cs.meta │ │ │ │ │ │ │ ├── Api.meta │ │ │ │ │ │ │ ├── Caching/ │ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ │ └── ICachingService.cs.meta │ │ │ │ │ │ │ ├── Caching.meta │ │ │ │ │ │ │ ├── IUploaderService.cs │ │ │ │ │ │ │ ├── IUploaderService.cs.meta │ │ │ │ │ │ │ ├── PackageFactory/ │ │ │ │ │ │ │ │ ├── IPackageFactoryService.cs │ │ │ │ │ │ │ │ ├── IPackageFactoryService.cs.meta │ │ │ │ │ │ │ │ ├── PackageFactoryService.cs │ │ │ │ │ │ │ │ └── PackageFactoryService.cs.meta │ │ │ │ │ │ │ ├── PackageFactory.meta │ │ │ │ │ │ │ ├── UploaderServiceProvider.cs │ │ │ │ │ │ │ └── UploaderServiceProvider.cs.meta │ │ │ │ │ │ ├── Services.meta │ │ │ │ │ │ ├── UI/ │ │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ │ ├── ValidationElementBase.cs │ │ │ │ │ │ │ │ │ ├── ValidationElementBase.cs.meta │ │ │ │ │ │ │ │ │ ├── WorkflowElementBase.cs │ │ │ │ │ │ │ │ │ └── WorkflowElementBase.cs.meta │ │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ │ ├── AccountToolbar.cs │ │ │ │ │ │ │ │ ├── AccountToolbar.cs.meta │ │ │ │ │ │ │ │ ├── AssetsWorkflowElement.cs │ │ │ │ │ │ │ │ ├── AssetsWorkflowElement.cs.meta │ │ │ │ │ │ │ │ ├── CurrentProjectValidationElement.cs │ │ │ │ │ │ │ │ ├── CurrentProjectValidationElement.cs.meta │ │ │ │ │ │ │ │ ├── ExternalProjectValidationElement.cs │ │ │ │ │ │ │ │ ├── ExternalProjectValidationElement.cs.meta │ │ │ │ │ │ │ │ ├── HybridPackageWorkflowElement.cs │ │ │ │ │ │ │ │ ├── HybridPackageWorkflowElement.cs.meta │ │ │ │ │ │ │ │ ├── LoadingSpinner.cs │ │ │ │ │ │ │ │ ├── LoadingSpinner.cs.meta │ │ │ │ │ │ │ │ ├── MultiToggleSelectionElement.cs │ │ │ │ │ │ │ │ ├── MultiToggleSelectionElement.cs.meta │ │ │ │ │ │ │ │ ├── PackageContentElement.cs │ │ │ │ │ │ │ │ ├── PackageContentElement.cs.meta │ │ │ │ │ │ │ │ ├── PackageElement.cs │ │ │ │ │ │ │ │ ├── PackageElement.cs.meta │ │ │ │ │ │ │ │ ├── PackageGroupElement.cs │ │ │ │ │ │ │ │ ├── PackageGroupElement.cs.meta │ │ │ │ │ │ │ │ ├── PackageListToolbar.cs │ │ │ │ │ │ │ │ ├── PackageListToolbar.cs.meta │ │ │ │ │ │ │ │ ├── PackageUploadElement.cs │ │ │ │ │ │ │ │ ├── PackageUploadElement.cs.meta │ │ │ │ │ │ │ │ ├── PathSelectionElement.cs │ │ │ │ │ │ │ │ ├── PathSelectionElement.cs.meta │ │ │ │ │ │ │ │ ├── PreviewGenerationElement.cs │ │ │ │ │ │ │ │ ├── PreviewGenerationElement.cs.meta │ │ │ │ │ │ │ │ ├── UnityPackageWorkflowElement.cs │ │ │ │ │ │ │ │ └── UnityPackageWorkflowElement.cs.meta │ │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ │ ├── LoginView.cs │ │ │ │ │ │ │ │ ├── LoginView.cs.meta │ │ │ │ │ │ │ │ ├── PackageListView.cs │ │ │ │ │ │ │ │ └── PackageListView.cs.meta │ │ │ │ │ │ │ └── Views.meta │ │ │ │ │ │ └── UI.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Styles/ │ │ │ │ │ │ ├── LoginView/ │ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ │ ├── LoginView.meta │ │ │ │ │ │ ├── PackageListView/ │ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ │ ├── PackageListView.meta │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ ├── Styles.meta │ │ │ │ │ ├── UploaderWindow.cs │ │ │ │ │ └── UploaderWindow.cs.meta │ │ │ │ ├── Uploader.meta │ │ │ │ ├── Utility/ │ │ │ │ │ ├── ASDebug.cs │ │ │ │ │ ├── ASDebug.cs.meta │ │ │ │ │ ├── ASToolsPreferences.cs │ │ │ │ │ ├── ASToolsPreferences.cs.meta │ │ │ │ │ ├── ASToolsUpdater.cs │ │ │ │ │ ├── ASToolsUpdater.cs.meta │ │ │ │ │ ├── CacheUtil.cs │ │ │ │ │ ├── CacheUtil.cs.meta │ │ │ │ │ ├── FileUtility.cs │ │ │ │ │ ├── FileUtility.cs.meta │ │ │ │ │ ├── LegacyToolsRemover.cs │ │ │ │ │ ├── LegacyToolsRemover.cs.meta │ │ │ │ │ ├── PackageUtility.cs │ │ │ │ │ ├── PackageUtility.cs.meta │ │ │ │ │ ├── ServiceProvider.cs │ │ │ │ │ ├── ServiceProvider.cs.meta │ │ │ │ │ ├── StyleSelector.cs │ │ │ │ │ ├── StyleSelector.cs.meta │ │ │ │ │ ├── Styles/ │ │ │ │ │ │ ├── Updater/ │ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ │ └── Updater.meta │ │ │ │ │ ├── Styles.meta │ │ │ │ │ ├── SymlinkUtil.cs │ │ │ │ │ └── SymlinkUtil.cs.meta │ │ │ │ ├── Utility.meta │ │ │ │ ├── Validator/ │ │ │ │ │ ├── Icons/ │ │ │ │ │ │ ├── error.png.meta │ │ │ │ │ │ ├── error_d.png.meta │ │ │ │ │ │ ├── success.png.meta │ │ │ │ │ │ ├── success_d.png.meta │ │ │ │ │ │ ├── undefined.png.meta │ │ │ │ │ │ ├── undefined_d.png.meta │ │ │ │ │ │ ├── warning.png.meta │ │ │ │ │ │ └── warning_d.png.meta │ │ │ │ │ ├── Icons.meta │ │ │ │ │ ├── Scripts/ │ │ │ │ │ │ ├── Categories/ │ │ │ │ │ │ │ ├── CategoryEvaluator.cs │ │ │ │ │ │ │ ├── CategoryEvaluator.cs.meta │ │ │ │ │ │ │ ├── ValidatorCategory.cs │ │ │ │ │ │ │ └── ValidatorCategory.cs.meta │ │ │ │ │ │ ├── Categories.meta │ │ │ │ │ │ ├── CurrentProjectValidator.cs │ │ │ │ │ │ ├── CurrentProjectValidator.cs.meta │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ ├── CurrentProjectValidationSettings.cs │ │ │ │ │ │ │ ├── CurrentProjectValidationSettings.cs.meta │ │ │ │ │ │ │ ├── ExternalProjectValidationSettings.cs │ │ │ │ │ │ │ ├── ExternalProjectValidationSettings.cs.meta │ │ │ │ │ │ │ ├── MessageActions/ │ │ │ │ │ │ │ │ ├── HighlightObjectAction.cs │ │ │ │ │ │ │ │ ├── HighlightObjectAction.cs.meta │ │ │ │ │ │ │ │ ├── IMessageAction.cs │ │ │ │ │ │ │ │ ├── IMessageAction.cs.meta │ │ │ │ │ │ │ │ ├── OpenAssetAction.cs │ │ │ │ │ │ │ │ └── OpenAssetAction.cs.meta │ │ │ │ │ │ │ ├── MessageActions.meta │ │ │ │ │ │ │ ├── TestResult.cs │ │ │ │ │ │ │ ├── TestResult.cs.meta │ │ │ │ │ │ │ ├── TestResultMessage.cs │ │ │ │ │ │ │ ├── TestResultMessage.cs.meta │ │ │ │ │ │ │ ├── TestResultObject.cs │ │ │ │ │ │ │ ├── TestResultObject.cs.meta │ │ │ │ │ │ │ ├── TestResultStatus.cs │ │ │ │ │ │ │ ├── TestResultStatus.cs.meta │ │ │ │ │ │ │ ├── ValidationResult.cs │ │ │ │ │ │ │ ├── ValidationResult.cs.meta │ │ │ │ │ │ │ ├── ValidationSettings.cs │ │ │ │ │ │ │ ├── ValidationSettings.cs.meta │ │ │ │ │ │ │ ├── ValidationStatus.cs │ │ │ │ │ │ │ ├── ValidationStatus.cs.meta │ │ │ │ │ │ │ ├── ValidationType.cs │ │ │ │ │ │ │ └── ValidationType.cs.meta │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ ├── ExternalProjectValidator.cs │ │ │ │ │ │ ├── ExternalProjectValidator.cs.meta │ │ │ │ │ │ ├── IValidator.cs │ │ │ │ │ │ ├── IValidator.cs.meta │ │ │ │ │ │ ├── Services/ │ │ │ │ │ │ │ ├── CachingService/ │ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ │ ├── ICachingService.cs.meta │ │ │ │ │ │ │ │ ├── PreviewDatabaseContractResolver.cs │ │ │ │ │ │ │ │ └── PreviewDatabaseContractResolver.cs.meta │ │ │ │ │ │ │ ├── CachingService.meta │ │ │ │ │ │ │ ├── IValidatorService.cs │ │ │ │ │ │ │ ├── IValidatorService.cs.meta │ │ │ │ │ │ │ ├── Validation/ │ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ │ ├── IAssetUtilityService.cs │ │ │ │ │ │ │ │ │ ├── IAssetUtilityService.cs.meta │ │ │ │ │ │ │ │ │ ├── IFileSignatureUtilityService.cs │ │ │ │ │ │ │ │ │ ├── IFileSignatureUtilityService.cs.meta │ │ │ │ │ │ │ │ │ ├── IMeshUtilityService.cs │ │ │ │ │ │ │ │ │ ├── IMeshUtilityService.cs.meta │ │ │ │ │ │ │ │ │ ├── IModelUtilityService.cs │ │ │ │ │ │ │ │ │ ├── IModelUtilityService.cs.meta │ │ │ │ │ │ │ │ │ ├── ISceneUtilityService.cs │ │ │ │ │ │ │ │ │ ├── ISceneUtilityService.cs.meta │ │ │ │ │ │ │ │ │ ├── IScriptUtilityService.cs │ │ │ │ │ │ │ │ │ └── IScriptUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ │ ├── AssetUtilityService.cs │ │ │ │ │ │ │ │ ├── AssetUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ │ ├── ArchiveType.cs │ │ │ │ │ │ │ │ │ ├── ArchiveType.cs.meta │ │ │ │ │ │ │ │ │ ├── AssetEnumerator.cs │ │ │ │ │ │ │ │ │ ├── AssetEnumerator.cs.meta │ │ │ │ │ │ │ │ │ ├── AssetType.cs │ │ │ │ │ │ │ │ │ ├── AssetType.cs.meta │ │ │ │ │ │ │ │ │ ├── LogEntry.cs │ │ │ │ │ │ │ │ │ └── LogEntry.cs.meta │ │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ │ ├── FileSignatureUtilityService.cs │ │ │ │ │ │ │ │ ├── FileSignatureUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── MeshUtilityService.cs │ │ │ │ │ │ │ │ ├── MeshUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── ModelUtilityService.cs │ │ │ │ │ │ │ │ ├── ModelUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── SceneUtilityService.cs │ │ │ │ │ │ │ │ ├── SceneUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── ScriptUtilityService.cs │ │ │ │ │ │ │ │ └── ScriptUtilityService.cs.meta │ │ │ │ │ │ │ ├── Validation.meta │ │ │ │ │ │ │ ├── ValidatorServiceProvider.cs │ │ │ │ │ │ │ └── ValidatorServiceProvider.cs.meta │ │ │ │ │ │ ├── Services.meta │ │ │ │ │ │ ├── Test Definitions/ │ │ │ │ │ │ │ ├── AutomatedTest.cs │ │ │ │ │ │ │ ├── AutomatedTest.cs.meta │ │ │ │ │ │ │ ├── GenericTestConfig.cs │ │ │ │ │ │ │ ├── GenericTestConfig.cs.meta │ │ │ │ │ │ │ ├── ITestConfig.cs │ │ │ │ │ │ │ ├── ITestConfig.cs.meta │ │ │ │ │ │ │ ├── ITestScript.cs │ │ │ │ │ │ │ ├── ITestScript.cs.meta │ │ │ │ │ │ │ ├── Scriptable Objects/ │ │ │ │ │ │ │ │ ├── AutomatedTestScriptableObject.cs │ │ │ │ │ │ │ │ ├── AutomatedTestScriptableObject.cs.meta │ │ │ │ │ │ │ │ ├── Editor/ │ │ │ │ │ │ │ │ │ ├── ValidationTestScriptableObjectInspector.cs │ │ │ │ │ │ │ │ │ └── ValidationTestScriptableObjectInspector.cs.meta │ │ │ │ │ │ │ │ ├── Editor.meta │ │ │ │ │ │ │ │ ├── ValidationTestScriptableObject.cs │ │ │ │ │ │ │ │ └── ValidationTestScriptableObject.cs.meta │ │ │ │ │ │ │ ├── Scriptable Objects.meta │ │ │ │ │ │ │ ├── ValidationTest.cs │ │ │ │ │ │ │ └── ValidationTest.cs.meta │ │ │ │ │ │ ├── Test Definitions.meta │ │ │ │ │ │ ├── Test Methods/ │ │ │ │ │ │ │ ├── Generic/ │ │ │ │ │ │ │ │ ├── CheckAnimationClips.cs │ │ │ │ │ │ │ │ ├── CheckAnimationClips.cs.meta │ │ │ │ │ │ │ │ ├── CheckAudioClipping.cs │ │ │ │ │ │ │ │ ├── CheckAudioClipping.cs.meta │ │ │ │ │ │ │ │ ├── CheckColliders.cs │ │ │ │ │ │ │ │ ├── CheckColliders.cs.meta │ │ │ │ │ │ │ │ ├── CheckCompressedFiles.cs │ │ │ │ │ │ │ │ ├── CheckCompressedFiles.cs.meta │ │ │ │ │ │ │ │ ├── CheckEmptyPrefabs.cs │ │ │ │ │ │ │ │ ├── CheckEmptyPrefabs.cs.meta │ │ │ │ │ │ │ │ ├── CheckFileMenuNames.cs │ │ │ │ │ │ │ │ ├── CheckFileMenuNames.cs.meta │ │ │ │ │ │ │ │ ├── CheckLODs.cs │ │ │ │ │ │ │ │ ├── CheckLODs.cs.meta │ │ │ │ │ │ │ │ ├── CheckLineEndings.cs │ │ │ │ │ │ │ │ ├── CheckLineEndings.cs.meta │ │ │ │ │ │ │ │ ├── CheckMeshPrefabs.cs │ │ │ │ │ │ │ │ ├── CheckMeshPrefabs.cs.meta │ │ │ │ │ │ │ │ ├── CheckMissingComponentsinAssets.cs │ │ │ │ │ │ │ │ ├── CheckMissingComponentsinAssets.cs.meta │ │ │ │ │ │ │ │ ├── CheckMissingComponentsinScenes.cs │ │ │ │ │ │ │ │ ├── CheckMissingComponentsinScenes.cs.meta │ │ │ │ │ │ │ │ ├── CheckModelImportLogs.cs │ │ │ │ │ │ │ │ ├── CheckModelImportLogs.cs.meta │ │ │ │ │ │ │ │ ├── CheckModelOrientation.cs │ │ │ │ │ │ │ │ ├── CheckModelOrientation.cs.meta │ │ │ │ │ │ │ │ ├── CheckModelTypes.cs │ │ │ │ │ │ │ │ ├── CheckModelTypes.cs.meta │ │ │ │ │ │ │ │ ├── CheckNormalMapTextures.cs │ │ │ │ │ │ │ │ ├── CheckNormalMapTextures.cs.meta │ │ │ │ │ │ │ │ ├── CheckPackageNaming.cs │ │ │ │ │ │ │ │ ├── CheckPackageNaming.cs.meta │ │ │ │ │ │ │ │ ├── CheckParticleSystems.cs │ │ │ │ │ │ │ │ ├── CheckParticleSystems.cs.meta │ │ │ │ │ │ │ │ ├── CheckPathLengths.cs │ │ │ │ │ │ │ │ ├── CheckPathLengths.cs.meta │ │ │ │ │ │ │ │ ├── CheckPrefabTransforms.cs │ │ │ │ │ │ │ │ ├── CheckPrefabTransforms.cs.meta │ │ │ │ │ │ │ │ ├── CheckScriptCompilation.cs │ │ │ │ │ │ │ │ ├── CheckScriptCompilation.cs.meta │ │ │ │ │ │ │ │ ├── CheckShaderCompilation.cs │ │ │ │ │ │ │ │ ├── CheckShaderCompilation.cs.meta │ │ │ │ │ │ │ │ ├── CheckTextureDimensions.cs │ │ │ │ │ │ │ │ ├── CheckTextureDimensions.cs.meta │ │ │ │ │ │ │ │ ├── CheckTypeNamespaces.cs │ │ │ │ │ │ │ │ ├── CheckTypeNamespaces.cs.meta │ │ │ │ │ │ │ │ ├── RemoveExecutableFiles.cs │ │ │ │ │ │ │ │ ├── RemoveExecutableFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveJPGFiles.cs │ │ │ │ │ │ │ │ ├── RemoveJPGFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveJavaScriptFiles.cs │ │ │ │ │ │ │ │ ├── RemoveJavaScriptFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveLossyAudioFiles.cs │ │ │ │ │ │ │ │ ├── RemoveLossyAudioFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveMixamoFiles.cs │ │ │ │ │ │ │ │ ├── RemoveMixamoFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveSpeedTreeFiles.cs │ │ │ │ │ │ │ │ ├── RemoveSpeedTreeFiles.cs.meta │ │ │ │ │ │ │ │ ├── RemoveVideoFiles.cs │ │ │ │ │ │ │ │ └── RemoveVideoFiles.cs.meta │ │ │ │ │ │ │ ├── Generic.meta │ │ │ │ │ │ │ ├── UnityPackage/ │ │ │ │ │ │ │ │ ├── CheckDemoScenes.cs │ │ │ │ │ │ │ │ ├── CheckDemoScenes.cs.meta │ │ │ │ │ │ │ │ ├── CheckDocumentation.cs │ │ │ │ │ │ │ │ ├── CheckDocumentation.cs.meta │ │ │ │ │ │ │ │ ├── CheckPackageSize.cs │ │ │ │ │ │ │ │ ├── CheckPackageSize.cs.meta │ │ │ │ │ │ │ │ ├── CheckProjectTemplateAssets.cs │ │ │ │ │ │ │ │ └── CheckProjectTemplateAssets.cs.meta │ │ │ │ │ │ │ └── UnityPackage.meta │ │ │ │ │ │ ├── Test Methods.meta │ │ │ │ │ │ ├── UI/ │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ │ ├── IValidatorResults.cs │ │ │ │ │ │ │ │ │ ├── IValidatorResults.cs.meta │ │ │ │ │ │ │ │ │ ├── IValidatorSettings.cs │ │ │ │ │ │ │ │ │ ├── IValidatorSettings.cs.meta │ │ │ │ │ │ │ │ │ ├── IValidatorTest.cs │ │ │ │ │ │ │ │ │ ├── IValidatorTest.cs.meta │ │ │ │ │ │ │ │ │ ├── IValidatorTestGroup.cs │ │ │ │ │ │ │ │ │ └── IValidatorTestGroup.cs.meta │ │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ │ ├── Serialization/ │ │ │ │ │ │ │ │ │ ├── ValidatorStateData.cs │ │ │ │ │ │ │ │ │ ├── ValidatorStateData.cs.meta │ │ │ │ │ │ │ │ │ ├── ValidatorStateDataContractResolver.cs │ │ │ │ │ │ │ │ │ ├── ValidatorStateDataContractResolver.cs.meta │ │ │ │ │ │ │ │ │ ├── ValidatorStateResults.cs │ │ │ │ │ │ │ │ │ ├── ValidatorStateResults.cs.meta │ │ │ │ │ │ │ │ │ ├── ValidatorStateSettings.cs │ │ │ │ │ │ │ │ │ └── ValidatorStateSettings.cs.meta │ │ │ │ │ │ │ │ ├── Serialization.meta │ │ │ │ │ │ │ │ ├── ValidatorResults.cs │ │ │ │ │ │ │ │ ├── ValidatorResults.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorSettings.cs │ │ │ │ │ │ │ │ ├── ValidatorSettings.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorTest.cs │ │ │ │ │ │ │ │ ├── ValidatorTest.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorTestGroup.cs │ │ │ │ │ │ │ │ └── ValidatorTestGroup.cs.meta │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ │ ├── ValidatorButtonElement.cs │ │ │ │ │ │ │ │ ├── ValidatorButtonElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorDescriptionElement.cs │ │ │ │ │ │ │ │ ├── ValidatorDescriptionElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorPathsElement.cs │ │ │ │ │ │ │ │ ├── ValidatorPathsElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorResultsElement.cs │ │ │ │ │ │ │ │ ├── ValidatorResultsElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorSettingsElement.cs │ │ │ │ │ │ │ │ ├── ValidatorSettingsElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorTestElement.cs │ │ │ │ │ │ │ │ ├── ValidatorTestElement.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorTestGroupElement.cs │ │ │ │ │ │ │ │ └── ValidatorTestGroupElement.cs.meta │ │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ │ ├── ValidatorWindow.cs │ │ │ │ │ │ │ ├── ValidatorWindow.cs.meta │ │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ │ ├── ValidatorTestsView.cs │ │ │ │ │ │ │ │ └── ValidatorTestsView.cs.meta │ │ │ │ │ │ │ └── Views.meta │ │ │ │ │ │ ├── UI.meta │ │ │ │ │ │ ├── Utility/ │ │ │ │ │ │ │ ├── ValidatorUtility.cs │ │ │ │ │ │ │ └── ValidatorUtility.cs.meta │ │ │ │ │ │ ├── Utility.meta │ │ │ │ │ │ ├── ValidatorBase.cs │ │ │ │ │ │ └── ValidatorBase.cs.meta │ │ │ │ │ ├── Scripts.meta │ │ │ │ │ ├── Styles/ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ ├── Styles.meta │ │ │ │ │ ├── Tests/ │ │ │ │ │ │ ├── Generic/ │ │ │ │ │ │ │ ├── Check Animation Clips.asset │ │ │ │ │ │ │ ├── Check Animation Clips.asset.meta │ │ │ │ │ │ │ ├── Check Audio Clipping.asset │ │ │ │ │ │ │ ├── Check Audio Clipping.asset.meta │ │ │ │ │ │ │ ├── Check Colliders.asset │ │ │ │ │ │ │ ├── Check Colliders.asset.meta │ │ │ │ │ │ │ ├── Check Compressed Files.asset │ │ │ │ │ │ │ ├── Check Compressed Files.asset.meta │ │ │ │ │ │ │ ├── Check Empty Prefabs.asset │ │ │ │ │ │ │ ├── Check Empty Prefabs.asset.meta │ │ │ │ │ │ │ ├── Check File Menu Names.asset │ │ │ │ │ │ │ ├── Check File Menu Names.asset.meta │ │ │ │ │ │ │ ├── Check LODs.asset │ │ │ │ │ │ │ ├── Check LODs.asset.meta │ │ │ │ │ │ │ ├── Check Line Endings.asset │ │ │ │ │ │ │ ├── Check Line Endings.asset.meta │ │ │ │ │ │ │ ├── Check Mesh Prefabs.asset │ │ │ │ │ │ │ ├── Check Mesh Prefabs.asset.meta │ │ │ │ │ │ │ ├── Check Missing Components in Assets.asset │ │ │ │ │ │ │ ├── Check Missing Components in Assets.asset.meta │ │ │ │ │ │ │ ├── Check Missing Components in Scenes.asset │ │ │ │ │ │ │ ├── Check Missing Components in Scenes.asset.meta │ │ │ │ │ │ │ ├── Check Model Import Logs.asset │ │ │ │ │ │ │ ├── Check Model Import Logs.asset.meta │ │ │ │ │ │ │ ├── Check Model Orientation.asset │ │ │ │ │ │ │ ├── Check Model Orientation.asset.meta │ │ │ │ │ │ │ ├── Check Model Types.asset │ │ │ │ │ │ │ ├── Check Model Types.asset.meta │ │ │ │ │ │ │ ├── Check Normal Map Textures.asset │ │ │ │ │ │ │ ├── Check Normal Map Textures.asset.meta │ │ │ │ │ │ │ ├── Check Package Naming.asset │ │ │ │ │ │ │ ├── Check Package Naming.asset.meta │ │ │ │ │ │ │ ├── Check Particle Systems.asset │ │ │ │ │ │ │ ├── Check Particle Systems.asset.meta │ │ │ │ │ │ │ ├── Check Path Lengths.asset │ │ │ │ │ │ │ ├── Check Path Lengths.asset.meta │ │ │ │ │ │ │ ├── Check Prefab Transforms.asset │ │ │ │ │ │ │ ├── Check Prefab Transforms.asset.meta │ │ │ │ │ │ │ ├── Check Script Compilation.asset │ │ │ │ │ │ │ ├── Check Script Compilation.asset.meta │ │ │ │ │ │ │ ├── Check Shader Compilation.asset │ │ │ │ │ │ │ ├── Check Shader Compilation.asset.meta │ │ │ │ │ │ │ ├── Check Texture Dimensions.asset │ │ │ │ │ │ │ ├── Check Texture Dimensions.asset.meta │ │ │ │ │ │ │ ├── Check Type Namespaces.asset │ │ │ │ │ │ │ ├── Check Type Namespaces.asset.meta │ │ │ │ │ │ │ ├── Remove Executable Files.asset │ │ │ │ │ │ │ ├── Remove Executable Files.asset.meta │ │ │ │ │ │ │ ├── Remove JPG Files.asset │ │ │ │ │ │ │ ├── Remove JPG Files.asset.meta │ │ │ │ │ │ │ ├── Remove JavaScript Files.asset │ │ │ │ │ │ │ ├── Remove JavaScript Files.asset.meta │ │ │ │ │ │ │ ├── Remove Lossy Audio Files.asset │ │ │ │ │ │ │ ├── Remove Lossy Audio Files.asset.meta │ │ │ │ │ │ │ ├── Remove Mixamo Files.asset │ │ │ │ │ │ │ ├── Remove Mixamo Files.asset.meta │ │ │ │ │ │ │ ├── Remove SpeedTree Files.asset │ │ │ │ │ │ │ ├── Remove SpeedTree Files.asset.meta │ │ │ │ │ │ │ ├── Remove Video Files.asset │ │ │ │ │ │ │ └── Remove Video Files.asset.meta │ │ │ │ │ │ ├── Generic.meta │ │ │ │ │ │ ├── UnityPackage/ │ │ │ │ │ │ │ ├── Check Demo Scenes.asset │ │ │ │ │ │ │ ├── Check Demo Scenes.asset.meta │ │ │ │ │ │ │ ├── Check Documentation.asset │ │ │ │ │ │ │ ├── Check Documentation.asset.meta │ │ │ │ │ │ │ ├── Check Package Size.asset │ │ │ │ │ │ │ ├── Check Package Size.asset.meta │ │ │ │ │ │ │ ├── Check Project Template Assets.asset │ │ │ │ │ │ │ └── Check Project Template Assets.asset.meta │ │ │ │ │ │ └── UnityPackage.meta │ │ │ │ │ └── Tests.meta │ │ │ │ └── Validator.meta │ │ │ ├── Editor.meta │ │ │ ├── LICENSE.md │ │ │ ├── LICENSE.md.meta │ │ │ ├── package.json │ │ │ └── package.json.meta │ │ ├── manifest.json │ │ └── packages-lock.json │ ├── ProjectSettings/ │ │ ├── AudioManager.asset │ │ ├── ClusterInputManager.asset │ │ ├── DynamicsManager.asset │ │ ├── EditorBuildSettings.asset │ │ ├── EditorSettings.asset │ │ ├── GraphicsSettings.asset │ │ ├── InputManager.asset │ │ ├── NavMeshAreas.asset │ │ ├── PackageManagerSettings.asset │ │ ├── Physics2DSettings.asset │ │ ├── PresetManager.asset │ │ ├── ProjectSettings.asset │ │ ├── ProjectVersion.txt │ │ ├── QualitySettings.asset │ │ ├── TagManager.asset │ │ ├── TimeManager.asset │ │ ├── UnityConnectSettings.asset │ │ ├── VFXManager.asset │ │ └── XRSettings.asset │ ├── ShadergraphMarkdown 2019.4.sln │ ├── Unity.CollabProxy.Editor.csproj │ ├── Unity.PlasticSCM.Editor.csproj │ ├── Unity.Rider.Editor.csproj │ ├── Unity.TextMeshPro.Editor.csproj │ ├── Unity.TextMeshPro.csproj │ ├── Unity.Timeline.Editor.csproj │ ├── Unity.Timeline.csproj │ ├── Unity.VSCode.Editor.csproj │ ├── Unity.VisualStudio.Editor.csproj │ ├── UnityEditor.TestRunner.csproj │ ├── UnityEditor.UI.csproj │ ├── UnityEngine.TestRunner.csproj │ ├── UnityEngine.UI.csproj │ └── asset-store-tools-editor.csproj └── ShadergraphMarkdown 6000.2/ ├── .vscode/ │ └── settings.json ├── Assembly-CSharp-Editor.csproj ├── Assembly-CSharp.csproj ├── DocCodeExamples.csproj ├── Needle.ShaderGraphMarkdown.Internal.csproj ├── Needle.ShaderGraphMarkdown.csproj ├── Packages/ │ ├── com.unity.asset-store-tools/ │ │ ├── CHANGELOG.md │ │ ├── CHANGELOG.md.meta │ │ ├── Editor/ │ │ │ ├── Api/ │ │ │ │ ├── Abstractions/ │ │ │ │ │ ├── AuthenticationBase.cs │ │ │ │ │ ├── AuthenticationBase.cs.meta │ │ │ │ │ ├── IAssetStoreApi.cs │ │ │ │ │ ├── IAssetStoreApi.cs.meta │ │ │ │ │ ├── IAssetStoreClient.cs │ │ │ │ │ ├── IAssetStoreClient.cs.meta │ │ │ │ │ ├── IAuthenticationType.cs │ │ │ │ │ ├── IAuthenticationType.cs.meta │ │ │ │ │ ├── IPackageUploader.cs │ │ │ │ │ ├── IPackageUploader.cs.meta │ │ │ │ │ ├── PackageUploaderBase.cs │ │ │ │ │ └── PackageUploaderBase.cs.meta │ │ │ │ ├── Abstractions.meta │ │ │ │ ├── ApiUtility.cs │ │ │ │ ├── ApiUtility.cs.meta │ │ │ │ ├── AssetStoreApi.cs │ │ │ │ ├── AssetStoreApi.cs.meta │ │ │ │ ├── AssetStoreClient.cs │ │ │ │ ├── AssetStoreClient.cs.meta │ │ │ │ ├── CloudTokenAuthentication.cs │ │ │ │ ├── CloudTokenAuthentication.cs.meta │ │ │ │ ├── CredentialsAuthentication.cs │ │ │ │ ├── CredentialsAuthentication.cs.meta │ │ │ │ ├── Models/ │ │ │ │ │ ├── Category.cs │ │ │ │ │ ├── Category.cs.meta │ │ │ │ │ ├── Package.cs │ │ │ │ │ ├── Package.cs.meta │ │ │ │ │ ├── PackageAdditionalData.cs │ │ │ │ │ ├── PackageAdditionalData.cs.meta │ │ │ │ │ ├── User.cs │ │ │ │ │ └── User.cs.meta │ │ │ │ ├── Models.meta │ │ │ │ ├── Responses/ │ │ │ │ │ ├── AssetStoreResponse.cs │ │ │ │ │ ├── AssetStoreResponse.cs.meta │ │ │ │ │ ├── AssetStoreToolsVersionResponse.cs │ │ │ │ │ ├── AssetStoreToolsVersionResponse.cs.meta │ │ │ │ │ ├── AuthenticationResponse.cs │ │ │ │ │ ├── AuthenticationResponse.cs.meta │ │ │ │ │ ├── CategoryDataResponse.cs │ │ │ │ │ ├── CategoryDataResponse.cs.meta │ │ │ │ │ ├── PackageThumbnailResponse.cs │ │ │ │ │ ├── PackageThumbnailResponse.cs.meta │ │ │ │ │ ├── PackageUploadedUnityVersionDataResponse.cs │ │ │ │ │ ├── PackageUploadedUnityVersionDataResponse.cs.meta │ │ │ │ │ ├── PackagesAdditionalDataResponse.cs │ │ │ │ │ ├── PackagesAdditionalDataResponse.cs.meta │ │ │ │ │ ├── PackagesDataResponse.cs │ │ │ │ │ ├── PackagesDataResponse.cs.meta │ │ │ │ │ ├── RefreshedPackageDataResponse.cs │ │ │ │ │ ├── RefreshedPackageDataResponse.cs.meta │ │ │ │ │ ├── UploadResponse.cs │ │ │ │ │ └── UploadResponse.cs.meta │ │ │ │ ├── Responses.meta │ │ │ │ ├── SessionAuthentication.cs │ │ │ │ ├── SessionAuthentication.cs.meta │ │ │ │ ├── UnityPackageUploader.cs │ │ │ │ ├── UnityPackageUploader.cs.meta │ │ │ │ ├── UploadStatus.cs │ │ │ │ └── UploadStatus.cs.meta │ │ │ ├── Api.meta │ │ │ ├── AssemblyInfo.cs │ │ │ ├── AssemblyInfo.cs.meta │ │ │ ├── AssetStoreTools.cs │ │ │ ├── AssetStoreTools.cs.meta │ │ │ ├── AssetStoreToolsWindow.cs │ │ │ ├── AssetStoreToolsWindow.cs.meta │ │ │ ├── Constants.cs │ │ │ ├── Constants.cs.meta │ │ │ ├── Exporter/ │ │ │ │ ├── Abstractions/ │ │ │ │ │ ├── IPackageExporter.cs │ │ │ │ │ ├── IPackageExporter.cs.meta │ │ │ │ │ ├── IPreviewInjector.cs │ │ │ │ │ ├── IPreviewInjector.cs.meta │ │ │ │ │ ├── PackageExporterBase.cs │ │ │ │ │ ├── PackageExporterBase.cs.meta │ │ │ │ │ ├── PackageExporterSettings.cs │ │ │ │ │ └── PackageExporterSettings.cs.meta │ │ │ │ ├── Abstractions.meta │ │ │ │ ├── DefaultExporterSettings.cs │ │ │ │ ├── DefaultExporterSettings.cs.meta │ │ │ │ ├── DefaultPackageExporter.cs │ │ │ │ ├── DefaultPackageExporter.cs.meta │ │ │ │ ├── LegacyExporterSettings.cs │ │ │ │ ├── LegacyExporterSettings.cs.meta │ │ │ │ ├── LegacyPackageExporter.cs │ │ │ │ ├── LegacyPackageExporter.cs.meta │ │ │ │ ├── PackageExporterResult.cs │ │ │ │ ├── PackageExporterResult.cs.meta │ │ │ │ ├── PreviewInjector.cs │ │ │ │ └── PreviewInjector.cs.meta │ │ │ ├── Exporter.meta │ │ │ ├── Previews/ │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ ├── CustomPreviewGenerationSettings.cs │ │ │ │ │ │ ├── CustomPreviewGenerationSettings.cs.meta │ │ │ │ │ │ ├── FileNameFormat.cs │ │ │ │ │ │ ├── FileNameFormat.cs.meta │ │ │ │ │ │ ├── GenerationType.cs │ │ │ │ │ │ ├── GenerationType.cs.meta │ │ │ │ │ │ ├── NativePreviewGenerationSettings.cs │ │ │ │ │ │ ├── NativePreviewGenerationSettings.cs.meta │ │ │ │ │ │ ├── PreviewDatabase.cs │ │ │ │ │ │ ├── PreviewDatabase.cs.meta │ │ │ │ │ │ ├── PreviewFormat.cs │ │ │ │ │ │ ├── PreviewFormat.cs.meta │ │ │ │ │ │ ├── PreviewGenerationResult.cs │ │ │ │ │ │ ├── PreviewGenerationResult.cs.meta │ │ │ │ │ │ ├── PreviewGenerationSettings.cs │ │ │ │ │ │ ├── PreviewGenerationSettings.cs.meta │ │ │ │ │ │ ├── PreviewMetadata.cs │ │ │ │ │ │ └── PreviewMetadata.cs.meta │ │ │ │ │ ├── Data.meta │ │ │ │ │ ├── Generators/ │ │ │ │ │ │ ├── Custom/ │ │ │ │ │ │ │ ├── AudioChannel.cs │ │ │ │ │ │ │ ├── AudioChannel.cs.meta │ │ │ │ │ │ │ ├── AudioChannelCoordinate.cs │ │ │ │ │ │ │ ├── AudioChannelCoordinate.cs.meta │ │ │ │ │ │ │ ├── Screenshotters/ │ │ │ │ │ │ │ │ ├── ISceneScreenshotter.cs │ │ │ │ │ │ │ │ ├── ISceneScreenshotter.cs.meta │ │ │ │ │ │ │ │ ├── MaterialScreenshotter.cs │ │ │ │ │ │ │ │ ├── MaterialScreenshotter.cs.meta │ │ │ │ │ │ │ │ ├── MeshScreenshotter.cs │ │ │ │ │ │ │ │ ├── MeshScreenshotter.cs.meta │ │ │ │ │ │ │ │ ├── SceneScreenshotterBase.cs │ │ │ │ │ │ │ │ ├── SceneScreenshotterBase.cs.meta │ │ │ │ │ │ │ │ ├── SceneScreenshotterSettings.cs │ │ │ │ │ │ │ │ └── SceneScreenshotterSettings.cs.meta │ │ │ │ │ │ │ ├── Screenshotters.meta │ │ │ │ │ │ │ ├── TypeGenerators/ │ │ │ │ │ │ │ │ ├── AudioTypeGeneratorSettings.cs │ │ │ │ │ │ │ │ ├── AudioTypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ ├── AudioTypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── AudioTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── ITypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── ITypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── MaterialTypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── MaterialTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── ModelTypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── ModelTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── PrefabTypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── PrefabTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── TextureTypeGeneratorSettings.cs │ │ │ │ │ │ │ │ ├── TextureTypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ ├── TextureTypePreviewGenerator.cs │ │ │ │ │ │ │ │ ├── TextureTypePreviewGenerator.cs.meta │ │ │ │ │ │ │ │ ├── TypeGeneratorSettings.cs │ │ │ │ │ │ │ │ ├── TypeGeneratorSettings.cs.meta │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorBase.cs │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorBase.cs.meta │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromScene.cs │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromScene.cs.meta │ │ │ │ │ │ │ │ ├── TypePreviewGeneratorFromSceneSettings.cs │ │ │ │ │ │ │ │ └── TypePreviewGeneratorFromSceneSettings.cs.meta │ │ │ │ │ │ │ └── TypeGenerators.meta │ │ │ │ │ │ ├── Custom.meta │ │ │ │ │ │ ├── CustomPreviewGenerator.cs │ │ │ │ │ │ ├── CustomPreviewGenerator.cs.meta │ │ │ │ │ │ ├── IPreviewGenerator.cs │ │ │ │ │ │ ├── IPreviewGenerator.cs.meta │ │ │ │ │ │ ├── NativePreviewGenerator.cs │ │ │ │ │ │ ├── NativePreviewGenerator.cs.meta │ │ │ │ │ │ ├── PreviewGeneratorBase.cs │ │ │ │ │ │ └── PreviewGeneratorBase.cs.meta │ │ │ │ │ ├── Generators.meta │ │ │ │ │ ├── Services/ │ │ │ │ │ │ ├── Caching/ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ └── ICachingService.cs.meta │ │ │ │ │ │ ├── Caching.meta │ │ │ │ │ │ ├── IPreviewService.cs │ │ │ │ │ │ ├── IPreviewService.cs.meta │ │ │ │ │ │ ├── PreviewServiceProvider.cs │ │ │ │ │ │ └── PreviewServiceProvider.cs.meta │ │ │ │ │ ├── Services.meta │ │ │ │ │ ├── UI/ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ ├── AssetPreview.cs │ │ │ │ │ │ │ ├── AssetPreview.cs.meta │ │ │ │ │ │ │ ├── AssetPreviewCollection.cs │ │ │ │ │ │ │ ├── AssetPreviewCollection.cs.meta │ │ │ │ │ │ │ ├── IAssetPreview.cs │ │ │ │ │ │ │ ├── IAssetPreview.cs.meta │ │ │ │ │ │ │ ├── IAssetPreviewCollection.cs │ │ │ │ │ │ │ ├── IAssetPreviewCollection.cs.meta │ │ │ │ │ │ │ ├── IPreviewGeneratorSettings.cs │ │ │ │ │ │ │ ├── IPreviewGeneratorSettings.cs.meta │ │ │ │ │ │ │ ├── PreviewGeneratorSettings.cs │ │ │ │ │ │ │ └── PreviewGeneratorSettings.cs.meta │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ ├── AssetPreviewElement.cs │ │ │ │ │ │ │ ├── AssetPreviewElement.cs.meta │ │ │ │ │ │ │ ├── GridListElement.cs │ │ │ │ │ │ │ ├── GridListElement.cs.meta │ │ │ │ │ │ │ ├── PreviewCollectionElement.cs │ │ │ │ │ │ │ ├── PreviewCollectionElement.cs.meta │ │ │ │ │ │ │ ├── PreviewGenerateButtonElement.cs │ │ │ │ │ │ │ ├── PreviewGenerateButtonElement.cs.meta │ │ │ │ │ │ │ ├── PreviewGeneratorPathsElement.cs │ │ │ │ │ │ │ ├── PreviewGeneratorPathsElement.cs.meta │ │ │ │ │ │ │ ├── PreviewGeneratorSettingsElement.cs │ │ │ │ │ │ │ ├── PreviewGeneratorSettingsElement.cs.meta │ │ │ │ │ │ │ ├── PreviewWindowDescriptionElement.cs │ │ │ │ │ │ │ └── PreviewWindowDescriptionElement.cs.meta │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ ├── PreviewGeneratorWindow.cs │ │ │ │ │ │ ├── PreviewGeneratorWindow.cs.meta │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ ├── PreviewListView.cs │ │ │ │ │ │ │ └── PreviewListView.cs.meta │ │ │ │ │ │ └── Views.meta │ │ │ │ │ ├── UI.meta │ │ │ │ │ ├── Utility/ │ │ │ │ │ │ ├── GraphicsUtility.cs │ │ │ │ │ │ ├── GraphicsUtility.cs.meta │ │ │ │ │ │ ├── PreviewConvertUtility.cs │ │ │ │ │ │ ├── PreviewConvertUtility.cs.meta │ │ │ │ │ │ ├── PreviewSceneUtility.cs │ │ │ │ │ │ ├── PreviewSceneUtility.cs.meta │ │ │ │ │ │ ├── RenderPipeline.cs │ │ │ │ │ │ ├── RenderPipeline.cs.meta │ │ │ │ │ │ ├── RenderPipelineUtility.cs │ │ │ │ │ │ └── RenderPipelineUtility.cs.meta │ │ │ │ │ └── Utility.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Styles/ │ │ │ │ │ ├── Style.uss │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ └── Styles.meta │ │ │ ├── Previews.meta │ │ │ ├── Unity.AssetStoreTools.Editor.asmdef │ │ │ ├── Unity.AssetStoreTools.Editor.asmdef.meta │ │ │ ├── Uploader/ │ │ │ │ ├── Icons/ │ │ │ │ │ ├── account-dark.png.meta │ │ │ │ │ ├── account-light.png.meta │ │ │ │ │ ├── open-in-browser.png.meta │ │ │ │ │ ├── publisher-portal-dark.png.meta │ │ │ │ │ └── publisher-portal-light.png.meta │ │ │ │ ├── Icons.meta │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ ├── IPackage.cs │ │ │ │ │ │ │ ├── IPackage.cs.meta │ │ │ │ │ │ │ ├── IPackageContent.cs │ │ │ │ │ │ │ ├── IPackageContent.cs.meta │ │ │ │ │ │ │ ├── IPackageGroup.cs │ │ │ │ │ │ │ ├── IPackageGroup.cs.meta │ │ │ │ │ │ │ ├── IWorkflow.cs │ │ │ │ │ │ │ ├── IWorkflow.cs.meta │ │ │ │ │ │ │ ├── IWorkflowServices.cs │ │ │ │ │ │ │ ├── IWorkflowServices.cs.meta │ │ │ │ │ │ │ ├── WorkflowBase.cs │ │ │ │ │ │ │ └── WorkflowBase.cs.meta │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ ├── AssetsWorkflow.cs │ │ │ │ │ │ ├── AssetsWorkflow.cs.meta │ │ │ │ │ │ ├── HybridPackageWorkflow.cs │ │ │ │ │ │ ├── HybridPackageWorkflow.cs.meta │ │ │ │ │ │ ├── Package.cs │ │ │ │ │ │ ├── Package.cs.meta │ │ │ │ │ │ ├── PackageContent.cs │ │ │ │ │ │ ├── PackageContent.cs.meta │ │ │ │ │ │ ├── PackageGroup.cs │ │ │ │ │ │ ├── PackageGroup.cs.meta │ │ │ │ │ │ ├── PackageSorting.cs │ │ │ │ │ │ ├── PackageSorting.cs.meta │ │ │ │ │ │ ├── Serialization/ │ │ │ │ │ │ │ ├── AssetPath.cs │ │ │ │ │ │ │ ├── AssetPath.cs.meta │ │ │ │ │ │ │ ├── AssetsWorkflowStateData.cs │ │ │ │ │ │ │ ├── AssetsWorkflowStateData.cs.meta │ │ │ │ │ │ │ ├── HybridPackageWorkflowState.cs │ │ │ │ │ │ │ ├── HybridPackageWorkflowState.cs.meta │ │ │ │ │ │ │ ├── UnityPackageWorkflowStateData.cs │ │ │ │ │ │ │ ├── UnityPackageWorkflowStateData.cs.meta │ │ │ │ │ │ │ ├── WorkflowStateData.cs │ │ │ │ │ │ │ └── WorkflowStateData.cs.meta │ │ │ │ │ │ ├── Serialization.meta │ │ │ │ │ │ ├── UnityPackageWorkflow.cs │ │ │ │ │ │ ├── UnityPackageWorkflow.cs.meta │ │ │ │ │ │ ├── WorkflowServices.cs │ │ │ │ │ │ └── WorkflowServices.cs.meta │ │ │ │ │ ├── Data.meta │ │ │ │ │ ├── Services/ │ │ │ │ │ │ ├── Analytics/ │ │ │ │ │ │ │ ├── AnalyticsService.cs │ │ │ │ │ │ │ ├── AnalyticsService.cs.meta │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ ├── AuthenticationAnalytic.cs │ │ │ │ │ │ │ │ ├── AuthenticationAnalytic.cs.meta │ │ │ │ │ │ │ │ ├── BaseAnalytic.cs │ │ │ │ │ │ │ │ ├── BaseAnalytic.cs.meta │ │ │ │ │ │ │ │ ├── IAssetStoreAnalytic.cs │ │ │ │ │ │ │ │ ├── IAssetStoreAnalytic.cs.meta │ │ │ │ │ │ │ │ ├── IAssetStoreAnalyticData.cs │ │ │ │ │ │ │ │ ├── IAssetStoreAnalyticData.cs.meta │ │ │ │ │ │ │ │ ├── PackageUploadAnalytic.cs │ │ │ │ │ │ │ │ ├── PackageUploadAnalytic.cs.meta │ │ │ │ │ │ │ │ ├── ValidationResultsSerializer.cs │ │ │ │ │ │ │ │ └── ValidationResultsSerializer.cs.meta │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ ├── IAnalyticsService.cs │ │ │ │ │ │ │ └── IAnalyticsService.cs.meta │ │ │ │ │ │ ├── Analytics.meta │ │ │ │ │ │ ├── Api/ │ │ │ │ │ │ │ ├── AuthenticationService.cs │ │ │ │ │ │ │ ├── AuthenticationService.cs.meta │ │ │ │ │ │ │ ├── IAuthenticationService.cs │ │ │ │ │ │ │ ├── IAuthenticationService.cs.meta │ │ │ │ │ │ │ ├── IPackageDownloadingService.cs │ │ │ │ │ │ │ ├── IPackageDownloadingService.cs.meta │ │ │ │ │ │ │ ├── IPackageUploadingService.cs │ │ │ │ │ │ │ ├── IPackageUploadingService.cs.meta │ │ │ │ │ │ │ ├── PackageDownloadingService.cs │ │ │ │ │ │ │ ├── PackageDownloadingService.cs.meta │ │ │ │ │ │ │ ├── PackageUploadingService.cs │ │ │ │ │ │ │ └── PackageUploadingService.cs.meta │ │ │ │ │ │ ├── Api.meta │ │ │ │ │ │ ├── Caching/ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ └── ICachingService.cs.meta │ │ │ │ │ │ ├── Caching.meta │ │ │ │ │ │ ├── IUploaderService.cs │ │ │ │ │ │ ├── IUploaderService.cs.meta │ │ │ │ │ │ ├── PackageFactory/ │ │ │ │ │ │ │ ├── IPackageFactoryService.cs │ │ │ │ │ │ │ ├── IPackageFactoryService.cs.meta │ │ │ │ │ │ │ ├── PackageFactoryService.cs │ │ │ │ │ │ │ └── PackageFactoryService.cs.meta │ │ │ │ │ │ ├── PackageFactory.meta │ │ │ │ │ │ ├── UploaderServiceProvider.cs │ │ │ │ │ │ └── UploaderServiceProvider.cs.meta │ │ │ │ │ ├── Services.meta │ │ │ │ │ ├── UI/ │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ ├── ValidationElementBase.cs │ │ │ │ │ │ │ │ ├── ValidationElementBase.cs.meta │ │ │ │ │ │ │ │ ├── WorkflowElementBase.cs │ │ │ │ │ │ │ │ └── WorkflowElementBase.cs.meta │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ ├── AccountToolbar.cs │ │ │ │ │ │ │ ├── AccountToolbar.cs.meta │ │ │ │ │ │ │ ├── AssetsWorkflowElement.cs │ │ │ │ │ │ │ ├── AssetsWorkflowElement.cs.meta │ │ │ │ │ │ │ ├── CurrentProjectValidationElement.cs │ │ │ │ │ │ │ ├── CurrentProjectValidationElement.cs.meta │ │ │ │ │ │ │ ├── ExternalProjectValidationElement.cs │ │ │ │ │ │ │ ├── ExternalProjectValidationElement.cs.meta │ │ │ │ │ │ │ ├── HybridPackageWorkflowElement.cs │ │ │ │ │ │ │ ├── HybridPackageWorkflowElement.cs.meta │ │ │ │ │ │ │ ├── LoadingSpinner.cs │ │ │ │ │ │ │ ├── LoadingSpinner.cs.meta │ │ │ │ │ │ │ ├── MultiToggleSelectionElement.cs │ │ │ │ │ │ │ ├── MultiToggleSelectionElement.cs.meta │ │ │ │ │ │ │ ├── PackageContentElement.cs │ │ │ │ │ │ │ ├── PackageContentElement.cs.meta │ │ │ │ │ │ │ ├── PackageElement.cs │ │ │ │ │ │ │ ├── PackageElement.cs.meta │ │ │ │ │ │ │ ├── PackageGroupElement.cs │ │ │ │ │ │ │ ├── PackageGroupElement.cs.meta │ │ │ │ │ │ │ ├── PackageListToolbar.cs │ │ │ │ │ │ │ ├── PackageListToolbar.cs.meta │ │ │ │ │ │ │ ├── PackageUploadElement.cs │ │ │ │ │ │ │ ├── PackageUploadElement.cs.meta │ │ │ │ │ │ │ ├── PathSelectionElement.cs │ │ │ │ │ │ │ ├── PathSelectionElement.cs.meta │ │ │ │ │ │ │ ├── PreviewGenerationElement.cs │ │ │ │ │ │ │ ├── PreviewGenerationElement.cs.meta │ │ │ │ │ │ │ ├── UnityPackageWorkflowElement.cs │ │ │ │ │ │ │ └── UnityPackageWorkflowElement.cs.meta │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ ├── LoginView.cs │ │ │ │ │ │ │ ├── LoginView.cs.meta │ │ │ │ │ │ │ ├── PackageListView.cs │ │ │ │ │ │ │ └── PackageListView.cs.meta │ │ │ │ │ │ └── Views.meta │ │ │ │ │ └── UI.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Styles/ │ │ │ │ │ ├── LoginView/ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ ├── LoginView.meta │ │ │ │ │ ├── PackageListView/ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ ├── PackageListView.meta │ │ │ │ │ ├── Style.uss │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ ├── Styles.meta │ │ │ │ ├── UploaderWindow.cs │ │ │ │ └── UploaderWindow.cs.meta │ │ │ ├── Uploader.meta │ │ │ ├── Utility/ │ │ │ │ ├── ASDebug.cs │ │ │ │ ├── ASDebug.cs.meta │ │ │ │ ├── ASToolsPreferences.cs │ │ │ │ ├── ASToolsPreferences.cs.meta │ │ │ │ ├── ASToolsUpdater.cs │ │ │ │ ├── ASToolsUpdater.cs.meta │ │ │ │ ├── CacheUtil.cs │ │ │ │ ├── CacheUtil.cs.meta │ │ │ │ ├── FileUtility.cs │ │ │ │ ├── FileUtility.cs.meta │ │ │ │ ├── LegacyToolsRemover.cs │ │ │ │ ├── LegacyToolsRemover.cs.meta │ │ │ │ ├── PackageUtility.cs │ │ │ │ ├── PackageUtility.cs.meta │ │ │ │ ├── ServiceProvider.cs │ │ │ │ ├── ServiceProvider.cs.meta │ │ │ │ ├── StyleSelector.cs │ │ │ │ ├── StyleSelector.cs.meta │ │ │ │ ├── Styles/ │ │ │ │ │ ├── Updater/ │ │ │ │ │ │ ├── Style.uss │ │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ │ └── Updater.meta │ │ │ │ ├── Styles.meta │ │ │ │ ├── SymlinkUtil.cs │ │ │ │ └── SymlinkUtil.cs.meta │ │ │ ├── Utility.meta │ │ │ ├── Validator/ │ │ │ │ ├── Icons/ │ │ │ │ │ ├── error.png.meta │ │ │ │ │ ├── error_d.png.meta │ │ │ │ │ ├── success.png.meta │ │ │ │ │ ├── success_d.png.meta │ │ │ │ │ ├── undefined.png.meta │ │ │ │ │ ├── undefined_d.png.meta │ │ │ │ │ ├── warning.png.meta │ │ │ │ │ └── warning_d.png.meta │ │ │ │ ├── Icons.meta │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── Categories/ │ │ │ │ │ │ ├── CategoryEvaluator.cs │ │ │ │ │ │ ├── CategoryEvaluator.cs.meta │ │ │ │ │ │ ├── ValidatorCategory.cs │ │ │ │ │ │ └── ValidatorCategory.cs.meta │ │ │ │ │ ├── Categories.meta │ │ │ │ │ ├── CurrentProjectValidator.cs │ │ │ │ │ ├── CurrentProjectValidator.cs.meta │ │ │ │ │ ├── Data/ │ │ │ │ │ │ ├── CurrentProjectValidationSettings.cs │ │ │ │ │ │ ├── CurrentProjectValidationSettings.cs.meta │ │ │ │ │ │ ├── ExternalProjectValidationSettings.cs │ │ │ │ │ │ ├── ExternalProjectValidationSettings.cs.meta │ │ │ │ │ │ ├── MessageActions/ │ │ │ │ │ │ │ ├── HighlightObjectAction.cs │ │ │ │ │ │ │ ├── HighlightObjectAction.cs.meta │ │ │ │ │ │ │ ├── IMessageAction.cs │ │ │ │ │ │ │ ├── IMessageAction.cs.meta │ │ │ │ │ │ │ ├── OpenAssetAction.cs │ │ │ │ │ │ │ └── OpenAssetAction.cs.meta │ │ │ │ │ │ ├── MessageActions.meta │ │ │ │ │ │ ├── TestResult.cs │ │ │ │ │ │ ├── TestResult.cs.meta │ │ │ │ │ │ ├── TestResultMessage.cs │ │ │ │ │ │ ├── TestResultMessage.cs.meta │ │ │ │ │ │ ├── TestResultObject.cs │ │ │ │ │ │ ├── TestResultObject.cs.meta │ │ │ │ │ │ ├── TestResultStatus.cs │ │ │ │ │ │ ├── TestResultStatus.cs.meta │ │ │ │ │ │ ├── ValidationResult.cs │ │ │ │ │ │ ├── ValidationResult.cs.meta │ │ │ │ │ │ ├── ValidationSettings.cs │ │ │ │ │ │ ├── ValidationSettings.cs.meta │ │ │ │ │ │ ├── ValidationStatus.cs │ │ │ │ │ │ ├── ValidationStatus.cs.meta │ │ │ │ │ │ ├── ValidationType.cs │ │ │ │ │ │ └── ValidationType.cs.meta │ │ │ │ │ ├── Data.meta │ │ │ │ │ ├── ExternalProjectValidator.cs │ │ │ │ │ ├── ExternalProjectValidator.cs.meta │ │ │ │ │ ├── IValidator.cs │ │ │ │ │ ├── IValidator.cs.meta │ │ │ │ │ ├── Services/ │ │ │ │ │ │ ├── CachingService/ │ │ │ │ │ │ │ ├── CachingService.cs │ │ │ │ │ │ │ ├── CachingService.cs.meta │ │ │ │ │ │ │ ├── ICachingService.cs │ │ │ │ │ │ │ ├── ICachingService.cs.meta │ │ │ │ │ │ │ ├── PreviewDatabaseContractResolver.cs │ │ │ │ │ │ │ └── PreviewDatabaseContractResolver.cs.meta │ │ │ │ │ │ ├── CachingService.meta │ │ │ │ │ │ ├── IValidatorService.cs │ │ │ │ │ │ ├── IValidatorService.cs.meta │ │ │ │ │ │ ├── Validation/ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ ├── IAssetUtilityService.cs │ │ │ │ │ │ │ │ ├── IAssetUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── IFileSignatureUtilityService.cs │ │ │ │ │ │ │ │ ├── IFileSignatureUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── IMeshUtilityService.cs │ │ │ │ │ │ │ │ ├── IMeshUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── IModelUtilityService.cs │ │ │ │ │ │ │ │ ├── IModelUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── ISceneUtilityService.cs │ │ │ │ │ │ │ │ ├── ISceneUtilityService.cs.meta │ │ │ │ │ │ │ │ ├── IScriptUtilityService.cs │ │ │ │ │ │ │ │ └── IScriptUtilityService.cs.meta │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ ├── AssetUtilityService.cs │ │ │ │ │ │ │ ├── AssetUtilityService.cs.meta │ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ │ ├── ArchiveType.cs │ │ │ │ │ │ │ │ ├── ArchiveType.cs.meta │ │ │ │ │ │ │ │ ├── AssetEnumerator.cs │ │ │ │ │ │ │ │ ├── AssetEnumerator.cs.meta │ │ │ │ │ │ │ │ ├── AssetType.cs │ │ │ │ │ │ │ │ ├── AssetType.cs.meta │ │ │ │ │ │ │ │ ├── LogEntry.cs │ │ │ │ │ │ │ │ └── LogEntry.cs.meta │ │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ │ ├── FileSignatureUtilityService.cs │ │ │ │ │ │ │ ├── FileSignatureUtilityService.cs.meta │ │ │ │ │ │ │ ├── MeshUtilityService.cs │ │ │ │ │ │ │ ├── MeshUtilityService.cs.meta │ │ │ │ │ │ │ ├── ModelUtilityService.cs │ │ │ │ │ │ │ ├── ModelUtilityService.cs.meta │ │ │ │ │ │ │ ├── SceneUtilityService.cs │ │ │ │ │ │ │ ├── SceneUtilityService.cs.meta │ │ │ │ │ │ │ ├── ScriptUtilityService.cs │ │ │ │ │ │ │ └── ScriptUtilityService.cs.meta │ │ │ │ │ │ ├── Validation.meta │ │ │ │ │ │ ├── ValidatorServiceProvider.cs │ │ │ │ │ │ └── ValidatorServiceProvider.cs.meta │ │ │ │ │ ├── Services.meta │ │ │ │ │ ├── Test Definitions/ │ │ │ │ │ │ ├── AutomatedTest.cs │ │ │ │ │ │ ├── AutomatedTest.cs.meta │ │ │ │ │ │ ├── GenericTestConfig.cs │ │ │ │ │ │ ├── GenericTestConfig.cs.meta │ │ │ │ │ │ ├── ITestConfig.cs │ │ │ │ │ │ ├── ITestConfig.cs.meta │ │ │ │ │ │ ├── ITestScript.cs │ │ │ │ │ │ ├── ITestScript.cs.meta │ │ │ │ │ │ ├── Scriptable Objects/ │ │ │ │ │ │ │ ├── AutomatedTestScriptableObject.cs │ │ │ │ │ │ │ ├── AutomatedTestScriptableObject.cs.meta │ │ │ │ │ │ │ ├── Editor/ │ │ │ │ │ │ │ │ ├── ValidationTestScriptableObjectInspector.cs │ │ │ │ │ │ │ │ └── ValidationTestScriptableObjectInspector.cs.meta │ │ │ │ │ │ │ ├── Editor.meta │ │ │ │ │ │ │ ├── ValidationTestScriptableObject.cs │ │ │ │ │ │ │ └── ValidationTestScriptableObject.cs.meta │ │ │ │ │ │ ├── Scriptable Objects.meta │ │ │ │ │ │ ├── ValidationTest.cs │ │ │ │ │ │ └── ValidationTest.cs.meta │ │ │ │ │ ├── Test Definitions.meta │ │ │ │ │ ├── Test Methods/ │ │ │ │ │ │ ├── Generic/ │ │ │ │ │ │ │ ├── CheckAnimationClips.cs │ │ │ │ │ │ │ ├── CheckAnimationClips.cs.meta │ │ │ │ │ │ │ ├── CheckAudioClipping.cs │ │ │ │ │ │ │ ├── CheckAudioClipping.cs.meta │ │ │ │ │ │ │ ├── CheckColliders.cs │ │ │ │ │ │ │ ├── CheckColliders.cs.meta │ │ │ │ │ │ │ ├── CheckCompressedFiles.cs │ │ │ │ │ │ │ ├── CheckCompressedFiles.cs.meta │ │ │ │ │ │ │ ├── CheckEmptyPrefabs.cs │ │ │ │ │ │ │ ├── CheckEmptyPrefabs.cs.meta │ │ │ │ │ │ │ ├── CheckFileMenuNames.cs │ │ │ │ │ │ │ ├── CheckFileMenuNames.cs.meta │ │ │ │ │ │ │ ├── CheckLODs.cs │ │ │ │ │ │ │ ├── CheckLODs.cs.meta │ │ │ │ │ │ │ ├── CheckLineEndings.cs │ │ │ │ │ │ │ ├── CheckLineEndings.cs.meta │ │ │ │ │ │ │ ├── CheckMeshPrefabs.cs │ │ │ │ │ │ │ ├── CheckMeshPrefabs.cs.meta │ │ │ │ │ │ │ ├── CheckMissingComponentsinAssets.cs │ │ │ │ │ │ │ ├── CheckMissingComponentsinAssets.cs.meta │ │ │ │ │ │ │ ├── CheckMissingComponentsinScenes.cs │ │ │ │ │ │ │ ├── CheckMissingComponentsinScenes.cs.meta │ │ │ │ │ │ │ ├── CheckModelImportLogs.cs │ │ │ │ │ │ │ ├── CheckModelImportLogs.cs.meta │ │ │ │ │ │ │ ├── CheckModelOrientation.cs │ │ │ │ │ │ │ ├── CheckModelOrientation.cs.meta │ │ │ │ │ │ │ ├── CheckModelTypes.cs │ │ │ │ │ │ │ ├── CheckModelTypes.cs.meta │ │ │ │ │ │ │ ├── CheckNormalMapTextures.cs │ │ │ │ │ │ │ ├── CheckNormalMapTextures.cs.meta │ │ │ │ │ │ │ ├── CheckPackageNaming.cs │ │ │ │ │ │ │ ├── CheckPackageNaming.cs.meta │ │ │ │ │ │ │ ├── CheckParticleSystems.cs │ │ │ │ │ │ │ ├── CheckParticleSystems.cs.meta │ │ │ │ │ │ │ ├── CheckPathLengths.cs │ │ │ │ │ │ │ ├── CheckPathLengths.cs.meta │ │ │ │ │ │ │ ├── CheckPrefabTransforms.cs │ │ │ │ │ │ │ ├── CheckPrefabTransforms.cs.meta │ │ │ │ │ │ │ ├── CheckScriptCompilation.cs │ │ │ │ │ │ │ ├── CheckScriptCompilation.cs.meta │ │ │ │ │ │ │ ├── CheckShaderCompilation.cs │ │ │ │ │ │ │ ├── CheckShaderCompilation.cs.meta │ │ │ │ │ │ │ ├── CheckTextureDimensions.cs │ │ │ │ │ │ │ ├── CheckTextureDimensions.cs.meta │ │ │ │ │ │ │ ├── CheckTypeNamespaces.cs │ │ │ │ │ │ │ ├── CheckTypeNamespaces.cs.meta │ │ │ │ │ │ │ ├── RemoveExecutableFiles.cs │ │ │ │ │ │ │ ├── RemoveExecutableFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveJPGFiles.cs │ │ │ │ │ │ │ ├── RemoveJPGFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveJavaScriptFiles.cs │ │ │ │ │ │ │ ├── RemoveJavaScriptFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveLossyAudioFiles.cs │ │ │ │ │ │ │ ├── RemoveLossyAudioFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveMixamoFiles.cs │ │ │ │ │ │ │ ├── RemoveMixamoFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveSpeedTreeFiles.cs │ │ │ │ │ │ │ ├── RemoveSpeedTreeFiles.cs.meta │ │ │ │ │ │ │ ├── RemoveVideoFiles.cs │ │ │ │ │ │ │ └── RemoveVideoFiles.cs.meta │ │ │ │ │ │ ├── Generic.meta │ │ │ │ │ │ ├── UnityPackage/ │ │ │ │ │ │ │ ├── CheckDemoScenes.cs │ │ │ │ │ │ │ ├── CheckDemoScenes.cs.meta │ │ │ │ │ │ │ ├── CheckDocumentation.cs │ │ │ │ │ │ │ ├── CheckDocumentation.cs.meta │ │ │ │ │ │ │ ├── CheckPackageSize.cs │ │ │ │ │ │ │ ├── CheckPackageSize.cs.meta │ │ │ │ │ │ │ ├── CheckProjectTemplateAssets.cs │ │ │ │ │ │ │ └── CheckProjectTemplateAssets.cs.meta │ │ │ │ │ │ └── UnityPackage.meta │ │ │ │ │ ├── Test Methods.meta │ │ │ │ │ ├── UI/ │ │ │ │ │ │ ├── Data/ │ │ │ │ │ │ │ ├── Abstractions/ │ │ │ │ │ │ │ │ ├── IValidatorResults.cs │ │ │ │ │ │ │ │ ├── IValidatorResults.cs.meta │ │ │ │ │ │ │ │ ├── IValidatorSettings.cs │ │ │ │ │ │ │ │ ├── IValidatorSettings.cs.meta │ │ │ │ │ │ │ │ ├── IValidatorTest.cs │ │ │ │ │ │ │ │ ├── IValidatorTest.cs.meta │ │ │ │ │ │ │ │ ├── IValidatorTestGroup.cs │ │ │ │ │ │ │ │ └── IValidatorTestGroup.cs.meta │ │ │ │ │ │ │ ├── Abstractions.meta │ │ │ │ │ │ │ ├── Serialization/ │ │ │ │ │ │ │ │ ├── ValidatorStateData.cs │ │ │ │ │ │ │ │ ├── ValidatorStateData.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorStateDataContractResolver.cs │ │ │ │ │ │ │ │ ├── ValidatorStateDataContractResolver.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorStateResults.cs │ │ │ │ │ │ │ │ ├── ValidatorStateResults.cs.meta │ │ │ │ │ │ │ │ ├── ValidatorStateSettings.cs │ │ │ │ │ │ │ │ └── ValidatorStateSettings.cs.meta │ │ │ │ │ │ │ ├── Serialization.meta │ │ │ │ │ │ │ ├── ValidatorResults.cs │ │ │ │ │ │ │ ├── ValidatorResults.cs.meta │ │ │ │ │ │ │ ├── ValidatorSettings.cs │ │ │ │ │ │ │ ├── ValidatorSettings.cs.meta │ │ │ │ │ │ │ ├── ValidatorTest.cs │ │ │ │ │ │ │ ├── ValidatorTest.cs.meta │ │ │ │ │ │ │ ├── ValidatorTestGroup.cs │ │ │ │ │ │ │ └── ValidatorTestGroup.cs.meta │ │ │ │ │ │ ├── Data.meta │ │ │ │ │ │ ├── Elements/ │ │ │ │ │ │ │ ├── ValidatorButtonElement.cs │ │ │ │ │ │ │ ├── ValidatorButtonElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorDescriptionElement.cs │ │ │ │ │ │ │ ├── ValidatorDescriptionElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorPathsElement.cs │ │ │ │ │ │ │ ├── ValidatorPathsElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorResultsElement.cs │ │ │ │ │ │ │ ├── ValidatorResultsElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorSettingsElement.cs │ │ │ │ │ │ │ ├── ValidatorSettingsElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorTestElement.cs │ │ │ │ │ │ │ ├── ValidatorTestElement.cs.meta │ │ │ │ │ │ │ ├── ValidatorTestGroupElement.cs │ │ │ │ │ │ │ └── ValidatorTestGroupElement.cs.meta │ │ │ │ │ │ ├── Elements.meta │ │ │ │ │ │ ├── ValidatorWindow.cs │ │ │ │ │ │ ├── ValidatorWindow.cs.meta │ │ │ │ │ │ ├── Views/ │ │ │ │ │ │ │ ├── ValidatorTestsView.cs │ │ │ │ │ │ │ └── ValidatorTestsView.cs.meta │ │ │ │ │ │ └── Views.meta │ │ │ │ │ ├── UI.meta │ │ │ │ │ ├── Utility/ │ │ │ │ │ │ ├── ValidatorUtility.cs │ │ │ │ │ │ └── ValidatorUtility.cs.meta │ │ │ │ │ ├── Utility.meta │ │ │ │ │ ├── ValidatorBase.cs │ │ │ │ │ └── ValidatorBase.cs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Styles/ │ │ │ │ │ ├── Style.uss │ │ │ │ │ ├── Style.uss.meta │ │ │ │ │ ├── ThemeDark.uss │ │ │ │ │ ├── ThemeDark.uss.meta │ │ │ │ │ ├── ThemeLight.uss │ │ │ │ │ └── ThemeLight.uss.meta │ │ │ │ ├── Styles.meta │ │ │ │ ├── Tests/ │ │ │ │ │ ├── Generic/ │ │ │ │ │ │ ├── Check Animation Clips.asset │ │ │ │ │ │ ├── Check Animation Clips.asset.meta │ │ │ │ │ │ ├── Check Audio Clipping.asset │ │ │ │ │ │ ├── Check Audio Clipping.asset.meta │ │ │ │ │ │ ├── Check Colliders.asset │ │ │ │ │ │ ├── Check Colliders.asset.meta │ │ │ │ │ │ ├── Check Compressed Files.asset │ │ │ │ │ │ ├── Check Compressed Files.asset.meta │ │ │ │ │ │ ├── Check Empty Prefabs.asset │ │ │ │ │ │ ├── Check Empty Prefabs.asset.meta │ │ │ │ │ │ ├── Check File Menu Names.asset │ │ │ │ │ │ ├── Check File Menu Names.asset.meta │ │ │ │ │ │ ├── Check LODs.asset │ │ │ │ │ │ ├── Check LODs.asset.meta │ │ │ │ │ │ ├── Check Line Endings.asset │ │ │ │ │ │ ├── Check Line Endings.asset.meta │ │ │ │ │ │ ├── Check Mesh Prefabs.asset │ │ │ │ │ │ ├── Check Mesh Prefabs.asset.meta │ │ │ │ │ │ ├── Check Missing Components in Assets.asset │ │ │ │ │ │ ├── Check Missing Components in Assets.asset.meta │ │ │ │ │ │ ├── Check Missing Components in Scenes.asset │ │ │ │ │ │ ├── Check Missing Components in Scenes.asset.meta │ │ │ │ │ │ ├── Check Model Import Logs.asset │ │ │ │ │ │ ├── Check Model Import Logs.asset.meta │ │ │ │ │ │ ├── Check Model Orientation.asset │ │ │ │ │ │ ├── Check Model Orientation.asset.meta │ │ │ │ │ │ ├── Check Model Types.asset │ │ │ │ │ │ ├── Check Model Types.asset.meta │ │ │ │ │ │ ├── Check Normal Map Textures.asset │ │ │ │ │ │ ├── Check Normal Map Textures.asset.meta │ │ │ │ │ │ ├── Check Package Naming.asset │ │ │ │ │ │ ├── Check Package Naming.asset.meta │ │ │ │ │ │ ├── Check Particle Systems.asset │ │ │ │ │ │ ├── Check Particle Systems.asset.meta │ │ │ │ │ │ ├── Check Path Lengths.asset │ │ │ │ │ │ ├── Check Path Lengths.asset.meta │ │ │ │ │ │ ├── Check Prefab Transforms.asset │ │ │ │ │ │ ├── Check Prefab Transforms.asset.meta │ │ │ │ │ │ ├── Check Script Compilation.asset │ │ │ │ │ │ ├── Check Script Compilation.asset.meta │ │ │ │ │ │ ├── Check Shader Compilation.asset │ │ │ │ │ │ ├── Check Shader Compilation.asset.meta │ │ │ │ │ │ ├── Check Texture Dimensions.asset │ │ │ │ │ │ ├── Check Texture Dimensions.asset.meta │ │ │ │ │ │ ├── Check Type Namespaces.asset │ │ │ │ │ │ ├── Check Type Namespaces.asset.meta │ │ │ │ │ │ ├── Remove Executable Files.asset │ │ │ │ │ │ ├── Remove Executable Files.asset.meta │ │ │ │ │ │ ├── Remove JPG Files.asset │ │ │ │ │ │ ├── Remove JPG Files.asset.meta │ │ │ │ │ │ ├── Remove JavaScript Files.asset │ │ │ │ │ │ ├── Remove JavaScript Files.asset.meta │ │ │ │ │ │ ├── Remove Lossy Audio Files.asset │ │ │ │ │ │ ├── Remove Lossy Audio Files.asset.meta │ │ │ │ │ │ ├── Remove Mixamo Files.asset │ │ │ │ │ │ ├── Remove Mixamo Files.asset.meta │ │ │ │ │ │ ├── Remove SpeedTree Files.asset │ │ │ │ │ │ ├── Remove SpeedTree Files.asset.meta │ │ │ │ │ │ ├── Remove Video Files.asset │ │ │ │ │ │ └── Remove Video Files.asset.meta │ │ │ │ │ ├── Generic.meta │ │ │ │ │ ├── UnityPackage/ │ │ │ │ │ │ ├── Check Demo Scenes.asset │ │ │ │ │ │ ├── Check Demo Scenes.asset.meta │ │ │ │ │ │ ├── Check Documentation.asset │ │ │ │ │ │ ├── Check Documentation.asset.meta │ │ │ │ │ │ ├── Check Package Size.asset │ │ │ │ │ │ ├── Check Package Size.asset.meta │ │ │ │ │ │ ├── Check Project Template Assets.asset │ │ │ │ │ │ └── Check Project Template Assets.asset.meta │ │ │ │ │ └── UnityPackage.meta │ │ │ │ └── Tests.meta │ │ │ └── Validator.meta │ │ ├── Editor.meta │ │ ├── LICENSE.md │ │ ├── LICENSE.md.meta │ │ ├── package.json │ │ └── package.json.meta │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings/ │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── MultiplayerManager.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── ShaderGraphMarkdownSettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset ├── ShadergraphMarkdown 2019.4.sln ├── ShadergraphMarkdown 6000.2.sln ├── Unity.AI.Navigation.Editor.ConversionSystem.csproj ├── Unity.AI.Navigation.Editor.Tests.csproj ├── Unity.AI.Navigation.Editor.csproj ├── Unity.AI.Navigation.LegacyOffMeshLink.Tests.csproj ├── Unity.AI.Navigation.Tests.EditorInPlaymode.csproj ├── Unity.AI.Navigation.Tests.csproj ├── Unity.AI.Navigation.Updater.csproj ├── Unity.AI.Navigation.csproj ├── Unity.CollabProxy.Editor.csproj ├── Unity.PlasticSCM.Editor.csproj ├── Unity.Rider.Editor.csproj ├── Unity.TextMeshPro.Editor.csproj ├── Unity.TextMeshPro.csproj ├── Unity.Timeline.Editor.csproj ├── Unity.Timeline.csproj ├── Unity.VSCode.Editor.csproj ├── Unity.VisualStudio.Editor.csproj ├── UnityEditor.TestRunner.csproj ├── UnityEditor.UI.csproj ├── UnityEngine.TestRunner.csproj ├── UnityEngine.UI.csproj ├── UserSettings/ │ ├── EditorUserSettings.asset │ ├── Layouts/ │ │ └── default-6000.dwlt │ └── Search.settings └── asset-store-tools-editor.csproj