Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

I really don't know how you pulled off some of those effects, very impressive. Looks like another person ran out of time as well. (I feel like I just made a demo and not even that.) It looks like you know how to use midjourney well. Every time I have tried AI art I get crap. How do you like the Input System. I love the input asset and creating action maps but I've had problems deploying anything without writing callbacks for every button.

I am a novice with MidJourney. I just got lucky and saw someone use the prompt with Spritesheet in it. As it turns out that word works magic in MidJourney. I happen to have mediocre skills in photoshop. I would just try spritesheet the next time you want to do something with MidJourney. I started looking into shaders lately and a friend of mine showed me some cool tricks that really helped get me started in that path. That is how I do most my effects was with shaders. 

I have to right callbacks as well, but I think the trick is to create a struct or class that holds the inputs. Then you feed those results into that struct/class and then pass that around to the classes that need to access the inputs. That way you abstract all that input stuff away and pretty much keep it to one or two .cs files. I do enjoy the new input system more then the old one. Though I did find a quirk with the new system and WebGL builds. The Controller 2D Vector Composite does not work with the up and down. I had to split it to 2 1D axis instead and combine it in script to make it work. That and invert the Up and Down. Go figure... hopefully the LTS fixes it.