Navigation place icon customisation

Hello @jan and @wojtek ,

Is there a way to disable or to customize the navigation pointer which was recently added to all Shapespark scenes ?

You may disable the move target indicator by adding:

<script>
  WALK.CLICK_MOVE_SHOW_TARGET_INDICATOR = false;
</script>

to your body-end.html file, or by adding #nomovetarget hash to the URL, eg: https://demo.shapespark.com/demo-room/#nomovetarget

Are you able to disable the teleport function completely?
so only WASD will work with triggers,

I am sorry, it’s not possible to disable the teleport.