I think the most common question I get asked is what exactly is a Technical Experience Designer? When we say Experience we’re referring to UX or User Experience, so let’s break it down. 1/8

When we talk about experience design, the majority of the time we are talking about UI. Examples are things like the HUD, or the settings screen. However this discipline also extends beyond UI into things like user flows, first time boot ups, and such. 2/8
To make a UI in a game the following people typically are involved: Experience Designers, Technical Experience Designers, Programmers, and UI Artists. 3/8
An Experience Designer is likely the one you’re most familiar with. They create wireframes and design documentation for features. They also may work closely with groups like user experience research, data specialists, and various feature owners. 4/8
Okay but what exactly is a Technical Experience Designer then? Well they take those wireframes and design documentation and create it in game. They work with the Experience Designer and try to implement the most performant and best feeling version possible. 5/8
So then they’re programmers? Well sort of, they have a strong technical background but they don’t often work in C++. They either work in visual scripting languages like Unreals Blueprints or in a more traditional scripting language. 6/8
They do work closely with the programmers working on engine features they will need. As you may have also guessed they work closely with the UI Artists to implement their vision into the game. I like to think of them as a bridge between three very different disciplines. 7/8
Many Technical Experience Designers also are passionate about one of the other three disciplines they work with. This strengthens their skillset and helps them bridge the gaps between the disciplines. 8/8

More from Tech

These past few days I've been experimenting with something new that I want to use by myself.

Interestingly, this thread below has been written by that.

Let me show you how it looks like. 👇🏻


When you see localhost up there, you should know that it's truly an experiment! 😀


It's a dead-simple thread writer that will post a series of tweets a.k.a tweetstorm. ⚡️

I've been personally wanting it myself since few months ago, but neglected it intentionally to make sure it's something that I genuinely need.

So why is that important for me? 🙂

I've been a believer of a story. I tell stories all the time, whether it's in the real world or online like this. Our society has moved by that.

If you're interested by stories that move us, read Sapiens!

One of the stories that I've told was from the launch of Poster.

It's been launched multiple times this year, and Twitter has been my go-to place to tell the world about that.

Here comes my frustration.. 😤

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.