• Mesh-based rendering

    The big one has landed: mesh-based rendering. This is the main reason for the major version bump and it is fully working now. Mesh-based rendering means that instead of drawing lines using the low-level GL class a mesh is generated which Unity can then render the same way it renders any other mesh. This means that grid lines can now be rendered below sprites instead of always on top of them.

    Continue reading…