In a nutshell, Unity recommends you separate your canvases based on whether you will update them or not. The canvas that you don’t update will have purely static elements and be called the static canvas. The canvas you do update will be the active one. The reason it’s done this…
Wow! What a journey it’s been! I’ve now programmed my first space shooter game, learned game programming in various styles from 2d, 2.5d, and a simple zombie fps to learning about more serious applications that take advantage of Augmented Reality and Amazon services! While I’m learning about optimization, I’ll also…