From 2e0a923ea1e5889118c2fdeeab33c23902dcca59 Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Fri, 27 Dec 2019 23:11:18 +0100 Subject: [PATCH] Update screenshots paths --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8674fb..8c7c347 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ A Grid Shader for Unity ! It can scale infinitely (log10 scaling). Main lines will show a one to one grid for the current scale, while secondary lines show up secondary units. It performs much better than relying on GL lines to draw a grid, has more customization possibilities and works in a lot more situations. -![Plane](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/plane.png) -![Cube](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/cube.png) -![Thickness](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/thickness.png) +![Plane](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/plane.gif) +![Cube](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/cube.gif) +![Thickness](https://raw.githubusercontent.com/ogxd/grid-shader-unity/master/Demo/thickness.gif) ## How To Download the .unitypackage in the Release tab (or checkout and copy the Assets/Plugins/GridShader folder to your Assets folder) \ No newline at end of file