phoenixrisinggames's Profile

Ranked #480

4

330 Points

Games
Infection
583
1


Roasts
Game Graphics Game Graphics

Primary
- game feels too plain. it does remind me of this game: (https://youtu.be/XNCGdi2A6fQ?t=785) Perhaps you can take some inspiration there
- character feels a too floaty for a platformer. Increase the gravity in the Physics2D section. (I usually set it to -25 but do experiment)

Secondary
- camera needs to be a smooth follow so the player doesn't lose sight of the ground first. (use Cinemachine 2D Follow)
- disable character movement when squished. (Either set Time.deltaTime to 0 or just disable character movement script)
- Your canvas is not set up properly to scale across resolutions. Thats why the score and height texts are big when exiting fullscreen. Use this tutorial to learn how to fix it. (https://www.youtube.com/watch?v=be4gDI8RZ2U)

Others
- having an idle animation would be nice
- having a jump animation would also be nice
- some particles when jumping or when the blocks fall to the floor would be nice
- parallax backgrounds are cool too. try them out.

10 months ago

I guess your system doesn't meet the requirements for this game.
Its a high end game.

10 months ago

Sure!
It is my first game by the way.

5 months ago
Liked

Infection