Skip to content

Conversation

Andrew-Musa
Copy link

This pull request implements the "Drag World" locomotion and "PlayArea Boundary Cursor" features, which were noted as missing in the project's README.md. To enable "Drag World" locomotion, which allows users to move by grabbing and pulling the environment, instructions were provided for activating the existing but disabled Tilia components within the ExampleScene. For the "PlayArea Boundary Cursor," a new script, PlayAreaBoundaryCursor.cs, was created to provide visual feedback as the user approaches the edge of their play area. This script uses Unity's XR API to get the boundary points and a LineRenderer to display them only when the user is within a specified proximity, ensuring a safer and more immersive experience. The implementation also included guidance on creating a prefab from this script and adding it to the scene. Together, these changes address the planned improvements and enhance the overall usability of the application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant