Advertisement ยท 728 ร— 90

Posts by Jasper Flick

Custom SRP 6.2.0 A Unity tutorial about creating a 3D color LUT.

We use a compute shader to create a 3D color LUT in Custom SRP 6.2.0 #unity3d #gamedev tutorial.
catlikecoding.com/unity/custom...

4 days ago 20 3 0 0

Give it a shot! Both Unity and Godot are neat.

1 week ago 0 0 0 0
Preview
Energy Barriers Add energy barriers to our game in Godot Engine 4.

In the final part of the True Top-Down 2D #GodotEngine #gamedev tutorial series we add energy barriers that block the player:
catlikecoding.com/godot/true-t...

2 weeks ago 10 3 1 0
Preview
Custom SRP 6.1.0 A Unity tutorial about showing the color LUT.

In Custom SRP 6.1.0 #unity3d #gamedev tutorial we add a debug visualization for the color LUT. It'll come in handy when we modernize it in the future.
catlikecoding.com/unity/custom...

2 weeks ago 13 2 0 0
Preview
Teleporter Tooling Enhance teleporter editing for our game in Godot Engine 4.

We make editing teleporters easier in True Top-Down 2D #GodotEngine #gamedev tutorial part 15:
catlikecoding.com/godot/true-t...

3 weeks ago 13 3 0 0
Preview
Hex Map 5.2.0 Unity Hex Map 5.2.0 tutorial, about converting the Save and Load menu to UI Toolkit.

Hex Map #unity3d #gamedev tutorial project's final menu upgrade: the Save/Load menu. This completes our migration to UI Toolkit.
catlikecoding.com/unity/hex-ma...

1 month ago 9 2 0 0
Preview
Hex Map 5.1.0 Unity Hex Map 5.1.0 tutorial, about converting the New Map menu to UI Toolkit.

The New Map menu of Hex Map #unity3d #gamedev tutorial project gets upgrade to UI Toolkit:

catlikecoding.com/unity/hex-ma...

1 month ago 11 2 0 0
Preview
Pausing Add Pausing to our game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev part 14 add a pause menu to our game, from which we can resume or restart the current map.

catlikecoding.com/godot/true-t...

2 months ago 13 1 0 0
Advertisement
Preview
Hex Map 5.0.0 Unity Hex Map 5.0.0 tutorial, about switching to the new input system.

We upgrade the Hex Map #unity3d #gamedev #tutorial project to use the new input system:
catlikecoding.com/unity/hex-ma...

2 months ago 15 4 0 0
Preview
Conveyors Add conveyors to our game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev tutorial part 13 introduces conveyors, to push objects and ourselves around.

catlikecoding.com/godot/true-t...

3 months ago 17 2 0 0
Preview
Custom SRP 6.0.0 A Unity tutorial about upgrading to Unity 6.3.

We upgrade our Custom SRP project to Unity 6.3, and... it fails to render. So we fix that in the 6.0.0 #unity3d #gamedev tutorial! Native render passes are now supported and we get the Render Graph Viewer working again.

catlikecoding.com/unity/custom...

3 months ago 15 2 0 0
Preview
Teleporters Add teleporters to our game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev tutorial part 12 adds teleporters to our game.

The player can teleport itself and objects from source to destination areas. When a destination is occupied teleportation is blocked, which can be used for creative level design.

catlikecoding.com/godot/true-t...

4 months ago 18 3 0 0

That would be ideal, yes. I didn't put specific checks in for rare cases like this, and internal errors aren't communicated to prevent potential theoretical server exploits, so the generic errors pops up. Sorry about that.

4 months ago 1 0 0 0

Oh, yes that isn't supported. Only integer math is, so negative exponentiation fails because that yields fractions.

5 months ago 1 0 1 0

What's going on exactly? Something like d4^d6 works as expected.

5 months ago 0 0 1 0
Advertisement

Yep that's essential. Cheers!

5 months ago 0 0 0 0
Preview
Maze 5.1.0 Unity Maze 5.1.0 tutorial, about adding windows to walls.

In Maze 5.1.0 #unity3d #gamedev tutorial we add windows to the walls of our maze so we can look through them.

catlikecoding.com/unity/maze/5...

5 months ago 15 2 0 0
Preview
Showing Best Scores Always show best scores while playing a game in Godot Engine 4.

In part 11 of the True Top-Down 2D #gamedev tutorial series for #GodotEngine 4 we add the best map scores to our game's HUD.

catlikecoding.com/godot/true-t...

5 months ago 19 3 0 0

It's the clocks. ๐Ÿ˜‰

6 months ago 1 0 0 0

I'm writing Godot tutorials indeed. Technically not porting existing ones though, they're new.

6 months ago 3 0 1 0
Preview
Custom SRP 5.1.0 A Unity tutorial about using raster render passes.

In Custom SRP 5.1.0 #unity3d #gamedev tutorial we convert some of our unsafe passes to raster render passes.

catlikecoding.com/unity/custom...

6 months ago 16 2 0 0
Preview
AnyDice AnyDice is an advanced dice probability calculator, available online. It is created with roleplaying games in mind.

New native AnyDice functions:
[highest 2 of 4d6 and 2d8] and lowest variant.

This saves you the trouble of defining it yourself. They're also a tiny bit faster, but nothing significant.

anydice.com

7 months ago 6 1 1 0
Preview
Extra Map Info Add a simple HUD to a game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev tutorial part 10:

This time we add more info to our game's HUD. We show the valid and total detector count. We also show the travel distance and keep track of the best one per map.

catlikecoding.com/godot/true-t...

7 months ago 11 2 0 0
Preview
AnyDice AnyDice is an advanced dice probability calculator, available online. It is created with roleplaying games in mind.

Small new AnyDice QoL feature:
You can now trigger calculation by pressing Ctrl/Cmd/Meta + Enter in the text area.

anydice.com

7 months ago 5 1 0 0
Advertisement
Preview
Hex Map 4.1.0 Unity Hex Map 4.1.0 tutorial, about improving the dragging UX.

This time we have a small Hex Map #unity3d #gamedev tutorial, to improve the player experience when editing maps. We make drawing rivers more pleasant.

catlikecoding.com/unity/hex-ma...

7 months ago 15 3 0 0
Preview
Game HUD Add a simple HUD to a game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev tutorial part 9:

This time we add a simple HUD to our game, showing the current map name and how long the player has been on it. We also keep track of the best map-completion time and show when a new best time is achieved.

catlikecoding.com/godot/true-t...

7 months ago 16 3 0 0
Preview
Maze 5.0.0 Unity Maze 5.0.0 tutorial, about adding ornaments to cells.

Maze 5.0.0 #unity3d #gamedev #tutorial:
We spice up our maze with ornaments, making it more interesting to look at and a bit easier to recognize areas we've already visited before.

8 months ago 18 2 0 0
Preview
Saving Progress Add support for saving progress to a game in Godot Engine 4.

True Top-Down 2D #GodotEngine #gamedev tutorial part 8: saving progress:

9 months ago 22 3 0 0
Preview
Custom SRP 5.0.0 A Unity tutorial about switching to unsafe passes.

Custom SRP 5.0.0 #unity3d #gamedev tutorial, switching to unsafe passes.

10 months ago 18 4 0 0

Yea I'll try again.

10 months ago 1 0 0 0