Thanks for the feedback. The costs are so high because I made crafting before adding obstacles and in my initial plans there was supposed to be more types of obstacles and some monsters so there would much more combination but I didn't have time to implement that and then didn't think of changing it.
Firax666
Creator of
Recent community posts
Thanks for feedback. I may have problems with balancing this game espacially after I played it for like 100 times during creating and found best tactic. I wanted make to make game based both on your agility and quick decision gaming. If you wanna give it another try I would advise you to not run for fruit if it spawns very far from you. Also when one fruit is already there and another one spawns you onlyhave like 2 seconds before it rots so if you cant transport it very quick you should abandon it. Also take advantage of snails low speed to feed some fruits to your plant and be careful about bees. In level 3 there is Boss Fight I think it isn't too hard but has satysfying ending where theme of growth is very highlighted.
I added some music at the begining but I deleted it because it caused my scripts to misbehave in built WebGL version. (I haveno idea why, butI often find bugs in built version of unity games though they work fine in editor). I also had hardmode option implemented but I must have accindentally, delete button or forgot save scene when I was adding it. I'll add it after jam end because I already have scripts for this. Anyway, thanks for feedback, this means a lot to me, espacially I get very small amount of ratings.
Nice game. Lovedaudio,one of the best on this jam. I had problems at the begining because I didn't know how to jam. I think I would work on Colliders. I think you wereusing polygon colliders. Well they were usually bigger than texture(for example tree or house roof.) I think when making platformer game in unity is giving material to your walls/tilemap collider without friction so you dont get stuck on walls. Anyway good job.
OK. So here is 3 bugs i noticed. They are easy to fix and I will probably fix em when jam is over.
1. Sometimes Shield Ready text doesnt reapear and bar doesnt load to the end. But this is just graphic bug cause shield is working normally.
2. I'm dumbass and forget to switch off collsiions betwenn player bullets so if you upgrade your attack rate up a lot and start moving forward and shooting at the same time bullets will collide with one another and will lose velocity.
3. If you kill enemy in the exactly same time frame as he shoots projectile projectile wont have any velocity and will stay in one place forever.You can collide with it and then it will dissapear but it won't deal damage.
If someone finds more bugs let me know.