Forum Discussion

sahithya.srini's avatar
sahithya.srini
Honored Guest
9 months ago

customLocomotionSystem example has compilation issues

CustomLocomotionSystem from https://developers.meta.com/horizon/documentation/spatial-sdk/spatial-sdk-inputsystem-locomotionsystem is having compilation issues. When I import the code, I get compilation errors. For e.g. unable to resolve InputResult, hand, etc.

Please note that the "InputSystem" example is working perfectly fine, just the  customLocomotionSystem is having issues.

 

Can someone help fix the code / documentation please

1 Reply

  • Hi sahithya.srini, thanks for the feedback. Totally understand the confusion, and will work on making sure these docs are understandable for everyone.

    The custom input system and custom locomotion system are meant to be starters to help you understand how you could implement something like this your self. In this case, InputResult represents some state transferred from the input system, and shows the interaction between the input and locomotion systems. 

    Thanks again for reaching out, we'll work on this.