This repository contains a collection of Unity C# techniques that I have learned and implemented.
Simple inventory system using a dictionary to store items and their quantities.
Simple command manager using a queue to store commands.
Simple button manager using Lambda expressions to add listeners to buttons.
Simple interactable elements using an interface to interact with objects in the scene.