DEV Community

Selfish Dev
Selfish Dev

Posted on

2 1

Godot 4.4 Is Game Changer

Godot 4.4 just launched! Here's an overview of its new features and improvements.

Ability to pin your favourite property

Godot 4.4 now tracks the properties you frequently view and modify, automatically pinning them to the top of the Inspector for quick access. Here's how it looks in action:

Image description

Inspector View port for Camera

Setting up a camera in Godot used to be frustrating since you couldn't easily preview its perspective while adjusting its position. With Godot 4.4, the Inspector now includes a live camera preview, making it much easier to fine-tune your camera's view.

Image description

Other Notable Changes

While the previous two were my favorites, here are some more exciting updates in Godot 4.4:

  1. Jolt Physics now built-in – No longer an extension, making it easier to use.
  2. Meta rendering backend for macOS – Improved performance and compatibility.
  3. Typed Dictionary support in GDScript – Enhances type safety and autocompletion.
  4. New Game window – Interact with your game while it's running without switching views.
  5. Physics-based 3D object snapping – Easier and more precise object placement in the editor.
  6. Transition from Mono to .NET for C# support – Expands Android platform compatibility.
  7. Godot editor in VR – Run the editor directly in VR on Oculus devices for an immersive workflow.

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

Top comments (0)

Retry later
Retry later