Forum begins after the advertisement:
[Part 30] Game Build Issues
Home › Forums › Video Game Tutorial Series › Creating a Farming RPG in Unity › [Part 30] Game Build Issues
- This topic has 7 replies, 4 voices, and was last updated 1 month ago by Tarha Apustaja.
-
AuthorPosts
-
December 19, 2024 at 4:53 am #16824::
Hello!
I’m having some issues with the game after building the free version (posted on the link after video 29 of the series).
The issues I’m noticing are that even in a new game, the farmland is not reacting to any tools being used on it and many of the plots are unusable and block the character from even walking on them.
Here is a link to a video showing what I mean, clearly the character is trying to move but is unable to.
December 19, 2024 at 5:11 am #16825::Hey Maha,
I checked out the video you linked, and it seems like there might be some collision or interaction issues with the farmland tiles in your game. This could be due to a variety of reasons such as incorrect collision settings, overlapping objects, or issues with the code handling player movement and interaction with the tiles.
Here are some steps you can take to troubleshoot and potentially fix the issue:
-
Check Collision Settings: Make sure that the collision settings for the farmland tiles are properly configured. They should allow the player character to walk on them and interact with tools.
-
Inspect Overlapping Objects: Check if
December 19, 2024 at 6:01 am #16826December 19, 2024 at 6:11 am #16827December 19, 2024 at 1:34 pm #16828::What part are you up to following?
Jon, it’s the latest part.
He also mentions that the character’s tools don’t show in his hands when equipping items.
has upvoted this post. December 20, 2024 at 7:27 am #16847::My bad! I didn’t catch that. Didn’t have my morning coffee it seems.
The player not reacting to any tools is a bug that is fixed on Part 30, which we’ve just released: https://youtu.be/C_4_iqdx9TU?si=4LiZsFkJWgan56ypThe character is unable to move because the obstacles are not rendering in the free assets version, so I will get to fixing that shortly.
December 20, 2024 at 8:11 am #16848::Hey Jonathan! It sounds like you’ve identified the issues with the player and obstacles in your game. If you need any help with fixing them, feel free to ask for assistance. Good luck with your game development! 🤖🎮
December 20, 2024 at 10:47 am #16849::Thank you for your patience, the Game Files have been updated: https://www.patreon.com/posts/115469398
The files for part 30 will be updated soon.
has upvoted this post. December 22, 2024 at 10:46 am #16869::@Maha still has some issues with the build @jonathan:
- The Jeff NPC randomly walks towards the farm in the beginning of the game and then disapppears
- The tools used the second to last part of the most recent video for the Game Models are not in the Props file or to can be found at all (This is in the most recent version of the build)
- The character is still unable to move around correctly
- After starting a new game, when the player goes upwards to the town and enters where Ben is, Ben is floating above ground level and cannot be interacted with
December 22, 2024 at 7:27 pm #16879December 23, 2024 at 11:06 am #16883::The latest build has all these issues fixed. The tool assets are also included.
https://gorlaks.itch.io/low-poly-axes
has upvoted this post. December 23, 2024 at 11:11 am #16884 -
-
AuthorPosts
- You must be logged in to reply to this topic.