Implement the Konami Keystroke Cheat Code in a Unity Game

preview_player
Показать описание
If you've ever wanted to include keystroke based cheat codes in your game that was built with Unity, this is the tutorial for you!

Think Konami where you have the "Up, Up, Down, Down, Left, Right, Left, Right, B, A" series of keystrokes that give you unlimited lives, more speed, or other useful assistance. To do this you need to capture and track the keystrokes as they happen and make sense of them later.

This tutorial looks at a few approaches which include `OnGUI` as well as looping through available key codes within Unity.

#unity #gamedev #konami

Рекомендации по теме
Комментарии
Автор

Thanks! It's just what I was looking for ❤

jagdishsahu
Автор

Thanks a lot, I want to add the Konami Code and other cheat codes for debug menus, secrets and even a tribute.

GamepadStudios
Автор

Is this possible to use on Yugioh master duel??

Team_TopDeck