Got some feedback that the Logitech F310 isn’t working with #SmellsLikeBurntRubber.

Anyone know how I can test it without actually buying the controller? πŸ˜… #GamedevIsHard

#unity #gamedev #indiedev

Making my "simple little scrolling shooter" and I wanted to make minibosses that would cause that bit of the level to loop until you had killed them, and then continue.

But adding branching to the level flow, and dissociating "how far forwards have you moved this level" (which has to keep increasing) from where you "are" in the level (which can jump around) was surprisingly difficult, with lots of fiddly bookkeeping and bugs.

Still, I think it's done and works now. #GamedevIsHard