Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 475 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 475 Bytes

Unity QTE (Quick time event) system

Simple QTE system for Unity (Quick time event)
Tested on versions: 2018.3.14f1, 2019.4.17f1. Other versions should also work. Supports keyboard and gamepads with different UIs

Contains:

  • QTEManager
    • Main script for processing events
  • QTEEvent
    • Event class with settings

Demo scene contains simple example of usage.
Documentation