Quick Time Events Pack for Unity
A downloadable Unity Tools Pack
Buy Now$3.00 USD or more
Enhance your game dynamics with this versatile Quick Time Events (QTE) package – a seamless integration for Unity developers! This QTE system offers a hassle-free solution to implement engaging interactive moments in your games.
Key Features:
- User-Friendly Implementation: Effortlessly configure all aspects of the Quick Time Events through the Unity Inspector. No coding required!
- Adaptable Difficulty Levels: Choose from 5 pre-set difficulty configurations to suit various player skill levels. Plus, enjoy the freedom to create custom difficulty settings tailored to your game's unique experience.
- Diverse Quick Time Events: Immerse players in diverse challenges with 6 easy-to-use Quick Time Events. From button presses to timed sequences, the pack provides a range of interactive options.
- Comprehensive Demo Scene: Accelerate your integration process with the included demo scene. Explore practical usage examples for each Quick Time Event, ensuring a smooth and efficient implementation into your project.
Package Content:

Demo game using this and my other published tools and asset packs: https://play.google.com/store/apps/details?id=com.ValeZumZum.QTERush
| Status | Released |
| Category | Tool |
| Rating | Rated 5.0 out of 5 stars (1 total ratings) |
| Author | Vale ZumZum |
| Tags | prefab, qte, quick-time-event, sourcecode, tool, Unity, unity-package |
Purchase
Buy Now$3.00 USD or more
In order to download this Unity Tools Pack you must purchase it at or above the minimum price of $3 USD. You will get access to the following files:
QuickTimeEventsPack.unitypackage 1.4 MB


Comments
Log in with itch.io to leave a comment.
This assets seems good and helpful. for me it only lacks detailed PDF and Code documentations. Therefor I need help with below 😅
i made a new scnene, and i added canvas with QTE_Ring.
Then i created empty obj adn added the Demo Runner and attached the QTE_Ring script to it.
I hit play and nothing happen, i see the ring but nothing happens. Please for your support here, and i would appreciated if Documenation includes video of set up.
Hi! Thanks for your purchase :)
You can find a pdf with the documentation at the root of the package: documentation.pdf
And there's a demo scene with code examples at: Scenes/DemoQTE and the class QTEDemoRunner shows you how to use.
Once you add the prefab of a QTE in the scene, be sure to make it work by calling:
QTE.OnFail.AddListener(callback);
QTE.OnSuccess.AddListener(callback);
QTE.ShowQTE(position, scale, difficulty);
If you are trying to use the QTEDemoRunner class directly, don't forget to link the prefab in the inspector, and to call the function Show()
thanks alot for your feedback. just FYI i know there is documentation file but i just wished if it has more details like step by step. but overall, it worked for me now thanks alot and i like it to be honest⚡
Can you me help me to use this assetpack please?
Hello! yes of course, tell me what's your question... Did you find the demo scene? Have you find the documentation.pdf document in the Assets\QuickTimeEventsPack folder?
Yes, I did, but when I put in my scene it runs very fast and it's too big, i can't resize lol
Be sure to set your target fps to 60 on the startup monobehaviour of your project. Or if you prefer you can personalize the speed of each QTE by difficulty in the inspector.
Regarding the scale: When you call de Show method, you can set the scale by parameter. Or another option would be putting all the QTEs of the scene inside a parent game object, and scale that parent