Misty Valley: A Cozy Fishing Tale

Technology : Unity, C#, Steam Misty Valley is my personal dream project, a cozy game that I develop with a small two-person team. I handle all development processes on my…

Comments Off on Misty Valley: A Cozy Fishing Tale

GoArt Metaverse

Technology : Unity, C#, Metaverse, Blockchain, NFT GoArt is a Metaverse application that contains many portals and brings users together on portals. The application is also developed based on Web3.…

Comments Off on GoArt Metaverse

Roketsan Educational Project

Technology : Unity, C#, MR, Socket Networking I developed a comprehensive MR training application for Roketsan, consisting of two interconnected components: a Windows PC server and an Oculus client. I…

Comments Off on Roketsan Educational Project

Tarnet – Socket Manager

In today’s world, network communication is a cornerstone of every software development process. Especially in games and real-time applications, a reliable and fast network infrastructure is a must. This is…

0 Comments

Tarsave – Save and Load System

Every game or application needs to securely save and load user data. Data loss can negatively impact the gaming experience and lead to user frustration. This is where Tarsave comes…

1 Comment

Generic Structures

Generic structures are used for any type that conforms to a particular pattern to avoid code duplication in classes, methods, or interfaces. With generic structures, type-independent methods and classes can…

0 Comments

How To Write An Extension Method

Extension methods are extremely useful and structurally necessary methods. With extension methods, a lot of flexibility can be provided in the project. The Extension Method is written for the classes…

0 Comments