
Final Parsec Blog
You're browsing our blog archive - featured posts are here at the top. Keep scrolling to dive deeper into a wide range of posts on the topics you care about.

Featured posts
-
- Title
- How to Supercharge Your TTRPG Prep with Random Tables
- Summary
- You've got a session tomorrow, and you're short on time. Prep can be a daunting part of running a game, but what if you could cut your prep time in half and still deliver compelling sessions? Enter: random tables.
- Publish date
- Author
- Baer Bradford
-
- Title
- Turning Your World Map Into a Compelling Story: A Guide for Writers, GMs, and Game Creators
- Summary
- Tools help you make great maps. But the story is still up to you. A map is not just a backdrop. It is the spine of your narrative. This post shows how to turn locations into narrative hooks for your game, novel, or campaign.
- Publish date
- Author
- Baer Bradford
-
- Title
- How I’m Sharing Prototypes of My Godot Game
- Summary
- Sharing prototypes early helps shape better games. In this post, I show how I use Final Parsec to instantly deploy and share my Godot builds for fast, browser-based feedback.
- Publish date
- Author
- Baer Bradford
Unity
Check out our collection of Unity articles, covering everything from beginner tutorials to more advanced development techniques.


Deploying Unity Games to Android
Step-by-step instructions to learn how to deploy an existing Unity game to your Android device or get a game ready for releasing to the Play Store.

Author

How to Install the Official Plugin for Hosting Unity WebGL Builds
This article explains how to download and install the Official Plugin for uploading Unity WebGL games to FinalParsec.

Author
World Building
Explore our world building articles, offering guidance on crafting detailed settings, characters, and lore for your game.

Making a Video Game Character
Explore some tips for creating a compelling and memorable video game character that will keep players engaged and invested in your game.

Author

Worldbuilding in Video Games
Building a narrative setting for your games is very important. Think through the vision for your world, draw from other work and experiences, and consider the limitations to build a compelling and interesting universe.

Author

Strategies to Craft Worlds Players Love
Learn to craft immersive, purposeful worlds for games with tips on organization, reusable lore, avoiding pitfalls, and keeping players engaged through curiosity and discovery.

Author
Categories
-
Uunity
38 blog posts
-
Ttutorial
25 blog posts
-
LClearn-c-sharp
15 blog posts
-
Pproject
15 blog posts
-
WBworld-building
9 blog posts
-
GDgame-design
9 blog posts
-
TDtower-defense
8 blog posts
-
Aandroid
6 blog posts
-
MGmap-generation
6 blog posts
-
TVtd-video-series
6 blog posts
-
Ssprites
5 blog posts
-
LElegacy-earth-video-series
4 blog posts
-
Ppathfinding
3 blog posts
-
OSoffice-sim
3 blog posts
-
Nnews
3 blog posts
-
Vvr
2 blog posts
Learn C#
This series of blog posts is designed to help you learn C# from scratch, with a focus on game development. Each post includes a video tutorial and code samples to guide you through key concepts and practical applications.

C# Lesson 6
Learn about "while" loops, a way to make sections of code repeat, in our 6th lesson in the C# series for beginners.

Author

C# Lesson 1
Learn how to declare and use variables in the very first lesson from our series on learning C# for beginners.

Author

C# Lesson 3
Learn how to do some basic math with C# in the 3rd lesson from our series for beginners learning C#.

Author
Tutorials
This section offers comprehensive tutorials on a wide range of game development topics. From design to advanced programming techniques, each guide is crafted to help you level up your skills in game creation.

Enemy Detection and Firing
Learn how to detect enemies and shoot projectiles at them. A continuation of the tower defense tutorial series.

Author

How to Supercharge Your TTRPG Prep with Random Tables
You've got a session tomorrow, and you're short on time. Prep can be a daunting part of running a game, but what if you could cut your prep time in half and still deliver compelling sessions? Enter: random tables.

Author

Creating a Parallax Effect in Unity: Step-by-Step Guide
Learn how to breathe life into your Unity projects with parallax effects in this step-by-step tutorial.

Author
Map Generation
Check out some posts related to 2D tilemaps for tower defense games, randomly generated maps for top down 2D games, and guides on pathfinding algorithms.

Using Cellular Automata to Create a Random Map Generator
Learn how to programmatically generate earth-like terrain using cellular automata.

Author

Turning Your World Map Into a Compelling Story: A Guide for Writers, GMs, and Game Creators
Tools help you make great maps. But the story is still up to you. A map is not just a backdrop. It is the spine of your narrative. This post shows how to turn locations into narrative hooks for your game, novel, or campaign.

Author

A* Pathfinding Tutorial
Technical talk from Matt Bauer about A* pathfinding in Nauticus Act III.

Author