profile_space.png
Hi, my name is Stefan and I’m a game developer, working mostly with gameplay, tools and shaders. You can find all of my work samples here, there’s a CV page for all that serious stuff and an About page if you want to know more about me.

Welcome to my portfolio!
— Stefan Andersson

Gorn 2

This game was just announced (Feb 28th, 2025) so I don’t want to share too much behind-the-scenes info just yet, but I’ll leave this section here for a future update once it’s been released.
Meanwhile, you can check out the trailer!

For now, I‘ll say that while my hands are all over this project, some things I worked on are:

  • the ranged weapon system (e.g. bow, nailgun)

  • weapon handling for physically simulated NPCs - both ranged, melee and two-handed melee

  • boss behavior

  • slicing characters

  • facial expression and point-of-interest system

It was an incredible learning experience as well, as the whole project was structured to be moddable and easy to use for designers - to facilitate this, we used a lot of reactive programming using a custom-built framework as well as our own behavior tree system. While I had worked on 3D games before, this took it to the next level - requiring a lot of math and physics, which was really exciting and fun!


UNTITLED PROJECT

This is my private project that I worked on in my spare-time for about three years. I wanted the player to be able to create an indoor environment with as few restrictions as possible, while still keeping it as a normal, uniform grid - for my own sanity’s sake. I had to make a lot of compromises in the end, but I think the result, while not completely finished, still turned out pretty nice. I’ve written some stuff about the more interesting features below.


Toca Life

Here are some features I’ve worked on for Toca Life - a roleplaying app where you do pretty much whatever it is you want to do. Grab some characters and mess around with the world!


Fluid Simulation

Here is a project I worked on that started as part of the Untitled Project but ended up as just a good learning exercise! I found an old implementation of smooth-particle hydrodynamics in Java which I rewrote to C#, then converted to HLSL after learning how to use compute shaders.


Lootbox Worktest

This was for a worktest I did, applying for a position as a Tech Artist. The assignment was to create a scene where a lootbox appears, the player opens it, is presented with the contents and then you can choose to reload the scene. Preferably with some unique setting, so, I chose space!


Unity Tools

Here are some tools I’ve made for various purposes!