├── .gitignore ├── Assets ├── Rainbow.png ├── Rainbow.png.meta ├── Wireframe.mat ├── Wireframe.mat.meta ├── Wireframe.meta ├── Wireframe │ ├── UCLA GameLab Wireframe Double Sided.shader │ ├── UCLA GameLab Wireframe Double Sided.shader.meta │ ├── UCLA GameLab Wireframe Functions.cginc │ ├── UCLA GameLab Wireframe Functions.cginc.meta │ ├── UCLA GameLab Wireframe Shaders.cginc │ ├── UCLA GameLab Wireframe Shaders.cginc.meta │ ├── UCLA GameLab Wireframe.shader │ ├── UCLA GameLab Wireframe.shader.meta │ ├── UCLAGameLabWireframeMaterialEditor.cs │ └── UCLAGameLabWireframeMaterialEditor.cs.meta ├── example.unity └── example.unity.meta ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset └── UnityConnectSettings.asset ├── README.md └── docs └── example.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Rainbow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Rainbow.png -------------------------------------------------------------------------------- /Assets/Rainbow.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Rainbow.png.meta -------------------------------------------------------------------------------- /Assets/Wireframe.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe.mat -------------------------------------------------------------------------------- /Assets/Wireframe.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe.mat.meta -------------------------------------------------------------------------------- /Assets/Wireframe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe.meta -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Double Sided.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Double Sided.shader -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Double Sided.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Double Sided.shader.meta -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Functions.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Functions.cginc -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Functions.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Functions.cginc.meta -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Shaders.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Shaders.cginc -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe Shaders.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe Shaders.cginc.meta -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe.shader -------------------------------------------------------------------------------- /Assets/Wireframe/UCLA GameLab Wireframe.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLA GameLab Wireframe.shader.meta -------------------------------------------------------------------------------- /Assets/Wireframe/UCLAGameLabWireframeMaterialEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLAGameLabWireframeMaterialEditor.cs -------------------------------------------------------------------------------- /Assets/Wireframe/UCLAGameLabWireframeMaterialEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/Wireframe/UCLAGameLabWireframeMaterialEditor.cs.meta -------------------------------------------------------------------------------- /Assets/example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/example.unity -------------------------------------------------------------------------------- /Assets/example.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/Assets/example.unity.meta -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/NavMeshLayers.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.1.0f3 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/README.md -------------------------------------------------------------------------------- /docs/example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkjohnson/unity-wireframe-shader/HEAD/docs/example.png --------------------------------------------------------------------------------