this post was submitted on 10 Mar 2024
1 points (100.0% liked)

Bevy

200 readers
1 users here now

A community for discussion around the bevy game engine! https://bevyengine.org/

founded 9 months ago
MODERATORS
1
Implemented automatic door opening (files.mastodon.social)
submitted 5 months ago* (last edited 5 months ago) by Shatur@lemmy.ml to c/bevy@programming.dev
 

In my initial implementation, doors opened when a character approached them (using a sensor collider). But it looked creepy ๐Ÿ˜… Imagine simply walking past the doors and having them open unexpectedly.

In the current implementation, I analyze navigation paths to determine if characters pass through the door, and open it when they approach.

Additionally, I added small visual feedback for wall placement, fine-tuned navigation, adjusted controls, made a few QoL improvements, and fixed a bunch of bugs.

This is for my WIP open source life simulation game under the working title Project Harmonia.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here