Hellooooo i'm working on making a game for the first time and it's a lot of fun but I have been stuck on a problem for a few hours now. I'm making my pause menu and Settings screen atm. And I have been kind of stuck on the whole resolution since yesterday. First it didn't work, then it messed with my buttons and well it's been fun but I would like to see the end soon
So I work in C# for the code and it's a messy buggy code but we work we learn
But I finally got the problem solved with resizing the window, but now the game doesn't follow along. So that's my problem, I want to resize the game to different resolutions, the window works but not the game.
I looked it up and in many places it told me to change my Project settings to Viewport and aspect Keep, and scale mode is Integer
I have tired playing around with it, setting my primary rez to 1920x1080 and so on. I have been looking through the code, I asked chatgpt to help me with the code as well, it came with a lot of ideas such as using the Player Camera2D and set it to Current in the Inspector, but I couldn't find it so I gave up and now i'm here
Idk if any of this makes any sense for you smart people but hope you can help me 🦉