I would like to ask you guys for a little help in performance testing my 1st game.
There is still A LOT of work that I need to do, but I would like to know how the game runs on older, slower systems.
Currently, the game is running steadily at ~65 f/s, with 286 draw calls 26k tris- but, this is on my dev system.
I did test it on my old PC with a 4.9 windows experience rating it is running well. That said, it has 1 GB of AGP VRAM (yes, it’s that old).
Now, where are the frames per second thingy in there? There was a big 25 on the screen, but I think that was not it.
Whait a bit…
Athlon 2 x4 2,9 4G old ass gpu :
Overall performance is good. Add some tweens and user input feedback and you are golden.
Couple things I’d like to get feedback from the community.
Scene transitions. As much as possible, I would like to have scene transitions as seamless as possible. IE not have to load a ‘buffer’ scene every time the player progresses to the next scene/level.
That said, I’m using the camera character control scripts from the Lerpz tutorial for this WIP. In this sample, when the player goes to the next scene it ‘stutters’. The spawn is set up so that the player is ahead of the camera which is directly behind the collider.
I could use some advice on this.
This current build is much closer to what I would like to have my game look. My target platforms are web tablets (later).
I’d like to invite you guys give the game a quick run through, especially on lower end PCs (please include PC specs they’re helpful). At the moment, my draw call is maxing out at ~600 with ~40k verts tris. Thankfully, I haven’t had any hiccups.