Remove Bug Remove Code Remove Tile
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Editor: Improve tile editor selection appearance ( GH-60892 ). Note: This breaks compatibility intentionally, but we missed merging relevant transition code in this beta ( GH-70244 ). Shaders: Optimize code generation of visual shader particles ( GH-69900 ).

Beta 99
article thumbnail

Dev snapshot: Godot 4.0 beta 10

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: A lot of bug fixes and improvements in these areas particularly, check out the PRs listed below: Animation, Navigation, GDScript, Rendering. However, many of you still used these properties in code, preferring degrees to radians. Bug reports.

Beta 101
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

Ascent of Ashes dev switches to Godot halfway development “Not as chaotic as Unity”

PreMortem.Games

Planning out code structure was exceedingly difficult, nobody had experience with it and official documentation was sparse to say the least”, according to Hermann. This also meant we had less dev time to fix bugs or optimize performance. We had to work around some of these bugs and limitations, but they were minor issues overall.”

Dev 118
article thumbnail

Dev snapshot: Godot 4.0 beta 9

Mircosoft Game Dev

Editor: Add one-way indicator to tile collision editor ( GH-67283 ). Editor: Improve tile editor selection appearance ( GH-60892 ). Note: This breaks compatibility intentionally, but we missed merging relevant transition code in this beta ( GH-70244 ). Shaders: Optimize code generation of visual shader particles ( GH-69900 ).

Beta 76
article thumbnail

Godot Tactics RPG – 05. Pathfinding

The Liquid Fire

As we need to find all possible tiles a unit can move to, A* quickly bogs down because it is designed to find a single path from point A to B as quickly as it can, but finding a path from A to B-Z is a lot of individual paths. static func GetDirection(t1: Tile, t2: Tile): var dir:Directions.Dirs var toTile:Vector2i = t1.pos

Tile 59
article thumbnail

Ascent of Ashes dev switches to Godot halfway development “Not as chaotic as Unity”

PreMortem.Games

Planning out code structure was exceedingly difficult, nobody had experience with it and official documentation was sparse to say the least, according to Hermann. This also meant we had less dev time to fix bugs or optimize performance. We had to work around some of these bugs and limitations, but they were minor issues overall.

Dev 104
article thumbnail

Dev snapshot: Godot 4.0 beta 10

Mircosoft Game Dev

This beta includes a few big changes which may interest a lot of users: A lot of bug fixes and improvements in these areas particularly, check out the PRs listed below: Animation, Navigation, GDScript, Rendering. However, many of you still used these properties in code, preferring degrees to radians. Bug reports.

Beta 78