About Austin Greear

  • Austin is an aspiring game developer currently based in West Bloomfield Michigan.

  • He graduated from the University of Michigan Dearborn with a Bachelors of Science degree in computer science to pursue his passion of game development.

  • During his game development endeavors, Austin has picked up other useful game development tools such as Blender, Krita, and FL Studio.

  • During his time developing games Austin has developed a strong knowledge of C#, effective game development practices, and a high understanding of 3D math.

Works

Arto

UI/Systems Programming

  • Programmed many of the UI systems in Arto

    • Options UI

    • Skill tree menu

    • Map menu

  • Programmed the map system in the game

  • Performed extensive debugging and Q/A to ensure the game performed well and ran as intended

AI Programming

  • Programmed the AI of many different enemies and bosses in the game

    • The most notable one for me being the horned frog boss.

The White Raven

Works in progress

Project Harpy

  • An action game project with a time-stopping mechanic that allows players to slice and dice targets in an instant

  • Players can enter a soul-like mode, leaving their bodies where they stood and stopping time, to cut targets. Once the player’s soul returns to their body, every cut they made will happen in an instant!

ECS Testing Project

  • A simple project that I’m working on to test the subscene system in Unity’s entity component system.

  • Features a custom gravity system that will allow players to explore the world in a unique way.

My Code Base

While working on my projects I made a code base that makes development of new projects much quicker and cleaner.

In this code base I have developed many useful modular systems such as:

  • An object pooling system that I use for creating and disabling many objects in the game

    • This is useful for situations where many projectiles are spawned in the game. Creating and destroying such objects constantly would decrease the performance of the game

  • A saving and loading system using file I/O.

    • This is accomplished by storing a SaveData class object in a dictionary with unique save IDs used as keys for each save data

  • A menu stack system.

    • I believe a stack is the best way to manage menu systems in a game. I find that it produces the cleanest results programmatically.

  • Many entity/character management systems that I use to quickly build my characters.

    • An input queue system to ensure that the character controller feels responsive

    • An animation management system so that I can manipulate a huge array of different actions a player can make

  • A custom gravity system just for fun!

Old School Projects I Made

Some old school projects I worked on that I learned alot from

Small Unreal Engine Platformer

  • A small platforming game made in Unreal Engine where the player’s gun would have unique properties that the player would use to traverse obstacles.

  • This project was made in around 4 days

Cyberjunk 2088

  • An action game made in Unreal Engine where the player can customize their character’s limbs

  • I learned a lot about setting up frame data and input queues through this project

Resume

Professional Experience

Orion Games

Unity Programmer, August 2021 – July 2023 (Remote)

  • Developed and implemented AI of various enemies/bosses in new Steam

    game Arto, released May 2023

  • Developed and implemented various systems such as the in-game map, quest

    systems, and in-game options feature

  • Lead daily meetings to report our progress on various tasks assigned to team

    via Scrumwise

  • Conducted regular team engagement events

  • Utilized Tortoise SVN as the SCM tool for the project

  • Developed programming with C# in unity

  • Game polisher. Maintained code, fixed bugs, and corrected recurring problems.

  • Optimized and fine-tune code

University of Michigan Dearborn

Unity Programmer, Dearborn, MI - April 2020 - August 2020

  • Scripted various functionalities of a game using C# in Unity for Ford Motor Co.

  • Created a fully functioning inventory system which utilized delegates, and a
    dialogue system which manipulated arrays and lists.

Skills & Technical Qualifications

  • Game Engines

  • Unity (6+ years)

    • High Understanding of 3D Math

    • Strong knowledge of C# and Object Oriented Programming

    • Developed Arto with Orion Games using Unity

    • Currently developing my own personal projects using Unity

    • Proficient in both debugging and profiling

  • Unreal Engine (2+ years)

    • Developed 2 school projects using Unreal Engine

  • Programming Languages

    • C# (5+ years)

    • C++ (3+ years)

    • Java (2+ years)

  • Tools

    • Blender (1+ years)

    • Github (5+ years)

    • Visual Studio (5+ years)

    • Krita (1+ years)

    • Scrumwise (1+ years)

    • Jira (1+ years)

Some of my Blender work