TeamNoComplyGames / superPunchLegacy

An Arcade Top-Down 2d Fighting Game In Unity
Apache License 2.0
5 stars 1 forks source link

No windowed mode scaling #139

Closed Heebe closed 9 years ago

Heebe commented 9 years ago

When trying to play the game on a lower resolution in windowed mode, the game will not scale. (i.e. the Map selection and the character selection options will be gone. Shown here ▼. It will also cut off score and the word "health" while in gameplay.) What it does: doesntscale What is being cut off whatitshouldbe

torch2424 commented 9 years ago

Yeah the scaling is quite difficult in the game, I'll look into it

torch2424 commented 9 years ago

Fixed game scaling depending on screensize, going to look into windowed mode scaling c6fd18578721e16b0eb1e0110b1ca96e1a392dbd

torch2424 commented 9 years ago

Actually, if you notice, you can choose a resolution when the game starts for the size of the window. We do not want out users to scale our windows, that is why unity defaults it to not scalable. scaling the window while the game is playing will break all of the scaling of the game, and ruin everything. I just rembered I made another game for a class, and they told me part of the requirements was making it unscalable. this is now finished