Wayfinder Behaviour
Here you can find help and information on site content

A behaviour for a wayfinder (an arrow) that follows in front of the Player and constantly points at a position.
var wayfinder
function setup(args) {
wayfinder = Behaviour.create("wayfinder").initalize();
}
function start(args) {
wayfinder.createWayfinder().setTargetPosition(new Vector(0,0,1));
}
Urls
wayfinder-behaviour.js