Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Night 1 (Maze and itch.io upload bug)

A topic by duffdl created May 04, 2024 Views: 92 Replies: 1
Viewing posts 1 to 2
Submitted

https://duffdl.itch.io/day-1-gamALPACA AIjam


The weirdest thing happens with my game when i upload to itch.io, you HAVE to hit the fullscreen button before the unity loading animation ends or the game won't work right. My assumption is that it is because I am actually getting the camera on Start to figure out how to tile the grid and maybe the camera is different when not in fullscreen. Annoying but if you hit the fullscreen button fast enough you can see my maze generation done with a vision mask for the player (you might get stuck in a wall rn, just refresh). Next up is ALPACA AI. I'm putting off graphics until the end...

HostSubmitted

Love that you have a demo up already (though full screen button still didnt make it go for me), curious. You may be able to use the EventSystem to send a signal to the Camera to start at the right time.