Release!
Grid Framework has been approved and is from now available on the Unity Asset Store for 15$
Grid Framework has been approved and is from now available on the Unity Asset Store for 15$
If you tried debugging the functions FindNearestFace() or FindNearestBox() you might have noticed that the cubes drawn didn’t have the same rotation as the grid. While it didn’t change anything about the returned value (only the centre of the cube mattered), it looked ugly. I’ve submitted a small update that fixes the rotation:
Unity just approved version 1.1.0, which includes the new inspector panel and the rendering setup. Now you can see your grid in the finished game, no pro license or any other addon needed.
It’s up, version 1.1.2 brings Vectrosity support, better documentation and integrates Grid Framework into the menu bar. From now on you will never again have to drag scripts manually from the Plugins folder onto objects when using Grid Framework.
You know, sometimes I look at something and wonder “what kind of idiot designed this!?”, only this time I was the idiot. Let’s say you wanted to render a simple 3x3 grid and you wanted the origin to be in the lower left corner. Well, you simply couldn’t do that, not until now:
Version 1.1.4 has been approved. It doesn’t add anything new for a change, instead it fixes a bug where lines with a width larger than 1 were drawn on top of things they were supposed to be under.
As per request the custom rendering range now affects drawing as well, not just rendering. If you are wondering why this wasn’t the case before, it was a leftover from before the custom rendering range got implemented. Originally the custom range was only meant for rendering because that would be what the layer sees in the final game, not the drawing, whether they are the same or not. Also, the drawing is only a drawing, the grid keeps working beyond what’s visible, being infinite. That’s why the drawing had low priority and I worked on other parts instead.
Important Note: The classes Grid and RectGrid have been renamed to GFGrid and GFRectGrid, you will need to change your source code accordingly.
Version 1.1.7 has been approved by the Asset Store team. I fixed a small typo that prevented the menu item for adding the GFGridRenderCamera component from working and I added two more examples, video tutorials will follow soon. I also redid the screenshots because the Asset Store ate my old ones somehow.
Surprise update! Version 1.1.9 just got approved and it contains quite a few changes: