05-06-2025 04:09 AM
i am still trying to understand how players can spawn entities... but i'd like to understand how you might implement "leaving footprints" when players or NPCs walk across certain surfaces?
05-06-2025 06:27 AM
You would have to imagine and build the system yourself. Just a quick brainstorm to get you started, I think a couple planes with the footstep texture, keep about 5 or six per player or npc, periodically position them at the NPC's foot position with a timer to remove them later so you can reuse it.
05-06-2025 03:56 PM
can we get foot positioning?
05-07-2025 04:19 AM
Look in your player class at the foot property. It is a PlayerBodyPart type with all kinds of properties you can use.
https://developers.meta.com/horizon-worlds/reference/2.0.0/core_player
https://developers.meta.com/horizon-worlds/reference/2.0.0/core_playerbodypart