Demo implementation of a custom movement controller. Walk using WASD, direction arrows or the left stick from a gamepad. Dash using shift or the "A" button from a gamepad.

The code is available for download on GitHub:

https://github.com/Rodellino/MovementController

Once downloaded, it can be imported as a component on an existing Unity 3D project. It uses the optional Input System package, which needs to be imported to the project from the Unity registry.

The code found on GitHub uses .NET 4.0 functionalities not compatible with the embedded WebGL version of the  demo, whose code has been adapted, while keeping the gameplay as would be found in the original implementation.

---

Implementación de demostración de un controlador de movimiento personalizado. Camina con WASD, flechas de dirección, o cruceta izquierda de un gamepad. Dash con shift/mayús o botón "A" de un gamepad.

El código implementado se encuentra disponible para su descarga en GitHub:

https://github.com/Rodellino/MovementController

Una vez descargado, está listo para su importación como componente en un proyecto Unity en 3D. Es necesario importar también el paquete opcional Input System disponible en el registro de Unity. 

El código en GitHub utiliza funcionalidades de .NET 4.0  no compatibles con la versión WebGL de la demo embebida, a la que se ha adaptado el código, pero manteniendo la jugabilidad que implementaría el original.

Leave a comment

Log in with itch.io to leave a comment.