article thumbnail

How to create a curve road for the racing game?

Cocos

this looks like its been done with graphic editing software and then imported the track as an JPEG or PNG and then with the editor added the different collisions like the PolygonCollider2D component, which allows you to make curved colliders. Sounds like you need more than just the editor.

Racing 52
article thumbnail

Tiles editor progress report #5

Mircosoft Game Dev

Tile atlas editing. The first mode allows editing the atlas properties and creating/removing base tiles, the second one allows selecting and editing tiles properties, and the last one is to paint properties over the tiles. Note that, when editing a TileMap, you can replace all cells by their corresponding mapped value.

Tile 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Breakout: Blocks

The Liquid Fire

Edit Blocks. You could edit them one by one, but that would not scale well, especially if you had dozens or more blocks to fix. Unity does actually have a feature that allows you to perform a bulk edit. Unfortunately, some of the changes that you might want to make will not be supported by a bulk edit, such as in custom editors.

article thumbnail

Tiles editor progress report #3

Mircosoft Game Dev

Most of TileSet's systems (rendering, collisions, physics, navigation, …) are now using a concept of "layers" (this might be renamed). As an example, you could now define several PhysicsBodies per tile with different collision layers/masks. Right now, there is no way to edit the tiles' properties in an efficient way.

Tile 52
article thumbnail

Godot 3.2 adds support for convex decomposition

Mircosoft Game Dev

Here is an example of adding collision shapes to Suzanne by using standard shapes (two capsules, a sphere and a box): It works and it will collide more or less OK, but it's tedious to build and far from perfect. When geometry is not convex, the usual workflow is to create more than one shape to cover the desired concave area.

Mesh 52
article thumbnail

Breakout: Physics

The Liquid Fire

Important: It is possible to continue editing your scene while the simulation is playing. Press Play now, and you will see that the Ball will bounce up from the Wall with as much force as it had before the collision. then you would see the height of the bounce decrease with each collision.

Sprite 52
article thumbnail

Dev snapshot: Godot 4.0 beta 15

Mircosoft Game Dev

Rework EditorPlugin editing logic, allowing multiple plugins to be active at the same time ( GH-71770 ). Editor: Rework EditorPlugin editing logic ( GH-71770 ). Physics: Fix regression in collision detection for uniform scaling ( GH-71707 ). Auto-update instances of scenes which have been reimported ( GH-57606 ).

Beta 97