Unity shmup template (JS and C#)

I’ve been a huge fan of shmups for as long as I can remember. If it’s good, I’ve played it (and it’s probably Japanese). I wrote my last one in JavaScript using the Impact.js framework, but this time around I wanted to do it in Unity and really test the performance of the engine. When looking for Unity shmup templates, I came across this great set of posts on the Shmup-dev website. One post includes an excellent talk on unity shmup development, with slides and source code to go along with it. It really touches on some of the basics and key points for creating a shmup, including performance considerations. Object pooling is absolutely necessary when creating a high performance game, and the author monoRAIL explains it very neatly for readers. ...

March 15, 2014 · Dave Voyles