I’m fairly new to Unity but I have the early works of a 2D game that runs and plays fine through the editor.
I figured it would be sensible to create a build of my project early on. However whilst the build completes successfully, and the executable loads and goes through the Unity splash screen, I’m then greeted with the frozen image below.
I thought it might be zooming in on one of my sprites and rendering it all funny, but after hiding all my assets and rebuilding I get exactly the same image every time.
It doesn’t seem to be responding to any inputs either, at least that’s my assumption on the basis that the ‘shoot’ button triggers no audio.
I have no idea what to try to resolve this, so I’m really hoping someone might have some ideas to try!