Wow - that's a huge time saver. I also wanted to create my one script to just do that.
Thanks!!
Glad you like my game. I will upload today a new version with a few fixes and improvments.
Could you post a screenshot of your resolution issues? On which resolution do you play? For the jam I created all the UIs to fit on 1920x1080. It is possible that some elements get cut off on smaller resolutions.
I will not spend much more time on updating the jam-version. But I started to make a version with more features based on the same core mechanic. That means I rewrote the whole item/inventory/crafting system and added a new system to create much larger maps. Currently I am rewriting the player input system.
Since the game will be much bigger and will have tones of items I even created my own editors inside Unity.
And of course - there will be a save system. Currently I save the inventory to a json file which can actullay be modified. This is kind of cheating but if players like to do so, that's fine with me. ;-)
Thanks for your feedback.
There are many things I could have done better but since this was my first jam I am happy with the result. ;-) I think my 2nd jam will be JamCraft 6 :-P
And as you already noticed - the post jam update is ready with fixes to all issues that were reported.
I will keep the music thing in mind for the next jam.
I found the issue with the pixel perfect camera.
During the jam I was experimenting with a paralax effect with forground elements and changed the camera to perspective. Later I removed the forground and forgot to change the camera back to orthographic. :-(
I added this change to the upcoming update. It should look fine now.
Thank you for the detailed feedback. I am glad you like my game!
My goal was to create a full playable game with a (realy short) story so that the player now what's going on and what he/she is supposed to do. Of course I had tons of ideas I wanted to implement but 10 days is a rater short time frame. So I had to focus on one thing and make that one thing as good as possible with the risk that it gets repetitive and quickly boring. I see this game as a prototype to test the gem mechanics to get some feedback to see how players like it.
I wrote a short concept of how this prototype could turn into a full game - based on this core mechanic. I already started to work on the new version.
I noticed the lines between background tiles as well. I am actually using the Pixel Perfect Camera but I am also using the Cinemachine package from Unity for camera moving and camera bounding box. And instead of the default renderer I am using the Universal Render Pipeline with the new 2D renderer. I guess the issue came in the combination of those things. I will fix it eventually. :-)
Thanks - makes me happy to hear you like my game.
I am really sorry, that you have such bad experience with lags.
The video I uploaded in the previous comment is from the update I will upload after the rating is over. I noticed lags as well in the browser version - but it was too late to fixed before submission ended. In the current version the entire map gets loaded and is active even the stuff the player doesn't see. The Windows version can handle the large amount of objects better. In the coming update I load and unload stuff dynamically and let you run the game at solid 60 frames.
You can try to download the Windows version - it should run with better performance, hopefully.
Here is a short update preview video with upcoming changes:
The update will be available on 4th of May 2020 with following changes:
* Massive performance optimization
* Game runs now on solid 60 frames
* Chunk system added for dynamic map loading
* Display amount of items in inventory available when crafting
* Decreased amount items needed for crafting * FPS counter added (F9 show/hide)
* Custom mouse cursor added
I am working on a huge performance boost. Since the game has tons of gameobjects (a few 1000 trees and rocks) it makes the level on slower PCs a bit laggy.
I created a chunk logic and load only objects that are actually visible to the player. On my PC I increased the frame rate from 50 to 640!!! :-P
This new version will be available after the rating period.