├── .gitignore ├── .npmignore ├── .travis.yml ├── .yamato ├── promotion-AssetGraph.yml └── upm-ci-AssetGraph.yml ├── AssetGraph~ ├── Assets │ ├── AssetGraph.meta │ ├── AssetGraph │ │ └── AssetBundles.meta │ ├── Scenes.meta │ └── Scenes │ │ ├── SampleScene.unity │ │ └── SampleScene.unity.meta ├── Packages │ ├── com.unity.assetgraph │ │ ├── Editor │ │ ├── Editor.meta │ │ ├── Runtime │ │ ├── Runtime.meta │ │ ├── Tests │ │ ├── Tests.meta │ │ ├── package.json │ │ └── package.json.meta │ └── manifest.json └── ProjectSettings │ ├── AudioManager.asset │ ├── ClusterInputManager.asset │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── NavMeshAreas.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ └── XRSettings.asset ├── CHANGELOG.md ├── CHANGELOG.md.meta ├── CONTRIBUTING.md ├── CONTRIBUTING.md.meta ├── DocTools~ ├── assetgraph_from_gdoc.md ├── fixdoc.py └── order.txt ├── Documentation~ ├── assetgraph.md └── images │ ├── image1.png │ ├── image10.png │ ├── image11.png │ ├── image12.png │ ├── image13.png │ ├── image14.png │ ├── image15.png │ ├── image16.png │ ├── image17.png │ ├── image18.png │ ├── image19.png │ ├── image2.png │ ├── image20.png │ ├── image21.png │ ├── image22.png │ ├── image23.png │ ├── image24.png │ ├── image25.png │ ├── image26.png │ ├── image27.png │ ├── image28.png │ ├── image29.png │ ├── image3.png │ ├── image30.png │ ├── image31.png │ ├── image32.png │ ├── image33.png │ ├── image34.png │ ├── image35.png │ ├── image36.png │ ├── image37.png │ ├── image38.png │ ├── image39.png │ ├── image4.png │ ├── image40.png │ ├── image41.png │ ├── image42.png │ ├── image43.png │ ├── image44.png │ ├── image45.png │ ├── image46.png │ ├── image47.png │ ├── image48.png │ ├── image49.png │ ├── image5.png │ ├── image50.png │ ├── image51.png │ ├── image52.png │ ├── image53.png │ ├── image54.png │ ├── image55.png │ ├── image56.png │ ├── image57.png │ ├── image58.png │ ├── image59.png │ ├── image6.png │ ├── image60.png │ ├── image61.png │ ├── image62.png │ ├── image63.png │ ├── image64.png │ ├── image65.png │ ├── image66.png │ ├── image67.png │ ├── image68.png │ ├── image69.png │ ├── image7.png │ ├── image70.png │ ├── image71.png │ ├── image72.png │ ├── image73.png │ ├── image74.png │ ├── image75.png │ ├── image76.png │ ├── image77.png │ ├── image78.png │ ├── image79.png │ ├── image8.png │ ├── image80.png │ ├── image81.png │ ├── image82.png │ ├── image83.png │ ├── image9.png │ └── top.png ├── Doxyfile~ ├── Editor.meta ├── Editor ├── GUI.meta ├── GUI │ ├── AssetGraphEditorWindow.cs │ ├── AssetGraphEditorWindow.cs.meta │ ├── AssetLog.meta │ ├── AssetLog │ │ ├── AssetProcessEventListTree.cs │ │ ├── AssetProcessEventListTree.cs.meta │ │ ├── AssetProcessEventLogViewController.cs │ │ ├── AssetProcessEventLogViewController.cs.meta │ │ ├── AssetProcessEventLogWindow.cs │ │ └── AssetProcessEventLogWindow.cs.meta │ ├── BatchBuild.meta │ ├── BatchBuild │ │ ├── BatchBuildWindow.cs │ │ ├── BatchBuildWindow.cs.meta │ │ ├── BuildTargetTree.cs │ │ ├── BuildTargetTree.cs.meta │ │ ├── ExecuteResultTree.cs │ │ ├── ExecuteResultTree.cs.meta │ │ ├── GraphCollectionDetailTree.cs │ │ ├── GraphCollectionDetailTree.cs.meta │ │ ├── GraphCollectionExecuteTab.cs │ │ ├── GraphCollectionExecuteTab.cs.meta │ │ ├── GraphCollectionManageTab.cs │ │ ├── GraphCollectionManageTab.cs.meta │ │ ├── GraphCollectionTree.cs │ │ └── GraphCollectionTree.cs.meta │ ├── ConfigGraphEditor.cs │ ├── ConfigGraphEditor.cs.meta │ ├── ConnectionEvent.cs │ ├── ConnectionEvent.cs.meta │ ├── ConnectionGUI.cs │ ├── ConnectionGUI.cs.meta │ ├── ConnectionGUIEditor.cs │ ├── ConnectionGUIEditor.cs.meta │ ├── ConnectionGUIUtility.cs │ ├── ConnectionGUIUtility.cs.meta │ ├── GUIHelper.cs │ ├── GUIHelper.cs.meta │ ├── GraphBackground.cs │ ├── GraphBackground.cs.meta │ ├── GraphicResources.meta │ ├── GraphicResources │ │ ├── AssetGraphWindow.png │ │ ├── AssetGraphWindow.png.meta │ │ ├── ConfigGraphIcon.psd │ │ ├── ConfigGraphIcon.psd.meta │ │ ├── ConnectionPoint.png │ │ ├── ConnectionPoint.png.meta │ │ ├── InputBG.png │ │ ├── InputBG.png.meta │ │ ├── LineDraw.shader │ │ ├── LineDraw.shader.meta │ │ ├── NodeImage.meta │ │ ├── NodeImage │ │ │ ├── node0.png │ │ │ ├── node0.png.meta │ │ │ ├── node0@2x.png │ │ │ ├── node0@2x.png.meta │ │ │ ├── node1.png │ │ │ ├── node1.png.meta │ │ │ ├── node1@2x.png │ │ │ ├── node1@2x.png.meta │ │ │ ├── node2.png │ │ │ ├── node2.png.meta │ │ │ ├── node2@2x.png │ │ │ ├── node2@2x.png.meta │ │ │ ├── node3.png │ │ │ ├── node3.png.meta │ │ │ ├── node3@2x.png │ │ │ ├── node3@2x.png.meta │ │ │ ├── node4.png │ │ │ ├── node4.png.meta │ │ │ ├── node4@2x.png │ │ │ ├── node4@2x.png.meta │ │ │ ├── node5.png │ │ │ ├── node5.png.meta │ │ │ ├── node5@2x.png │ │ │ ├── node5@2x.png.meta │ │ │ ├── node6.png │ │ │ ├── node6.png.meta │ │ │ ├── node6@2x.png │ │ │ ├── node6@2x.png.meta │ │ │ ├── node7.png │ │ │ ├── node7.png.meta │ │ │ ├── node7@2x.png │ │ │ ├── node7@2x.png.meta │ │ │ ├── node8.png │ │ │ ├── node8.png.meta │ │ │ ├── node8@2x.png │ │ │ ├── node8@2x.png.meta │ │ │ ├── node_images_source.psd │ │ │ ├── node_images_source.psd.meta │ │ │ ├── node_images_source@2x.psd │ │ │ ├── node_images_source@2x.psd.meta │ │ │ ├── on_node0.png │ │ │ ├── on_node0.png.meta │ │ │ ├── on_node0@2x.png │ │ │ ├── on_node0@2x.png.meta │ │ │ ├── on_node1.png │ │ │ ├── on_node1.png.meta │ │ │ ├── on_node1@2x.png │ │ │ ├── on_node1@2x.png.meta │ │ │ ├── on_node2.png │ │ │ ├── on_node2.png.meta │ │ │ ├── on_node2@2x.png │ │ │ ├── on_node2@2x.png.meta │ │ │ ├── on_node3.png │ │ │ ├── on_node3.png.meta │ │ │ ├── on_node3@2x.png │ │ │ ├── on_node3@2x.png.meta │ │ │ ├── on_node4.png │ │ │ ├── on_node4.png.meta │ │ │ ├── on_node4@2x.png │ │ │ ├── on_node4@2x.png.meta │ │ │ ├── on_node5.png │ │ │ ├── on_node5.png.meta │ │ │ ├── on_node5@2x.png │ │ │ ├── on_node5@2x.png.meta │ │ │ ├── on_node6.png │ │ │ ├── on_node6.png.meta │ │ │ ├── on_node6@2x.png │ │ │ ├── on_node6@2x.png.meta │ │ │ ├── on_node7.png │ │ │ ├── on_node7.png.meta │ │ │ ├── on_node7@2x.png │ │ │ ├── on_node7@2x.png.meta │ │ │ ├── on_node8.png │ │ │ ├── on_node8.png.meta │ │ │ ├── on_node8@2x.png │ │ │ └── on_node8@2x.png.meta │ │ ├── NodeStyle.guiskin │ │ ├── NodeStyle.guiskin.meta │ │ ├── OutputBG.png │ │ ├── OutputBG.png.meta │ │ ├── d_AssetGraphWindow.png │ │ └── d_AssetGraphWindow.png.meta │ ├── GroupView.meta │ ├── GroupView │ │ ├── GroupAssetListTree.cs │ │ ├── GroupAssetListTree.cs.meta │ │ ├── GroupListTree.cs │ │ ├── GroupListTree.cs.meta │ │ ├── GroupViewController.cs │ │ └── GroupViewController.cs.meta │ ├── NodeEvent.cs │ ├── NodeEvent.cs.meta │ ├── NodeGUI.cs │ ├── NodeGUI.cs.meta │ ├── NodeGUIEditor.cs │ ├── NodeGUIEditor.cs.meta │ ├── NodeGUIUtility.cs │ ├── NodeGUIUtility.cs.meta │ ├── ProjectSettings.meta │ ├── ProjectSettings │ │ ├── AssetBundleSettingsTab.cs │ │ ├── AssetBundleSettingsTab.cs.meta │ │ ├── AssetGraphSettingsProvider.cs │ │ ├── AssetGraphSettingsProvider.cs.meta │ │ ├── ExecutionOrderSettingsTab.cs │ │ └── ExecutionOrderSettingsTab.cs.meta │ ├── RecordUndoScope.cs │ ├── RecordUndoScope.cs.meta │ ├── UserPreference.cs │ └── UserPreference.cs.meta ├── Integration.meta ├── Integration │ ├── AssetBundles-Browser.meta │ └── AssetBundles-Browser │ │ ├── GraphToolABDataSource.cs │ │ └── GraphToolABDataSource.cs.meta ├── ScriptTemplate.meta ├── ScriptTemplate │ ├── MyFilter.cs.template │ ├── MyFilter.cs.template.meta │ ├── MyGenerator.cs.template │ ├── MyGenerator.cs.template.meta │ ├── MyImportSettingsConfigurator.cs.template │ ├── MyImportSettingsConfigurator.cs.template.meta │ ├── MyModifier.cs.template │ ├── MyModifier.cs.template.meta │ ├── MyNode.cs.template │ ├── MyNode.cs.template.meta │ ├── MyPostprocess.cs.template │ ├── MyPostprocess.cs.template.meta │ ├── MyPrefabBuilder.cs.template │ └── MyPrefabBuilder.cs.template.meta ├── SettingTemplate.meta ├── SettingTemplate │ ├── readme.txt │ ├── readme.txt.meta │ ├── setting.fbx │ ├── setting.fbx.meta │ ├── setting.m4v │ ├── setting.m4v.meta │ ├── setting.png │ ├── setting.png.meta │ ├── setting.shader │ ├── setting.shader.meta │ ├── setting.ttf │ ├── setting.ttf.meta │ ├── setting.wav │ └── setting.wav.meta ├── System.meta ├── System │ ├── AssetGenerators.meta │ ├── AssetGenerators │ │ ├── AssetGenerateInfo.cs │ │ ├── AssetGenerateInfo.cs.meta │ │ ├── CreateMaterialFromTexture.cs │ │ ├── CreateMaterialFromTexture.cs.meta │ │ ├── DuplicateRefererenceAsset.cs │ │ ├── DuplicateRefererenceAsset.cs.meta │ │ ├── Duplicator.cs │ │ ├── Duplicator.cs.meta │ │ ├── IAssetGenerator.cs │ │ ├── IAssetGenerator.cs.meta │ │ ├── TextureScaler.cs │ │ └── TextureScaler.cs.meta │ ├── Core.meta │ ├── Core │ │ ├── AssetBundleBuildReport.cs │ │ ├── AssetBundleBuildReport.cs.meta │ │ ├── AssetGraphController.cs │ │ ├── AssetGraphController.cs.meta │ │ ├── AssetGraphPostprocessor.cs │ │ ├── AssetGraphPostprocessor.cs.meta │ │ ├── AssetPostprocessorContext.cs │ │ ├── AssetPostprocessorContext.cs.meta │ │ ├── AssetProcessEvent.cs │ │ ├── AssetProcessEvent.cs.meta │ │ ├── AssetProcessEventRecord.cs │ │ ├── AssetProcessEventRecord.cs.meta │ │ ├── AssetReferenceStreamManager.cs │ │ ├── AssetReferenceStreamManager.cs.meta │ │ ├── PerformGraph.cs │ │ ├── PerformGraph.cs.meta │ │ ├── SystemDataUtility.cs │ │ └── SystemDataUtility.cs.meta │ ├── Exception.meta │ ├── Exception │ │ ├── AssetGraphException.cs │ │ ├── AssetGraphException.cs.meta │ │ ├── AssetReferenceException.cs │ │ ├── AssetReferenceException.cs.meta │ │ ├── NodeException.cs │ │ └── NodeException.cs.meta │ ├── Filters.meta │ ├── Filters │ │ ├── FilterByNameAndType.cs │ │ ├── FilterByNameAndType.cs.meta │ │ ├── FilterTypeUtility.cs │ │ ├── FilterTypeUtility.cs.meta │ │ ├── FilterUtility.cs │ │ ├── FilterUtility.cs.meta │ │ ├── IFilter.cs │ │ └── IFilter.cs.meta │ ├── Importers.meta │ ├── Importers │ │ ├── AudioImporterConfigurator.cs │ │ ├── AudioImporterConfigurator.cs.meta │ │ ├── IAssetImporterConfigurator.cs │ │ ├── IAssetImporterConfigurator.cs.meta │ │ ├── ModelImporterConfigurator.cs │ │ ├── ModelImporterConfigurator.cs.meta │ │ ├── ShaderImporterConfigurator.cs │ │ ├── ShaderImporterConfigurator.cs.meta │ │ ├── TextureImporterConfigurator.cs │ │ ├── TextureImporterConfigurator.cs.meta │ │ ├── TrueTypeFontImporterConfigurator.cs │ │ ├── TrueTypeFontImporterConfigurator.cs.meta │ │ ├── VideoClipImporterConfigurator.cs │ │ └── VideoClipImporterConfigurator.cs.meta │ ├── Model.meta │ ├── Model │ │ ├── AssetReference.cs │ │ ├── AssetReference.cs.meta │ │ ├── AssetReferenceDatabase.cs │ │ ├── AssetReferenceDatabase.cs.meta │ │ ├── BatchBuildConfig.cs │ │ ├── BatchBuildConfig.cs.meta │ │ ├── Node.cs │ │ ├── Node.cs.meta │ │ ├── NodeBuildContext.cs │ │ ├── NodeBuildContext.cs.meta │ │ ├── ObjectReferenceBase.cs │ │ ├── ObjectReferenceBase.cs.meta │ │ ├── SerializableGroups.cs │ │ ├── SerializableGroups.cs.meta │ │ ├── SerializableMultiTargetInstance.cs │ │ ├── SerializableMultiTargetInstance.cs.meta │ │ ├── SerializableMultiTargetInt.cs │ │ ├── SerializableMultiTargetInt.cs.meta │ │ ├── SerializableMultiTargetString.cs │ │ ├── SerializableMultiTargetString.cs.meta │ │ ├── SerializedComponent.cs │ │ ├── SerializedComponent.cs.meta │ │ ├── SerializedInstance.cs │ │ ├── SerializedInstance.cs.meta │ │ ├── V1.meta │ │ ├── V1 │ │ │ ├── ConnectionData.cs │ │ │ ├── ConnectionData.cs.meta │ │ │ ├── ConnectionPointData.cs │ │ │ ├── ConnectionPointData.cs.meta │ │ │ ├── MiniJSONForAssetGraph.cs │ │ │ ├── MiniJSONForAssetGraph.cs.meta │ │ │ ├── NodeData.cs │ │ │ ├── NodeData.cs.meta │ │ │ ├── SaveData.cs │ │ │ └── SaveData.cs.meta │ │ ├── V2.meta │ │ └── V2 │ │ │ ├── ConfigGraph.cs │ │ │ ├── ConfigGraph.cs.meta │ │ │ ├── ConnectionData.cs │ │ │ ├── ConnectionData.cs.meta │ │ │ ├── ConnectionPointData.cs │ │ │ ├── ConnectionPointData.cs.meta │ │ │ ├── NodeData.cs │ │ │ ├── NodeData.cs.meta │ │ │ ├── NodeDataImporter.cs │ │ │ ├── NodeDataImporter.cs.meta │ │ │ ├── Settings.cs │ │ │ └── Settings.cs.meta │ ├── Modifiers.meta │ ├── Modifiers │ │ ├── AddGameObject.cs │ │ ├── AddGameObject.cs.meta │ │ ├── AttachComponent.cs │ │ ├── AttachComponent.cs.meta │ │ ├── IModifier.cs │ │ ├── IModifier.cs.meta │ │ ├── SetProperty.cs │ │ ├── SetProperty.cs.meta │ │ ├── SetReference.cs │ │ ├── SetReference.cs.meta │ │ ├── SetSpritesToAnimation.cs │ │ └── SetSpritesToAnimation.cs.meta │ ├── Node.meta │ ├── Node │ │ ├── Addressables.meta │ │ ├── Addressables │ │ │ ├── AddressableAssetAddress.cs │ │ │ ├── AddressableAssetAddress.cs.meta │ │ │ ├── AddressableAssetGroup.cs │ │ │ ├── AddressableAssetGroup.cs.meta │ │ │ ├── AddressableAssetLabel.cs │ │ │ ├── AddressableAssetLabel.cs.meta │ │ │ ├── AddressableBuilder.cs │ │ │ └── AddressableBuilder.cs.meta │ │ ├── Buitin.meta │ │ ├── Buitin │ │ │ ├── AssertUnwantedAssetsInBundle.cs │ │ │ ├── AssertUnwantedAssetsInBundle.cs.meta │ │ │ ├── AssetGenerator.cs │ │ │ ├── AssetGenerator.cs.meta │ │ │ ├── BundleBuilder.cs │ │ │ ├── BundleBuilder.cs.meta │ │ │ ├── BundleConfigurator.cs │ │ │ ├── BundleConfigurator.cs.meta │ │ │ ├── Error.cs │ │ │ ├── Error.cs.meta │ │ │ ├── ExportAsUnityPackage.cs │ │ │ ├── ExportAsUnityPackage.cs.meta │ │ │ ├── Exporter.cs │ │ │ ├── Exporter.cs.meta │ │ │ ├── ExtractSharedAssets.cs │ │ │ ├── ExtractSharedAssets.cs.meta │ │ │ ├── FileOperation.cs │ │ │ ├── FileOperation.cs.meta │ │ │ ├── Filter.cs │ │ │ ├── Filter.cs.meta │ │ │ ├── Grouping.cs │ │ │ ├── Grouping.cs.meta │ │ │ ├── GroupingByFile.cs │ │ │ ├── GroupingByFile.cs.meta │ │ │ ├── GroupingBySize.cs │ │ │ ├── GroupingBySize.cs.meta │ │ │ ├── ImportSetting.cs │ │ │ ├── ImportSetting.cs.meta │ │ │ ├── ImportUnityPackage.cs │ │ │ ├── ImportUnityPackage.cs.meta │ │ │ ├── Imported.cs │ │ │ ├── Imported.cs.meta │ │ │ ├── Label.cs │ │ │ ├── Label.cs.meta │ │ │ ├── Loader.cs │ │ │ ├── Loader.cs.meta │ │ │ ├── LoaderBySearch.cs │ │ │ ├── LoaderBySearch.cs.meta │ │ │ ├── MirrorDirectory.cs │ │ │ ├── MirrorDirectory.cs.meta │ │ │ ├── Modifier.cs │ │ │ ├── Modifier.cs.meta │ │ │ ├── PlayerBuilder.cs │ │ │ ├── PlayerBuilder.cs.meta │ │ │ ├── PrefabBuilder.cs │ │ │ ├── PrefabBuilder.cs.meta │ │ │ ├── RegressionTestNode.cs │ │ │ └── RegressionTestNode.cs.meta │ │ ├── IPostprocess.cs │ │ └── IPostprocess.cs.meta │ ├── PrefabBuilders.meta │ ├── PrefabBuilders │ │ ├── IPrefabBuilder.cs │ │ ├── IPrefabBuilder.cs.meta │ │ ├── PrefabBuildInfo.cs │ │ ├── PrefabBuildInfo.cs.meta │ │ ├── PrefabBuilderUtility.cs │ │ ├── PrefabBuilderUtility.cs.meta │ │ ├── PrefabCreateDescription.cs │ │ ├── PrefabCreateDescription.cs.meta │ │ ├── ReplaceGameObjectByName.cs │ │ ├── ReplaceGameObjectByName.cs.meta │ │ ├── ReplaceWithIncomingGameObject.cs │ │ └── ReplaceWithIncomingGameObject.cs.meta │ ├── Utility.meta │ └── Utility │ │ ├── AssetGraphUtility.cs │ │ ├── AssetGraphUtility.cs.meta │ │ ├── AssetReferenceUtility.cs │ │ ├── AssetReferenceUtility.cs.meta │ │ ├── BuildTargetUtility.cs │ │ ├── BuildTargetUtility.cs.meta │ │ ├── CUIUtility.cs │ │ ├── CUIUtility.cs.meta │ │ ├── ComponentMenuUtility.cs │ │ ├── ComponentMenuUtility.cs.meta │ │ ├── CustomScriptUtility.cs │ │ ├── CustomScriptUtility.cs.meta │ │ ├── DisableAssetProcessEventRecordScope.cs │ │ ├── DisableAssetProcessEventRecordScope.cs.meta │ │ ├── FileUtility.cs │ │ ├── FileUtility.cs.meta │ │ ├── JSONGraphUtility.cs │ │ ├── JSONGraphUtility.cs.meta │ │ ├── LogUtility.cs │ │ ├── LogUtility.cs.meta │ │ ├── SaveScope.cs │ │ ├── SaveScope.cs.meta │ │ ├── TypeUtility.cs │ │ ├── TypeUtility.cs.meta │ │ ├── VersionCompatibilityUtility.cs │ │ └── VersionCompatibilityUtility.cs.meta ├── Unity.AssetGraph.Editor.asmdef └── Unity.AssetGraph.Editor.asmdef.meta ├── LICENSE.md ├── LICENSE.md.meta ├── QAReport.md ├── QAReport.md.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── AssetBundleBuildMap.cs ├── AssetBundleBuildMap.cs.meta ├── Unity.AssetGraph.asmdef └── Unity.AssetGraph.asmdef.meta ├── Tests.meta ├── Tests ├── Editor.meta ├── Editor │ ├── AssertUnwantedAssetsInBundleTest.cs │ ├── AssertUnwantedAssetsInBundleTest.cs.meta │ ├── AssetGraphEditorBaseTest.cs │ ├── AssetGraphEditorBaseTest.cs.meta │ ├── BuildAssetBundleTest.cs │ ├── BuildAssetBundleTest.cs.meta │ ├── BuildPlayerTest.cs │ ├── BuildPlayerTest.cs.meta │ ├── ConfigureBundleFromGroupTest.cs │ ├── ConfigureBundleFromGroupTest.cs.meta │ ├── CreatePrefabFromGroupTest.cs │ ├── CreatePrefabFromGroupTest.cs.meta │ ├── ErrorTest.cs │ ├── ErrorTest.cs.meta │ ├── ExportToDirectoryTest.cs │ ├── ExportToDirectoryTest.cs.meta │ ├── ExtractSharedAssetsTest.cs │ ├── ExtractSharedAssetsTest.cs.meta │ ├── GenerateAssetTest.cs │ ├── GenerateAssetTest.cs.meta │ ├── Graphs.meta │ ├── Graphs │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset.meta │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset.meta │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset.meta │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset │ │ ├── __hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset.meta │ │ ├── __hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset │ │ ├── __hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset.meta │ │ ├── __hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset │ │ ├── __hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset.meta │ │ ├── __hidden__ErrorTest_TestError.asset │ │ ├── __hidden__ErrorTest_TestError.asset.meta │ │ ├── __hidden__ErrorTest_TestNoError.asset │ │ ├── __hidden__ErrorTest_TestNoError.asset.meta │ │ ├── __hidden__GroupByFilePathTest_TestGroupByRegex.asset │ │ ├── __hidden__GroupByFilePathTest_TestGroupByRegex.asset.meta │ │ ├── __hidden__GroupByFilePathTest_TestGroupByWildcard.asset │ │ ├── __hidden__GroupByFilePathTest_TestGroupByWildcard.asset.meta │ │ ├── __hidden__GroupByFilePathTest_TestSubgrouping.asset │ │ ├── __hidden__GroupByFilePathTest_TestSubgrouping.asset.meta │ │ ├── __hidden__GroupByFileTest_TestGroupByFile.asset │ │ ├── __hidden__GroupByFileTest_TestGroupByFile.asset.meta │ │ ├── __hidden__GroupByFileTest_TestGroupNameFormat.asset │ │ ├── __hidden__GroupByFileTest_TestGroupNameFormat.asset.meta │ │ ├── __hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset │ │ ├── __hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset.meta │ │ ├── __hidden__GroupBySizeTest_TestGroupByFileSize.asset │ │ ├── __hidden__GroupBySizeTest_TestGroupByFileSize.asset.meta │ │ ├── __hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset │ │ ├── __hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset.meta │ │ ├── __hidden__GroupBySizeTest_TestGroupNameFormat.asset │ │ ├── __hidden__GroupBySizeTest_TestGroupNameFormat.asset.meta │ │ ├── __hidden__LastImportedItemsTest_TestLastImportedItems.asset │ │ ├── __hidden__LastImportedItemsTest_TestLastImportedItems.asset.meta │ │ ├── __hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset │ │ ├── __hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset.meta │ │ ├── __hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset │ │ ├── __hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset.meta │ │ ├── __hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset │ │ ├── __hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset.meta │ │ ├── __hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset │ │ ├── __hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset.meta │ │ ├── __hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset │ │ ├── __hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset.meta │ │ ├── __hidden__LoadFromDirectoryTest_TestLoadAsset.asset │ │ ├── __hidden__LoadFromDirectoryTest_TestLoadAsset.asset.meta │ │ ├── __hidden__SplitByFilterTest_TestCombinedFilter.asset │ │ ├── __hidden__SplitByFilterTest_TestCombinedFilter.asset.meta │ │ ├── __hidden__SplitByFilterTest_TestFilterByName.asset │ │ ├── __hidden__SplitByFilterTest_TestFilterByName.asset.meta │ │ ├── __hidden__SplitByFilterTest_TestFilterByType.asset │ │ ├── __hidden__SplitByFilterTest_TestFilterByType.asset.meta │ │ ├── __hidden__SplitByFilterTest_TestRegexFilter.asset │ │ └── __hidden__SplitByFilterTest_TestRegexFilter.asset.meta │ ├── GroupByFilePathTest.cs │ ├── GroupByFilePathTest.cs.meta │ ├── GroupByFileTest.cs │ ├── GroupByFileTest.cs.meta │ ├── GroupBySizeTest.cs │ ├── GroupBySizeTest.cs.meta │ ├── LabelAssetsTest.cs │ ├── LabelAssetsTest.cs.meta │ ├── LastImportedItemsTest.cs │ ├── LastImportedItemsTest.cs.meta │ ├── LoadBySearchFilterTest.cs │ ├── LoadBySearchFilterTest.cs.meta │ ├── LoadFromDirectoryTest.cs │ ├── LoadFromDirectoryTest.cs.meta │ ├── MirrorDirectoryTest.cs │ ├── MirrorDirectoryTest.cs.meta │ ├── ModifyAssetDirectlyTest.cs │ ├── ModifyAssetDirectlyTest.cs.meta │ ├── OverwriteImportSettingTest.cs │ ├── OverwriteImportSettingTest.cs.meta │ ├── SplitByFilterTest.cs │ ├── SplitByFilterTest.cs.meta │ ├── Unity.AssetGraph.EditorTests.asmdef │ └── Unity.AssetGraph.EditorTests.asmdef.meta ├── Runtime.meta ├── Runtime │ ├── AssetBundleBuildMapTest.cs │ ├── AssetBundleBuildMapTest.cs.meta │ ├── Unity.AssetGraph.Tests.asmdef │ └── Unity.AssetGraph.Tests.asmdef.meta ├── rep.prefab └── rep.prefab.meta ├── Third Party Notices.md ├── Third Party Notices.md.meta ├── package.json └── package.json.meta /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/.gitignore -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/.npmignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/.travis.yml -------------------------------------------------------------------------------- /.yamato/promotion-AssetGraph.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/.yamato/promotion-AssetGraph.yml -------------------------------------------------------------------------------- /.yamato/upm-ci-AssetGraph.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/.yamato/upm-ci-AssetGraph.yml -------------------------------------------------------------------------------- /AssetGraph~/Assets/AssetGraph.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Assets/AssetGraph.meta -------------------------------------------------------------------------------- /AssetGraph~/Assets/AssetGraph/AssetBundles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Assets/AssetGraph/AssetBundles.meta -------------------------------------------------------------------------------- /AssetGraph~/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Assets/Scenes.meta -------------------------------------------------------------------------------- /AssetGraph~/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /AssetGraph~/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Editor: -------------------------------------------------------------------------------- 1 | ../../../Editor -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/com.unity.assetgraph/Editor.meta -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Runtime: -------------------------------------------------------------------------------- 1 | ../../../Runtime -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/com.unity.assetgraph/Runtime.meta -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Tests: -------------------------------------------------------------------------------- 1 | ../../../Tests -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/Tests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/com.unity.assetgraph/Tests.meta -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/com.unity.assetgraph/package.json -------------------------------------------------------------------------------- /AssetGraph~/Packages/com.unity.assetgraph/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/com.unity.assetgraph/package.json.meta -------------------------------------------------------------------------------- /AssetGraph~/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/Packages/manifest.json -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /AssetGraph~/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/AssetGraph~/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/CHANGELOG.md.meta -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTING.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/CONTRIBUTING.md.meta -------------------------------------------------------------------------------- /DocTools~/assetgraph_from_gdoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/DocTools~/assetgraph_from_gdoc.md -------------------------------------------------------------------------------- /DocTools~/fixdoc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/DocTools~/fixdoc.py -------------------------------------------------------------------------------- /DocTools~/order.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/DocTools~/order.txt -------------------------------------------------------------------------------- /Documentation~/assetgraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/assetgraph.md -------------------------------------------------------------------------------- /Documentation~/images/image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image1.png -------------------------------------------------------------------------------- /Documentation~/images/image10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image10.png -------------------------------------------------------------------------------- /Documentation~/images/image11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image11.png -------------------------------------------------------------------------------- /Documentation~/images/image12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image12.png -------------------------------------------------------------------------------- /Documentation~/images/image13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image13.png -------------------------------------------------------------------------------- /Documentation~/images/image14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image14.png -------------------------------------------------------------------------------- /Documentation~/images/image15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image15.png -------------------------------------------------------------------------------- /Documentation~/images/image16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image16.png -------------------------------------------------------------------------------- /Documentation~/images/image17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image17.png -------------------------------------------------------------------------------- /Documentation~/images/image18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image18.png -------------------------------------------------------------------------------- /Documentation~/images/image19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image19.png -------------------------------------------------------------------------------- /Documentation~/images/image2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image2.png -------------------------------------------------------------------------------- /Documentation~/images/image20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image20.png -------------------------------------------------------------------------------- /Documentation~/images/image21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image21.png -------------------------------------------------------------------------------- /Documentation~/images/image22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image22.png -------------------------------------------------------------------------------- /Documentation~/images/image23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image23.png -------------------------------------------------------------------------------- /Documentation~/images/image24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image24.png -------------------------------------------------------------------------------- /Documentation~/images/image25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image25.png -------------------------------------------------------------------------------- /Documentation~/images/image26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image26.png -------------------------------------------------------------------------------- /Documentation~/images/image27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image27.png -------------------------------------------------------------------------------- /Documentation~/images/image28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image28.png -------------------------------------------------------------------------------- /Documentation~/images/image29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image29.png -------------------------------------------------------------------------------- /Documentation~/images/image3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image3.png -------------------------------------------------------------------------------- /Documentation~/images/image30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image30.png -------------------------------------------------------------------------------- /Documentation~/images/image31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image31.png -------------------------------------------------------------------------------- /Documentation~/images/image32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image32.png -------------------------------------------------------------------------------- /Documentation~/images/image33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image33.png -------------------------------------------------------------------------------- /Documentation~/images/image34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image34.png -------------------------------------------------------------------------------- /Documentation~/images/image35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image35.png -------------------------------------------------------------------------------- /Documentation~/images/image36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image36.png -------------------------------------------------------------------------------- /Documentation~/images/image37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image37.png -------------------------------------------------------------------------------- /Documentation~/images/image38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image38.png -------------------------------------------------------------------------------- /Documentation~/images/image39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image39.png -------------------------------------------------------------------------------- /Documentation~/images/image4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image4.png -------------------------------------------------------------------------------- /Documentation~/images/image40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image40.png -------------------------------------------------------------------------------- /Documentation~/images/image41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image41.png -------------------------------------------------------------------------------- /Documentation~/images/image42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image42.png -------------------------------------------------------------------------------- /Documentation~/images/image43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image43.png -------------------------------------------------------------------------------- /Documentation~/images/image44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image44.png -------------------------------------------------------------------------------- /Documentation~/images/image45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image45.png -------------------------------------------------------------------------------- /Documentation~/images/image46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image46.png -------------------------------------------------------------------------------- /Documentation~/images/image47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image47.png -------------------------------------------------------------------------------- /Documentation~/images/image48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image48.png -------------------------------------------------------------------------------- /Documentation~/images/image49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image49.png -------------------------------------------------------------------------------- /Documentation~/images/image5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image5.png -------------------------------------------------------------------------------- /Documentation~/images/image50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image50.png -------------------------------------------------------------------------------- /Documentation~/images/image51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image51.png -------------------------------------------------------------------------------- /Documentation~/images/image52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image52.png -------------------------------------------------------------------------------- /Documentation~/images/image53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image53.png -------------------------------------------------------------------------------- /Documentation~/images/image54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image54.png -------------------------------------------------------------------------------- /Documentation~/images/image55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image55.png -------------------------------------------------------------------------------- /Documentation~/images/image56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image56.png -------------------------------------------------------------------------------- /Documentation~/images/image57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image57.png -------------------------------------------------------------------------------- /Documentation~/images/image58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image58.png -------------------------------------------------------------------------------- /Documentation~/images/image59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image59.png -------------------------------------------------------------------------------- /Documentation~/images/image6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image6.png -------------------------------------------------------------------------------- /Documentation~/images/image60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image60.png -------------------------------------------------------------------------------- /Documentation~/images/image61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image61.png -------------------------------------------------------------------------------- /Documentation~/images/image62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image62.png -------------------------------------------------------------------------------- /Documentation~/images/image63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image63.png -------------------------------------------------------------------------------- /Documentation~/images/image64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image64.png -------------------------------------------------------------------------------- /Documentation~/images/image65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image65.png -------------------------------------------------------------------------------- /Documentation~/images/image66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image66.png -------------------------------------------------------------------------------- /Documentation~/images/image67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image67.png -------------------------------------------------------------------------------- /Documentation~/images/image68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image68.png -------------------------------------------------------------------------------- /Documentation~/images/image69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image69.png -------------------------------------------------------------------------------- /Documentation~/images/image7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image7.png -------------------------------------------------------------------------------- /Documentation~/images/image70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image70.png -------------------------------------------------------------------------------- /Documentation~/images/image71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image71.png -------------------------------------------------------------------------------- /Documentation~/images/image72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image72.png -------------------------------------------------------------------------------- /Documentation~/images/image73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image73.png -------------------------------------------------------------------------------- /Documentation~/images/image74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image74.png -------------------------------------------------------------------------------- /Documentation~/images/image75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image75.png -------------------------------------------------------------------------------- /Documentation~/images/image76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image76.png -------------------------------------------------------------------------------- /Documentation~/images/image77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image77.png -------------------------------------------------------------------------------- /Documentation~/images/image78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image78.png -------------------------------------------------------------------------------- /Documentation~/images/image79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image79.png -------------------------------------------------------------------------------- /Documentation~/images/image8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image8.png -------------------------------------------------------------------------------- /Documentation~/images/image80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image80.png -------------------------------------------------------------------------------- /Documentation~/images/image81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image81.png -------------------------------------------------------------------------------- /Documentation~/images/image82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image82.png -------------------------------------------------------------------------------- /Documentation~/images/image83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image83.png -------------------------------------------------------------------------------- /Documentation~/images/image9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/image9.png -------------------------------------------------------------------------------- /Documentation~/images/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Documentation~/images/top.png -------------------------------------------------------------------------------- /Doxyfile~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Doxyfile~ -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/GUI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI.meta -------------------------------------------------------------------------------- /Editor/GUI/AssetGraphEditorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetGraphEditorWindow.cs -------------------------------------------------------------------------------- /Editor/GUI/AssetGraphEditorWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetGraphEditorWindow.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/AssetLog.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog.meta -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventListTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventListTree.cs -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventListTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventListTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventLogViewController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventLogViewController.cs -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventLogViewController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventLogViewController.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventLogWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventLogWindow.cs -------------------------------------------------------------------------------- /Editor/GUI/AssetLog/AssetProcessEventLogWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/AssetLog/AssetProcessEventLogWindow.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/BatchBuildWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/BatchBuildWindow.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/BatchBuildWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/BatchBuildWindow.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/BuildTargetTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/BuildTargetTree.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/BuildTargetTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/BuildTargetTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/ExecuteResultTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/ExecuteResultTree.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/ExecuteResultTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/ExecuteResultTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionDetailTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionDetailTree.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionDetailTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionDetailTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionExecuteTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionExecuteTab.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionExecuteTab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionExecuteTab.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionManageTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionManageTab.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionManageTab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionManageTab.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionTree.cs -------------------------------------------------------------------------------- /Editor/GUI/BatchBuild/GraphCollectionTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/BatchBuild/GraphCollectionTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ConfigGraphEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConfigGraphEditor.cs -------------------------------------------------------------------------------- /Editor/GUI/ConfigGraphEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConfigGraphEditor.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ConnectionEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionEvent.cs -------------------------------------------------------------------------------- /Editor/GUI/ConnectionEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionEvent.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUI.cs -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUI.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUIEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUIEditor.cs -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUIEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUIEditor.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUIUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUIUtility.cs -------------------------------------------------------------------------------- /Editor/GUI/ConnectionGUIUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ConnectionGUIUtility.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/GUIHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GUIHelper.cs -------------------------------------------------------------------------------- /Editor/GUI/GUIHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GUIHelper.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphBackground.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphBackground.cs -------------------------------------------------------------------------------- /Editor/GUI/GraphBackground.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphBackground.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/AssetGraphWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/AssetGraphWindow.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/AssetGraphWindow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/AssetGraphWindow.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/ConfigGraphIcon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/ConfigGraphIcon.psd -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/ConfigGraphIcon.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/ConfigGraphIcon.psd.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/ConnectionPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/ConnectionPoint.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/ConnectionPoint.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/ConnectionPoint.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/InputBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/InputBG.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/InputBG.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/InputBG.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/LineDraw.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/LineDraw.shader -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/LineDraw.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/LineDraw.shader.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node0.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node0.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node0@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node0@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node0@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node1.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node1.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node1@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node1@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node1@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node2.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node2.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node2@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node2@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node2@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node3.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node3.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node3@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node3@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node3@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node4.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node4.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node4@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node4@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node4@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node5.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node5.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node5@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node5@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node5@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node6.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node6.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node6@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node6@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node6@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node7.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node7.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node7.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node7@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node7@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node7@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node8.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node8.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node8.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node8@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node8@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node8@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node_images_source.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node_images_source.psd -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node_images_source.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node_images_source.psd.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node_images_source@2x.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node_images_source@2x.psd -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/node_images_source@2x.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/node_images_source@2x.psd.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node0.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node0.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node0@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node0@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node0@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node0@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node1.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node1.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node1@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node1@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node1@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node1@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node2.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node2.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node2@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node2@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node2@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node2@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node3.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node3.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node3@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node3@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node3@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node3@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node4.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node4.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node4@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node4@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node4@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node4@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node5.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node5.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node5@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node5@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node5@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node5@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node6.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node6.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node6.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node6@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node6@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node6@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node6@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node7.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node7.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node7.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node7@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node7@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node7@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node7@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node8.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node8.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node8.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node8@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node8@2x.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeImage/on_node8@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeImage/on_node8@2x.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeStyle.guiskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeStyle.guiskin -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/NodeStyle.guiskin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/NodeStyle.guiskin.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/OutputBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/OutputBG.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/OutputBG.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/OutputBG.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/d_AssetGraphWindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/d_AssetGraphWindow.png -------------------------------------------------------------------------------- /Editor/GUI/GraphicResources/d_AssetGraphWindow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GraphicResources/d_AssetGraphWindow.png.meta -------------------------------------------------------------------------------- /Editor/GUI/GroupView.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView.meta -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupAssetListTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupAssetListTree.cs -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupAssetListTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupAssetListTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupListTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupListTree.cs -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupListTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupListTree.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupViewController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupViewController.cs -------------------------------------------------------------------------------- /Editor/GUI/GroupView/GroupViewController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/GroupView/GroupViewController.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/NodeEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeEvent.cs -------------------------------------------------------------------------------- /Editor/GUI/NodeEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeEvent.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/NodeGUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUI.cs -------------------------------------------------------------------------------- /Editor/GUI/NodeGUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUI.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/NodeGUIEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUIEditor.cs -------------------------------------------------------------------------------- /Editor/GUI/NodeGUIEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUIEditor.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/NodeGUIUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUIUtility.cs -------------------------------------------------------------------------------- /Editor/GUI/NodeGUIUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/NodeGUIUtility.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings.meta -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/AssetBundleSettingsTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/AssetBundleSettingsTab.cs -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/AssetBundleSettingsTab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/AssetBundleSettingsTab.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/AssetGraphSettingsProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/AssetGraphSettingsProvider.cs -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/AssetGraphSettingsProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/AssetGraphSettingsProvider.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/ExecutionOrderSettingsTab.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/ExecutionOrderSettingsTab.cs -------------------------------------------------------------------------------- /Editor/GUI/ProjectSettings/ExecutionOrderSettingsTab.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/ProjectSettings/ExecutionOrderSettingsTab.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/RecordUndoScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/RecordUndoScope.cs -------------------------------------------------------------------------------- /Editor/GUI/RecordUndoScope.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/RecordUndoScope.cs.meta -------------------------------------------------------------------------------- /Editor/GUI/UserPreference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/UserPreference.cs -------------------------------------------------------------------------------- /Editor/GUI/UserPreference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/GUI/UserPreference.cs.meta -------------------------------------------------------------------------------- /Editor/Integration.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Integration.meta -------------------------------------------------------------------------------- /Editor/Integration/AssetBundles-Browser.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Integration/AssetBundles-Browser.meta -------------------------------------------------------------------------------- /Editor/Integration/AssetBundles-Browser/GraphToolABDataSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Integration/AssetBundles-Browser/GraphToolABDataSource.cs -------------------------------------------------------------------------------- /Editor/Integration/AssetBundles-Browser/GraphToolABDataSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Integration/AssetBundles-Browser/GraphToolABDataSource.cs.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyFilter.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyFilter.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyFilter.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyFilter.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyGenerator.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyGenerator.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyGenerator.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyGenerator.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyImportSettingsConfigurator.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyImportSettingsConfigurator.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyImportSettingsConfigurator.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyImportSettingsConfigurator.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyModifier.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyModifier.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyModifier.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyModifier.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyNode.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyNode.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyNode.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyNode.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyPostprocess.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyPostprocess.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyPostprocess.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyPostprocess.cs.template.meta -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyPrefabBuilder.cs.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyPrefabBuilder.cs.template -------------------------------------------------------------------------------- /Editor/ScriptTemplate/MyPrefabBuilder.cs.template.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/ScriptTemplate/MyPrefabBuilder.cs.template.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/readme.txt -------------------------------------------------------------------------------- /Editor/SettingTemplate/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/readme.txt.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.fbx -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.fbx.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.m4v -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.m4v.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.m4v.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.png -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.png.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.shader -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.shader.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.ttf -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.ttf.meta -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.wav -------------------------------------------------------------------------------- /Editor/SettingTemplate/setting.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/SettingTemplate/setting.wav.meta -------------------------------------------------------------------------------- /Editor/System.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/AssetGenerateInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/AssetGenerateInfo.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/AssetGenerateInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/AssetGenerateInfo.cs.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/CreateMaterialFromTexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/CreateMaterialFromTexture.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/CreateMaterialFromTexture.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/CreateMaterialFromTexture.cs.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/DuplicateRefererenceAsset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/DuplicateRefererenceAsset.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/DuplicateRefererenceAsset.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/DuplicateRefererenceAsset.cs.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/Duplicator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/Duplicator.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/Duplicator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/Duplicator.cs.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/IAssetGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/IAssetGenerator.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/IAssetGenerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/IAssetGenerator.cs.meta -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/TextureScaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/TextureScaler.cs -------------------------------------------------------------------------------- /Editor/System/AssetGenerators/TextureScaler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/AssetGenerators/TextureScaler.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetBundleBuildReport.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetBundleBuildReport.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetBundleBuildReport.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetBundleBuildReport.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetGraphController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetGraphController.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetGraphController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetGraphController.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetGraphPostprocessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetGraphPostprocessor.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetGraphPostprocessor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetGraphPostprocessor.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetPostprocessorContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetPostprocessorContext.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetPostprocessorContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetPostprocessorContext.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetProcessEvent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetProcessEvent.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetProcessEvent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetProcessEvent.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetProcessEventRecord.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetProcessEventRecord.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetProcessEventRecord.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetProcessEventRecord.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/AssetReferenceStreamManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetReferenceStreamManager.cs -------------------------------------------------------------------------------- /Editor/System/Core/AssetReferenceStreamManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/AssetReferenceStreamManager.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/PerformGraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/PerformGraph.cs -------------------------------------------------------------------------------- /Editor/System/Core/PerformGraph.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/PerformGraph.cs.meta -------------------------------------------------------------------------------- /Editor/System/Core/SystemDataUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/SystemDataUtility.cs -------------------------------------------------------------------------------- /Editor/System/Core/SystemDataUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Core/SystemDataUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Exception.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception.meta -------------------------------------------------------------------------------- /Editor/System/Exception/AssetGraphException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/AssetGraphException.cs -------------------------------------------------------------------------------- /Editor/System/Exception/AssetGraphException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/AssetGraphException.cs.meta -------------------------------------------------------------------------------- /Editor/System/Exception/AssetReferenceException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/AssetReferenceException.cs -------------------------------------------------------------------------------- /Editor/System/Exception/AssetReferenceException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/AssetReferenceException.cs.meta -------------------------------------------------------------------------------- /Editor/System/Exception/NodeException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/NodeException.cs -------------------------------------------------------------------------------- /Editor/System/Exception/NodeException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Exception/NodeException.cs.meta -------------------------------------------------------------------------------- /Editor/System/Filters.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters.meta -------------------------------------------------------------------------------- /Editor/System/Filters/FilterByNameAndType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterByNameAndType.cs -------------------------------------------------------------------------------- /Editor/System/Filters/FilterByNameAndType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterByNameAndType.cs.meta -------------------------------------------------------------------------------- /Editor/System/Filters/FilterTypeUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterTypeUtility.cs -------------------------------------------------------------------------------- /Editor/System/Filters/FilterTypeUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterTypeUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Filters/FilterUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterUtility.cs -------------------------------------------------------------------------------- /Editor/System/Filters/FilterUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/FilterUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Filters/IFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/IFilter.cs -------------------------------------------------------------------------------- /Editor/System/Filters/IFilter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Filters/IFilter.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers.meta -------------------------------------------------------------------------------- /Editor/System/Importers/AudioImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/AudioImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/AudioImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/AudioImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/IAssetImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/IAssetImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/IAssetImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/IAssetImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/ModelImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/ModelImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/ModelImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/ModelImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/ShaderImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/ShaderImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/ShaderImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/ShaderImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/TextureImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/TextureImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/TextureImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/TextureImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/TrueTypeFontImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/TrueTypeFontImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/TrueTypeFontImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/TrueTypeFontImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Importers/VideoClipImporterConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/VideoClipImporterConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Importers/VideoClipImporterConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Importers/VideoClipImporterConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model.meta -------------------------------------------------------------------------------- /Editor/System/Model/AssetReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/AssetReference.cs -------------------------------------------------------------------------------- /Editor/System/Model/AssetReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/AssetReference.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/AssetReferenceDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/AssetReferenceDatabase.cs -------------------------------------------------------------------------------- /Editor/System/Model/AssetReferenceDatabase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/AssetReferenceDatabase.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/BatchBuildConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/BatchBuildConfig.cs -------------------------------------------------------------------------------- /Editor/System/Model/BatchBuildConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/BatchBuildConfig.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/Node.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/Node.cs -------------------------------------------------------------------------------- /Editor/System/Model/Node.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/Node.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/NodeBuildContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/NodeBuildContext.cs -------------------------------------------------------------------------------- /Editor/System/Model/NodeBuildContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/NodeBuildContext.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/ObjectReferenceBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/ObjectReferenceBase.cs -------------------------------------------------------------------------------- /Editor/System/Model/ObjectReferenceBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/ObjectReferenceBase.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializableGroups.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableGroups.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializableGroups.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableGroups.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetInstance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetInstance.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetInstance.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetInstance.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetInt.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetInt.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetInt.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetInt.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetString.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetString.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializableMultiTargetString.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializableMultiTargetString.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializedComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializedComponent.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializedComponent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializedComponent.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/SerializedInstance.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializedInstance.cs -------------------------------------------------------------------------------- /Editor/System/Model/SerializedInstance.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/SerializedInstance.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1/ConnectionData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/ConnectionData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V1/ConnectionData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/ConnectionData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1/ConnectionPointData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/ConnectionPointData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V1/ConnectionPointData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/ConnectionPointData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1/MiniJSONForAssetGraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/MiniJSONForAssetGraph.cs -------------------------------------------------------------------------------- /Editor/System/Model/V1/MiniJSONForAssetGraph.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/MiniJSONForAssetGraph.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1/NodeData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/NodeData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V1/NodeData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/NodeData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V1/SaveData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/SaveData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V1/SaveData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V1/SaveData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConfigGraph.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConfigGraph.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConfigGraph.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConfigGraph.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConnectionData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConnectionData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConnectionData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConnectionData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConnectionPointData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConnectionPointData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/ConnectionPointData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/ConnectionPointData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/NodeData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/NodeData.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/NodeData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/NodeData.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/NodeDataImporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/NodeDataImporter.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/NodeDataImporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/NodeDataImporter.cs.meta -------------------------------------------------------------------------------- /Editor/System/Model/V2/Settings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/Settings.cs -------------------------------------------------------------------------------- /Editor/System/Model/V2/Settings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Model/V2/Settings.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/AddGameObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/AddGameObject.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/AddGameObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/AddGameObject.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/AttachComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/AttachComponent.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/AttachComponent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/AttachComponent.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/IModifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/IModifier.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/IModifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/IModifier.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetProperty.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetProperty.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetProperty.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetReference.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetReference.cs.meta -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetSpritesToAnimation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetSpritesToAnimation.cs -------------------------------------------------------------------------------- /Editor/System/Modifiers/SetSpritesToAnimation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Modifiers/SetSpritesToAnimation.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node.meta -------------------------------------------------------------------------------- /Editor/System/Node/Addressables.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables.meta -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetAddress.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetAddress.cs -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetAddress.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetAddress.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetGroup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetGroup.cs -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetGroup.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetGroup.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetLabel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetLabel.cs -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableAssetLabel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableAssetLabel.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableBuilder.cs -------------------------------------------------------------------------------- /Editor/System/Node/Addressables/AddressableBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Addressables/AddressableBuilder.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/AssertUnwantedAssetsInBundle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/AssertUnwantedAssetsInBundle.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/AssertUnwantedAssetsInBundle.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/AssertUnwantedAssetsInBundle.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/AssetGenerator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/AssetGenerator.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/AssetGenerator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/AssetGenerator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/BundleBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/BundleBuilder.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/BundleBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/BundleBuilder.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/BundleConfigurator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/BundleConfigurator.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/BundleConfigurator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/BundleConfigurator.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Error.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Error.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Error.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ExportAsUnityPackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ExportAsUnityPackage.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ExportAsUnityPackage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ExportAsUnityPackage.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Exporter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Exporter.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Exporter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Exporter.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ExtractSharedAssets.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ExtractSharedAssets.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ExtractSharedAssets.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ExtractSharedAssets.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/FileOperation.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/FileOperation.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/FileOperation.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/FileOperation.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Filter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Filter.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Filter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Filter.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Grouping.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Grouping.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Grouping.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Grouping.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/GroupingByFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/GroupingByFile.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/GroupingByFile.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/GroupingByFile.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/GroupingBySize.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/GroupingBySize.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/GroupingBySize.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/GroupingBySize.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ImportSetting.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ImportSetting.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ImportSetting.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ImportSetting.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ImportUnityPackage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ImportUnityPackage.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/ImportUnityPackage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/ImportUnityPackage.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Imported.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Imported.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Imported.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Imported.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Label.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Label.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Label.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Label.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Loader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Loader.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Loader.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Loader.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/LoaderBySearch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/LoaderBySearch.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/LoaderBySearch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/LoaderBySearch.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/MirrorDirectory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/MirrorDirectory.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/MirrorDirectory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/MirrorDirectory.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Modifier.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Modifier.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/Modifier.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/Modifier.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/PlayerBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/PlayerBuilder.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/PlayerBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/PlayerBuilder.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/PrefabBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/PrefabBuilder.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/PrefabBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/PrefabBuilder.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/RegressionTestNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/RegressionTestNode.cs -------------------------------------------------------------------------------- /Editor/System/Node/Buitin/RegressionTestNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/Buitin/RegressionTestNode.cs.meta -------------------------------------------------------------------------------- /Editor/System/Node/IPostprocess.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/IPostprocess.cs -------------------------------------------------------------------------------- /Editor/System/Node/IPostprocess.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Node/IPostprocess.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/IPrefabBuilder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/IPrefabBuilder.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/IPrefabBuilder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/IPrefabBuilder.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabBuildInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabBuildInfo.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabBuildInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabBuildInfo.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabBuilderUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabBuilderUtility.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabBuilderUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabBuilderUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabCreateDescription.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabCreateDescription.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/PrefabCreateDescription.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/PrefabCreateDescription.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/ReplaceGameObjectByName.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/ReplaceGameObjectByName.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/ReplaceGameObjectByName.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/ReplaceGameObjectByName.cs.meta -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/ReplaceWithIncomingGameObject.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/ReplaceWithIncomingGameObject.cs -------------------------------------------------------------------------------- /Editor/System/PrefabBuilders/ReplaceWithIncomingGameObject.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/PrefabBuilders/ReplaceWithIncomingGameObject.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility.meta -------------------------------------------------------------------------------- /Editor/System/Utility/AssetGraphUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/AssetGraphUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/AssetGraphUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/AssetGraphUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/AssetReferenceUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/AssetReferenceUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/AssetReferenceUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/AssetReferenceUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/BuildTargetUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/BuildTargetUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/BuildTargetUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/BuildTargetUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/CUIUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/CUIUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/CUIUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/CUIUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/ComponentMenuUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/ComponentMenuUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/ComponentMenuUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/ComponentMenuUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/CustomScriptUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/CustomScriptUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/CustomScriptUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/CustomScriptUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/DisableAssetProcessEventRecordScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/DisableAssetProcessEventRecordScope.cs -------------------------------------------------------------------------------- /Editor/System/Utility/DisableAssetProcessEventRecordScope.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/DisableAssetProcessEventRecordScope.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/FileUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/FileUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/FileUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/FileUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/JSONGraphUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/JSONGraphUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/JSONGraphUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/JSONGraphUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/LogUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/LogUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/LogUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/LogUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/SaveScope.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/SaveScope.cs -------------------------------------------------------------------------------- /Editor/System/Utility/SaveScope.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/SaveScope.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/TypeUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/TypeUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/TypeUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/TypeUtility.cs.meta -------------------------------------------------------------------------------- /Editor/System/Utility/VersionCompatibilityUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/System/Utility/VersionCompatibilityUtility.cs -------------------------------------------------------------------------------- /Editor/System/Utility/VersionCompatibilityUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1be99fd759d413e8e2b03aa29094d36 3 | timeCreated: 1531450703 -------------------------------------------------------------------------------- /Editor/Unity.AssetGraph.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Unity.AssetGraph.Editor.asmdef -------------------------------------------------------------------------------- /Editor/Unity.AssetGraph.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Editor/Unity.AssetGraph.Editor.asmdef.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/LICENSE.md.meta -------------------------------------------------------------------------------- /QAReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/QAReport.md -------------------------------------------------------------------------------- /QAReport.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/QAReport.md.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/AssetBundleBuildMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Runtime/AssetBundleBuildMap.cs -------------------------------------------------------------------------------- /Runtime/AssetBundleBuildMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Runtime/AssetBundleBuildMap.cs.meta -------------------------------------------------------------------------------- /Runtime/Unity.AssetGraph.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Runtime/Unity.AssetGraph.asmdef -------------------------------------------------------------------------------- /Runtime/Unity.AssetGraph.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Runtime/Unity.AssetGraph.asmdef.meta -------------------------------------------------------------------------------- /Tests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests.meta -------------------------------------------------------------------------------- /Tests/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor.meta -------------------------------------------------------------------------------- /Tests/Editor/AssertUnwantedAssetsInBundleTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/AssertUnwantedAssetsInBundleTest.cs -------------------------------------------------------------------------------- /Tests/Editor/AssertUnwantedAssetsInBundleTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/AssertUnwantedAssetsInBundleTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/AssetGraphEditorBaseTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/AssetGraphEditorBaseTest.cs -------------------------------------------------------------------------------- /Tests/Editor/AssetGraphEditorBaseTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/AssetGraphEditorBaseTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/BuildAssetBundleTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/BuildAssetBundleTest.cs -------------------------------------------------------------------------------- /Tests/Editor/BuildAssetBundleTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/BuildAssetBundleTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/BuildPlayerTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/BuildPlayerTest.cs -------------------------------------------------------------------------------- /Tests/Editor/BuildPlayerTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/BuildPlayerTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/ConfigureBundleFromGroupTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ConfigureBundleFromGroupTest.cs -------------------------------------------------------------------------------- /Tests/Editor/ConfigureBundleFromGroupTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ConfigureBundleFromGroupTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/CreatePrefabFromGroupTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/CreatePrefabFromGroupTest.cs -------------------------------------------------------------------------------- /Tests/Editor/CreatePrefabFromGroupTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/CreatePrefabFromGroupTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/ErrorTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ErrorTest.cs -------------------------------------------------------------------------------- /Tests/Editor/ErrorTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ErrorTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/ExportToDirectoryTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ExportToDirectoryTest.cs -------------------------------------------------------------------------------- /Tests/Editor/ExportToDirectoryTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ExportToDirectoryTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/ExtractSharedAssetsTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ExtractSharedAssetsTest.cs -------------------------------------------------------------------------------- /Tests/Editor/ExtractSharedAssetsTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ExtractSharedAssetsTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/GenerateAssetTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GenerateAssetTest.cs -------------------------------------------------------------------------------- /Tests/Editor/GenerateAssetTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GenerateAssetTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldFail.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedAllowShouldSuccess.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldFail.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__AssertUnwantedAssetsInBundleTest_TestAssetUnwantedDisallowShouldSuccess.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceGameObjectByName.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__CreatePrefabFromGroupTest_TestReplaceWithIncomingGameObject.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__ErrorTest_TestError.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__ErrorTest_TestError.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__ErrorTest_TestError.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__ErrorTest_TestError.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__ErrorTest_TestNoError.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__ErrorTest_TestNoError.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__ErrorTest_TestNoError.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__ErrorTest_TestNoError.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByRegex.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByRegex.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByRegex.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByRegex.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByWildcard.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByWildcard.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByWildcard.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestGroupByWildcard.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestSubgrouping.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestSubgrouping.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestSubgrouping.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFilePathTest_TestSubgrouping.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupByFile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupByFile.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupByFile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupByFile.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupNameFormat.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupNameFormat.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupNameFormat.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupByFileTest_TestGroupNameFormat.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestFreezeGroupOnBuild.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByFileSize.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByFileSize.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByFileSize.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByFileSize.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupByRuntimeMemorySize.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupNameFormat.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupNameFormat.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupNameFormat.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__GroupBySizeTest_TestGroupNameFormat.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LastImportedItemsTest_TestLastImportedItems.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LastImportedItemsTest_TestLastImportedItems.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LastImportedItemsTest_TestLastImportedItems.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LastImportedItemsTest_TestLastImportedItems.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestEmptySearchCondition.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithName.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadBySearchFilterTest_TestSearchFilterWithTypeAndName.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestDirectoryNotExist.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestIgnoreSettings.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestLoadAsset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestLoadAsset.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestLoadAsset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__LoadFromDirectoryTest_TestLoadAsset.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestCombinedFilter.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestCombinedFilter.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestCombinedFilter.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestCombinedFilter.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByName.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByName.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByName.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByName.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByType.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByType.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByType.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestFilterByType.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestRegexFilter.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestRegexFilter.asset -------------------------------------------------------------------------------- /Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestRegexFilter.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Graphs/__hidden__SplitByFilterTest_TestRegexFilter.asset.meta -------------------------------------------------------------------------------- /Tests/Editor/GroupByFilePathTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupByFilePathTest.cs -------------------------------------------------------------------------------- /Tests/Editor/GroupByFilePathTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupByFilePathTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/GroupByFileTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupByFileTest.cs -------------------------------------------------------------------------------- /Tests/Editor/GroupByFileTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupByFileTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/GroupBySizeTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupBySizeTest.cs -------------------------------------------------------------------------------- /Tests/Editor/GroupBySizeTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/GroupBySizeTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/LabelAssetsTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LabelAssetsTest.cs -------------------------------------------------------------------------------- /Tests/Editor/LabelAssetsTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LabelAssetsTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/LastImportedItemsTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LastImportedItemsTest.cs -------------------------------------------------------------------------------- /Tests/Editor/LastImportedItemsTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LastImportedItemsTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/LoadBySearchFilterTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LoadBySearchFilterTest.cs -------------------------------------------------------------------------------- /Tests/Editor/LoadBySearchFilterTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LoadBySearchFilterTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/LoadFromDirectoryTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LoadFromDirectoryTest.cs -------------------------------------------------------------------------------- /Tests/Editor/LoadFromDirectoryTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/LoadFromDirectoryTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/MirrorDirectoryTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/MirrorDirectoryTest.cs -------------------------------------------------------------------------------- /Tests/Editor/MirrorDirectoryTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/MirrorDirectoryTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/ModifyAssetDirectlyTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ModifyAssetDirectlyTest.cs -------------------------------------------------------------------------------- /Tests/Editor/ModifyAssetDirectlyTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/ModifyAssetDirectlyTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/OverwriteImportSettingTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/OverwriteImportSettingTest.cs -------------------------------------------------------------------------------- /Tests/Editor/OverwriteImportSettingTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/OverwriteImportSettingTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/SplitByFilterTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/SplitByFilterTest.cs -------------------------------------------------------------------------------- /Tests/Editor/SplitByFilterTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/SplitByFilterTest.cs.meta -------------------------------------------------------------------------------- /Tests/Editor/Unity.AssetGraph.EditorTests.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Unity.AssetGraph.EditorTests.asmdef -------------------------------------------------------------------------------- /Tests/Editor/Unity.AssetGraph.EditorTests.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Editor/Unity.AssetGraph.EditorTests.asmdef.meta -------------------------------------------------------------------------------- /Tests/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Runtime.meta -------------------------------------------------------------------------------- /Tests/Runtime/AssetBundleBuildMapTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Runtime/AssetBundleBuildMapTest.cs -------------------------------------------------------------------------------- /Tests/Runtime/AssetBundleBuildMapTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Runtime/AssetBundleBuildMapTest.cs.meta -------------------------------------------------------------------------------- /Tests/Runtime/Unity.AssetGraph.Tests.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Runtime/Unity.AssetGraph.Tests.asmdef -------------------------------------------------------------------------------- /Tests/Runtime/Unity.AssetGraph.Tests.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/Runtime/Unity.AssetGraph.Tests.asmdef.meta -------------------------------------------------------------------------------- /Tests/rep.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/rep.prefab -------------------------------------------------------------------------------- /Tests/rep.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Tests/rep.prefab.meta -------------------------------------------------------------------------------- /Third Party Notices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Third Party Notices.md -------------------------------------------------------------------------------- /Third Party Notices.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/Third Party Notices.md.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/AssetGraph/HEAD/package.json.meta --------------------------------------------------------------------------------