├── CHANGELOG.md ├── CHANGELOG.md.meta ├── Documentation~ ├── MultipleMeshes.png └── Preview.png ├── Editor.meta ├── Editor ├── Info Display.meta ├── Info Display │ ├── MeshInfoDisplay.cs │ ├── MeshInfoDisplay.cs.meta │ ├── MeshInfoDisplay.png │ └── MeshInfoDisplay.png.meta ├── Nementic.MeshDebugging.Editor.asmdef ├── Nementic.MeshDebugging.Editor.asmdef.meta ├── SceneView Shading.meta ├── SceneView Shading │ ├── LocalNormal.shader │ ├── LocalNormal.shader.meta │ ├── MeshSceneViewShading.cs │ ├── MeshSceneViewShading.cs.meta │ ├── Tangent.shader │ ├── Tangent.shader.meta │ ├── UV.shader │ ├── UV.shader.meta │ ├── UV2.shader │ ├── UV2.shader.meta │ ├── VertexColor.shader │ ├── VertexColor.shader.meta │ ├── WorldNormal.shader │ └── WorldNormal.shader.meta ├── Shared.meta ├── Shared │ ├── RectExtensions.cs │ └── RectExtensions.cs.meta ├── UV Window.meta └── UV Window │ ├── AdvancedPopup.cs │ ├── AdvancedPopup.cs.meta │ ├── ColorProvider.cs │ ├── ColorProvider.cs.meta │ ├── ContextualPropertyMenu.cs │ ├── ContextualPropertyMenu.cs.meta │ ├── GraphBackground.cs │ ├── GraphBackground.cs.meta │ ├── SelectedMesh.cs │ ├── SelectedMesh.cs.meta │ ├── SelectionManager.cs │ ├── SelectionManager.cs.meta │ ├── UV-Preview.shader │ ├── UV-Preview.shader.meta │ ├── UVWindow-icon.png │ ├── UVWindow-icon.png.meta │ ├── UVWindow.cs │ ├── UVWindow.cs.meta │ ├── UVWindowSettings.cs │ ├── UVWindowSettings.cs.meta │ ├── ViewOptions.cs │ └── ViewOptions.cs.meta ├── LICENSE.md ├── LICENSE.md.meta ├── README.md ├── README.md.meta ├── package.json └── package.json.meta /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CHANGELOG.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/CHANGELOG.md.meta -------------------------------------------------------------------------------- /Documentation~/MultipleMeshes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Documentation~/MultipleMeshes.png -------------------------------------------------------------------------------- /Documentation~/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Documentation~/Preview.png -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/Info Display.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Info Display.meta -------------------------------------------------------------------------------- /Editor/Info Display/MeshInfoDisplay.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Info Display/MeshInfoDisplay.cs -------------------------------------------------------------------------------- /Editor/Info Display/MeshInfoDisplay.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Info Display/MeshInfoDisplay.cs.meta -------------------------------------------------------------------------------- /Editor/Info Display/MeshInfoDisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Info Display/MeshInfoDisplay.png -------------------------------------------------------------------------------- /Editor/Info Display/MeshInfoDisplay.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Info Display/MeshInfoDisplay.png.meta -------------------------------------------------------------------------------- /Editor/Nementic.MeshDebugging.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Nementic.MeshDebugging.Editor.asmdef -------------------------------------------------------------------------------- /Editor/Nementic.MeshDebugging.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Nementic.MeshDebugging.Editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/LocalNormal.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/LocalNormal.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/LocalNormal.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/LocalNormal.shader.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/MeshSceneViewShading.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/MeshSceneViewShading.cs -------------------------------------------------------------------------------- /Editor/SceneView Shading/MeshSceneViewShading.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/MeshSceneViewShading.cs.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/Tangent.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/Tangent.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/Tangent.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/Tangent.shader.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/UV.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/UV.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/UV.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/UV.shader.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/UV2.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/UV2.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/UV2.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/UV2.shader.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/VertexColor.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/VertexColor.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/VertexColor.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/VertexColor.shader.meta -------------------------------------------------------------------------------- /Editor/SceneView Shading/WorldNormal.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/WorldNormal.shader -------------------------------------------------------------------------------- /Editor/SceneView Shading/WorldNormal.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/SceneView Shading/WorldNormal.shader.meta -------------------------------------------------------------------------------- /Editor/Shared.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Shared.meta -------------------------------------------------------------------------------- /Editor/Shared/RectExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Shared/RectExtensions.cs -------------------------------------------------------------------------------- /Editor/Shared/RectExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/Shared/RectExtensions.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window.meta -------------------------------------------------------------------------------- /Editor/UV Window/AdvancedPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/AdvancedPopup.cs -------------------------------------------------------------------------------- /Editor/UV Window/AdvancedPopup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 618277b3966b4c7d9196cacfdc91f6d4 3 | timeCreated: 1615668051 -------------------------------------------------------------------------------- /Editor/UV Window/ColorProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/ColorProvider.cs -------------------------------------------------------------------------------- /Editor/UV Window/ColorProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9135769ec6024dbb85dac31671580e34 3 | timeCreated: 1615679154 -------------------------------------------------------------------------------- /Editor/UV Window/ContextualPropertyMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/ContextualPropertyMenu.cs -------------------------------------------------------------------------------- /Editor/UV Window/ContextualPropertyMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/ContextualPropertyMenu.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window/GraphBackground.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/GraphBackground.cs -------------------------------------------------------------------------------- /Editor/UV Window/GraphBackground.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/GraphBackground.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window/SelectedMesh.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/SelectedMesh.cs -------------------------------------------------------------------------------- /Editor/UV Window/SelectedMesh.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4673002a1781428c95aa4fef1a1aa94a 3 | timeCreated: 1615054976 -------------------------------------------------------------------------------- /Editor/UV Window/SelectionManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/SelectionManager.cs -------------------------------------------------------------------------------- /Editor/UV Window/SelectionManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/SelectionManager.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window/UV-Preview.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UV-Preview.shader -------------------------------------------------------------------------------- /Editor/UV Window/UV-Preview.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UV-Preview.shader.meta -------------------------------------------------------------------------------- /Editor/UV Window/UVWindow-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindow-icon.png -------------------------------------------------------------------------------- /Editor/UV Window/UVWindow-icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindow-icon.png.meta -------------------------------------------------------------------------------- /Editor/UV Window/UVWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindow.cs -------------------------------------------------------------------------------- /Editor/UV Window/UVWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindow.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window/UVWindowSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindowSettings.cs -------------------------------------------------------------------------------- /Editor/UV Window/UVWindowSettings.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/UVWindowSettings.cs.meta -------------------------------------------------------------------------------- /Editor/UV Window/ViewOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/ViewOptions.cs -------------------------------------------------------------------------------- /Editor/UV Window/ViewOptions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/Editor/UV Window/ViewOptions.cs.meta -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/LICENSE.md -------------------------------------------------------------------------------- /LICENSE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/LICENSE.md.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/README.md.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nementic-games/mesh-debugging/HEAD/package.json.meta --------------------------------------------------------------------------------