I have a little game i made a while ago, its doing alright, maintaining CCUs without any advertising, byt ive seen recently that for some reason, its getting a ton of downvotes. I cant understand why.
The only thing I noticed is, that it can be annoying to get the upgrade popup when you are in the middle of a fight or surrounded by zombies.
Also the op sword product isnāt for sale.
- UI is really basic and obnoxious
- Only 2 types of enemies
How should i fix that? Iām not sure how i could know when the player is in a fight.
I donāt really know, for computer it would maybe be good if you could press 1,2,3 or 4 to choose.
Iāll add that to my todo list.
its hard for beginnersā¦
ui sucksā¦
the sword takes so much to make damage and it takes so much to kill goblins⦠also it would be better to join and spawn right in the action⦠i almost left at seeing the lobbyā¦
Tf you mean āUI sucksā that doesnt help me improve at all. Your feedback is not very helpful dude.
- your network usage is way way way too high, this is likely because you are animating everything on the server. these should ideally never be any higher than 50KB/s

- the sword blocking sound being played globally is very irritating, just constant ding ding ding ding ding
- your drawcounts are extremely high, you want the scene draw to be well below 500. your triangle counts (labelled as ātriā on the image) are also very high, your scene triangle count should never be more than 500k.

- the gameplay is very slow, players should be a little faster and the swords should spin faster, this will help make the gameplay more engaging
here are some optimization guides which helped me:
iād say your game is fine once these major performance issues are fixed. the other feedback youāve received in this thread is trivial and can be ignored. your problem is optimization, not UI.
The problem is both optimisation and UI.
I just spent several hours working on optimization, it should run better now. Instead of checking collisions and rendering everything on the server, now swords are rendered locally for each client and hit detection is done serverside using blockcasts, which is way more performant, thanks for pointing this out. The parry sound is also gone now.
In the creator hub thereās a feedback page. Players can leave feedback when they vote now. Try looking there.
Hi ignore people saying the game sucks itās great.
The reason why is when I Joined I could only 3 find enemies in the entire map and my sword dealt 2 damage and they had like 500 health. I remember when I player last the map was filled with enemies and there was quick progress
Unfortunately most of that is just comments from little kids like āDELETE THIS GAMEā or āI lost everythingā etc etc. Itās not very helpful sadly.
Okay, thanks for the feedback, I had to lower the enemy count to try to raise optimization on phones but ill see if i can figure out how to optimize them further. Iāll also look into giving your sword more damage, and enemies less health. Thanks for the kind words.
āI lost everythingā sounds like a player data saving bug (or a difficulty issue), which could be valid feedback.
Hi by phone optimisation do you mean in terms of lagging?
Your game currently has 80 active players this is huge however there are no zombies to kill you NEED to fix this now.
Iām confused why the enemy count needed to be reduced?


