XXX4Fans
SebastianLague from patreon

SebastianLague

patreon


SebastianLague posts

Source Code for Some Geographical Experiments

Hello again! The code for the latest version of the Geographical Adventures project is already up on the github repository, but I wanted to share the files for two little experiments here. The first one is actually from the previous ep...

View Post

Project Files for the (untitled) Package Delivery Pilot Game

SebastianLague post Project Files for the (untitled) Package Delivery Pilot Game from patreon

Hello! Here are the Unity project files for the latest video. In case you missed it, the video is out over here :)

For anyone interested in actually playing the game (although it's really not much of a game at the moment), the controls a...

View Post

Coding Adventure: Simulating an Ecosystem

SebastianLague post Coding Adventure: Simulating an Ecosystem from patreon

Hello! I've recently been playing around with foxes and rabbits in a simple little ecosystem. The rabbits munch on the plants, and the foxes, naturally, on the rabbits. The idea was to give the rabbits different traits, and then see how those changed over time to adapt to the environment.

I know it's been quite a while...

View Post

Hydraulic Erosion Demo

SebastianLague post Hydraulic Erosion Demo from patreon

Hello! You may have seen my coding adventure video on hydraulic erosion a little while ago... Today I spent some time turning it into a little demo with some parameters to play around with. Hope someone will find it interesting :)

You can give it a try here if you'd like: 2019-05-27 18:08:39 +0000 UTC View Post

Unfinished LOD-system files for download

SebastianLague post Unfinished LOD-system files for download from patreon

Hello! I'm not sure if this is of any use to anyone in its current unfinished form, but since I'm not working on it at the moment and have had a couple queries about it recently, I thought I'd share the code.

It's essentially just 6 quadtrees (one for each face of the cube that gets morphed into the planet), plus some ...

View Post

Path Creator (unity tool)

SebastianLague post Path Creator (unity tool) from patreon

Hi everyone, I've been working for a little while on a tool for creating paths in Unity. You can find it on github. If you're interested in learning how something like this is made, it's based on my old series on 2019-01-26 17:07:16 +0000 UTC View Post

Behind the Scenes – Planet LOD

Hello! I've been working on a level of detail (LOD) system for the procedural planets series. It's still a ways away from completion, but I thought I'd update you on my progress.

The first thing I wanted to get working was a 'spherical quadtree' (SQT) – essentially just 6 quadtrees making up a cube, which can then be mapped ...

View Post

Procedural planets and reward tier changes

SebastianLague post Procedural planets and reward tier changes from patreon

Hello, sorry for falling off the radar again recently! But I'm back now with a new procgen series, this time on generating planets. I hope you'll find it interesting :>

In other news, I'm changing the reward tiers. Patrons pledging $8 or more will now have early access to new tutorials (probably a few days to a week ea...

View Post

January 2018

SebastianLague post January 2018 from patreon

Hello everyone! Sorry for the dearth of content towards the end of last year, but I intend to make up for that this year.

I uploaded 7 new videos in January – finishing the gradient editor series, adding a two-part 'programming practice' series on making a sliding block puzzle game, and starting a Bézier curve editor series...

View Post

July/August 2017

SebastianLague post July/August 2017 from patreon

Hi everyone, these past two months I've mostly been working on Blender tutorials for the graphics half of the RPG series (it being a collaboration with Brackeys, who is covering the programming end of things).

So far the series has covered modeling, rigging, and animating a low poly character. This is admittedly ground which I...

View Post

May/June 2017

SebastianLague post May/June 2017 from patreon

Hi everyone! These past two months I released 6 new videos: the first 4 were in the procedural terrain series, covering optimization, refactoring, and fixing the gaps between different LOD meshes; while the second two were part of a new series on gamedev maths, and covered the problems of distance from point to line, and point i...

View Post

April 2017

SebastianLague post April 2017 from patreon

This month I released 4 new episodes for the 'intro to gamedev' series. The first was on trigonometry, and the rest covered a simple stealth game prototype. There's still a lot more I want to cover in this series, but I think it's at a fairly good stopping point for the moment. So 'intro to gamedev' will be taking a break for th...

View Post

March 2017

I released three new videos this month for the intro to gamedev series: arrays and lists, loops, and coroutines.

In the past I've always worked on multiple projects simultaneously, trying to keep all the different series up to date. This has been a bit of a headache, however, and I've still managed to fall very behind on some ...

View Post

February 2017

SebastianLague post February 2017 from patreon

Hello!

I created 4 new videos in February: threading for the A* pathfinding series, camera shake, and two intro to gamedev episodes covering value vs reference types, and raycasting.

Thank you all for the continued support.

View Post

January 2017

SebastianLague post January 2017 from patreon

Hi everyone,

In January I released a measly two videos (sorry). These were both updates to the A* pathfinding series, which added the ability to smooth out the paths that units take.

I should be back to my regular upload schedule (~4 videos per month) in Feb.
Thank you all very much for the support here!

View Post

December

SebastianLague post December from patreon

Hi everyone, a quick overview of December...

I was finally able to record and release the first two episodes of the procedural terrain shader. It will probably take another two or so to finish it off.

I also uploaded the ninth Character Creation episode (collisions and jumping), and revived my old A* pathfinding series ...

View Post

November

SebastianLague post November from patreon

Hi everyone.

I released 4 new videos this month — one new character creation episode, and a 3-part (potentially more in the future) series on the kinematic equations.

Last month I promised there would be a new procedural terrain episode, so I apologise for not delivering on that. (excuse: the kinematics episodes were m...

View Post

October

SebastianLague post October from patreon

Hello!

In October I released 4 new videos for the "Blender to Unity character creation" series. The character is now actually in Unity (hooray), and work has begun on the controller script. The short-term plan is to finish the controller, add jumping animations (most likely with some advanced-ish stuff like detecting which...

View Post

September

SebastianLague post September from patreon

Hi everyone.


Most of my time this month went into writing the above terrain shader. This was my first serious foray into the world of shaders, and I found it to be a pretty steep learning curve. The end result is perhaps not quite as impressive as I had hoped, but this will at least act as a good base on which to im...

View Post

August

SebastianLague post August from patreon

Hello everyone, thank you for another month of support. In August I released 3 new videos. The first two formed a 'mini-series' on delegates and events (also briefly touched on lambda expressions), while the third covered the handling of collisions in the procedural landmass series.

I spent a lot of time this past mon...

View Post

July

SebastianLague post July from patreon

Early this month I finished the first of several mini-projects (the "falling block" game) for the introduction to gamedev series. This series will continue at some point with episodes on arrays, loops, and coroutines.

 

The main release this month was a new character creation series in Blender. The character has bee...

View Post

June

Hi everyone, sorry for this update arriving rather late...

In June I released 5 videos: 3 episodes of the Introduction to Game Development series, a Procedural Landmass episode, and, after more than a year, an update to the 2D platformer series.


Progress has been a bit slow of late, due to elusive bugs in both th...

View Post

May

SebastianLague post May from patreon

Hello, just a quick update on what I've been up to this past month.

I've been working on a 3rd person character controller, which will be the focus of a fairly advanced series that follows on from the character creation series I mentioned in my last post. I've just finished handling camera collisions, and am now in the pro...

View Post

April

SebastianLague post April from patreon

Hi everyone! 

I'm starting this monthly write-up to recap the videos I've uploaded in the past month, and talk about some of the things I've been working on for the future. 


I released one new instalment to the Procedural Landmass series, showing how to get terrain chunks to line up without seams. I'm worki...

View Post