How can I limit the teleport field ??? #5118
-
Hey there, this is my first time to ask here about the technical question.. I wanted to limit the field of activity, and made walls around the space. How can I fix it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Such a fun world! Users will be able to teleport anywhere there is nav-mesh. The nav-mesh allows the avatar to move throughout the space and dictates where they can go. Right now, it looks like your nav mesh extends further than you would like. If you disable the other objects in the room and generate the nav mesh when you have your floor plan, you can create a more specific nav mesh. Here I'm disabling objects and regenerating the floor plan- watch what happens: https://gyazo.com/3bc41806145ec6e796914de928617765 Welcome to join us in discord: https://discord.gg/sBMqSjCndj |
Beta Was this translation helpful? Give feedback.
Such a fun world! Users will be able to teleport anywhere there is nav-mesh. The nav-mesh allows the avatar to move throughout the space and dictates where they can go. Right now, it looks like your nav mesh extends further than you would like. If you disable the other objects in the room and generate the nav mesh when you have your floor plan, you can create a more specific nav mesh.
Here I'm disabling objects and regenerating the floor plan- watch what happens: https://gyazo.com/3bc41806145ec6e796914de928617765
Welcome to join us in discord: https://discord.gg/sBMqSjCndj
We also have the hubs community meetup weekly 11:30AM Pacific in the hubs discord #meetup channel where you can ask q…