Combat System
Demo implementation of a custom combat system. Uses the custom movement system showcased here. Walk using WASD, direction arrows or the left stick from a gamepad. Attack using left click on a mouse, or the "B" button on a gamepad.
The code is available for download on GitHub:
CODIGO
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.
---
Presentación de prueba de un sistema de combate para Unity 3D. Utiliza un controlador de movimiento personalizado que puedes encontrar aquí. Camina con WASD, flechas de dirección, o cruceta izquierda de un gamepad. Ataca con el clic izquierdo del ratón o con el botón "B" de un gamepad.
El código implementado se encuentra disponible para su descarga en GitHub:
CODIGO
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.
Status | In development |
Category | Tool |
Platforms | HTML5 |
Author | rodellino |
Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.