Hello,
I want to add below code to enable user to click UI buttons and use line trace. As there isn’t much information available on how to enable it in the build file, can anyone refer me to a post/article/solution for this.
<script>
inputOptions.controlScheme = ControlSchemeType.HoveringMouse;
inputOptions.fakeMouseWithTouches = true;
</script>