A downloadable tool

As expected, progress wasn't easy for me but the result looks great!

It's Dynamic!  






Blueprint is flexible for such different aspects and zooming, not to mention movement.

Tech Talk

After 15 days of struggling,  eventually came up with this algorithm:


I could've triggered Refresh() on OnCameraMove action for more performance. However, it feels complex and requires an initial setup.


Blueprint only requires these four knights which are taking their genetic power from upper classes.

protected int[] Scan(int point1, int point2)//The queen     
{
         IEnumerable<int> points = Enumerable.Range(point1, point2 - point1 + 1).Where(s => s % DisplayElementRate == 0);          
    return points.ToArray();     
}

This gorgeous piece of code is involved in creating, removing, and adjusting elements in every frame. Love it!

Want it?

Blueprint is attached as a Unity Package for downloading.

Note: This system works fine on Orthographic camera only. If you want an option of a perspective camera, Just email me.







Download

Download
Blueprint v1.0.unitypackage 26 kB

Leave a comment

Log in with itch.io to leave a comment.