Jun 14 - DCDE Development

Today, I was looking at doing a simple project which requires me to build a star-map for the constellation that represents my birth month. In my case, my zodiac of Taurus is a simple setup. However, I’ve decided to build a small applet that will allow me to click on the canvas and insert a “star” point. I am also implementing a “Connect” mode that will allow me to click certain stars, and connect them with a line.

So far, the implementation is going quite well, with small glitches due to the way Unity treats new objects that appear in the hierarchy. I think there might have to be a workaround by adding a secondary canvas over the main operating canvas. I am hopeful that I can have it implemented soon!

DCDE Constellation code