achoally

Unity Packages Project

First internship | Minigames | Tools

Responsibilities

• Gameplay Programming

• UI Programming

• Software Design

• Documentation

• Platform Testing


Projects Category

  • Internship



Date

  • February – July, 2022


July 2023

Rhythm Minigame

Template for a 2D Rhythm game

Audio Recording

Tool for recording in game audio.

Trivia Minigame

Template for a Trivia game

Silhouettes Minigame

Template for matching objects and their silhouettes.

Rankings Minigame

Tool for a ranking system

Word Guesser Minigame

Template for a Wordle-like game

Rhythm Minigame

Extendable Unity Package for the Unity Asset Store. Contains a template for rhythm-based minigames. Includes a demo scene with an implementation example.

  1. The song’s MIDI notes are spawning yellow orbs. The player must swipe in the direction that matches the orb’s icon. If there is no icon – it requires a tap.


Song settings


Game settings

  1. New songs can be added and configured through ScriptableObjects.


Audio Recording

Extendable Unity Package for the Unity Asset Store. Helps you record, save, load, delete, and play audio for your project.

  • Easily connect the Audio Recording Framework to an external API. The code is extendable, fully commented and designed to be easily integrated into existing solutions.



Featured as #1 in the Top 10 New Systems And Tools September 2022 video by the popular coding youtuber CodeMonkey.



Trivia Minigame

Extendable Unity Package for the Unity Asset Store. Contains a framework to create quiz minigames in your project.

  • All questions in the project are automatically loaded, and can be configured from a single window. This project taught me how to create powerful custom editors inside Unity and how to serialize polymorphic classes.

Rankings

Unity Asset Store Link

Extendable Unity Package for the Unity Asset Store. Solution for creating a leaderboard system in your game. Includes a demo that uses locally available JSON files.

Featured as #6 in the Top 10 New Systems And Tools May 2022 video by the popular coding youtuber CodeMonkey.

Silhouette Minigame

Unity Asset Store Link

Extendable Unity Package for the Unity Asset Store.

Foundation for an educational silhouette matching minigame. Includes 3 different examples.

Word Guesser Minigame

Unity Asset Store Link

Extendable Unity Package for the Unity Asset Store.

Custom implementation for a Wordle-like game.