Devlog - Key Highlights (16th September 2024)


Devlog - Key Highlights (16th September 2024)

1. Arrow and Door Collisions:

  • Implemented a script to handle arrow collisions with enemies, walls, and doors.
  • Resolved an issue where arrows were passing through doors by ensuring proper collider configurations and adding a specific check for the door in the Arrow script.
  • Successfully ensured arrows are destroyed upon hitting walls, enemies, and doors.

2. Ghost Spawning and Movement:

  • Worked on spawning the ghost enemies and aligning their movement with the player's position using A* Pathfinding.
  • Encountered persistent spawning issues where the spawned ghost objects were not following the player correctly due to target assignment and path calculation errors.
  • Some pathfinding issues remain unresolved, with ghosts occasionally moving in unintended directions or not calculating paths properly at spawn.

3. Spawned Object Animation Issues:

  • Faced ongoing problems with the animations of spawned objects. The ghost clones are not consistently animating, even though they share the same animator controller as the original ghost.
  • Despite attempts to adjust configurations and reset animations, the issue persists, and further troubleshooting is needed to resolve the lack of animation consistency in the clones.

4. Feedback on Fuzzy Sprites:

  • Received feedback from my peers regarding fuzzy sprites in the game. The issue was resolved by setting the texture sprite (2D and UI) to point no filter, which sharpened the sprite visuals.

5. Troubleshooting and Adjustments:

  • Debugged several areas, such as collider interactions and arrow firing mechanics.
  • Made progress on resolving collisions, though the spawning and animation issues for the enemies will need further work.

Leave a comment

Log in with itch.io to leave a comment.