Skip to content

Releases: GodotVR/godot-xr-tools

Godot XR Tools 4.3.1

22 Dec 00:21
da96c6b
Compare
Choose a tag to compare

This is a maintenance release with the following fixes:

  • Fix saving project when using plugin-tools to set physics layers or enable OpenXR
  • Fix updating the editor-preview hand-pose
  • Fix jumping on slopes
  • Fix material warnings by converting binary .material files to .tres files
  • Fix staging to use threaded loading while starting the fade
  • Fix broken world-grab script

Godot XR Tools 4.3.0

28 Nov 02:31
c5c7433
Compare
Choose a tag to compare

In this release:

  • Upgraded project to Godot 4.1 as the new minimum version.
  • Added reporting of stage load errors.
  • Blend player height changes and prevent the player from standing up under a low ceiling.
  • minor-breakage Added support for swapping held items between hands.
  • Added jog-in-place movement provider.
  • Added support for grappling on GridMap instances
  • breakage Added support for two-handed grabbing.
  • Added support for snapping hands to grab-points.
  • Added support for world-grab movement.
  • Fixed editor errors when using hand physics bones.
  • Added support for climbable grab-points.
  • Added control of keyboard or gamepad inputs to Viewport2Din3D instances.

Godot XR Tools 4.2.1

23 Sep 03:23
05ac527
Compare
Choose a tag to compare
  • Fixed snap-zones showing highlight when disabled.
  • Fixed pickup leaving target highlighted after picking up.
  • Fixed collision hands getting stuck too far from the real hands.

Godot XR Tools 4.2.0

22 Aug 00:31
75178ba
Compare
Choose a tag to compare

Changes in this release:

  • Environments can now be set normally in scenes loaded through the staging system.
  • Fixed issue with not being able to push rigid bodies when colliding with them.
  • Fixed player movement on slopes.
  • Fixed lag in finger-poke.
  • Added initial collision hand support.
  • Added support for custom materials for 2D in 3D viewport
  • Updated pointer to support visibility properties and events
  • Modified virtual keyboard to expose viewport controls and default to unshaded
  • Cleaned up teleport and added more properties for customization
  • Modified pickup highlighting to support pickables in snap-zones
  • Added "UI Objects" layer 23 for viewports to support interaction by pointer and poking
  • Fixed player scaling issues with crouching and poke
  • minor-breakage Added support for passing user data between staged scenes with default handling for spawn-points
  • Moved teleport logic to player and added teleport area node
  • Change pointer event dispatching
  • Added multi-touch on 2D in 3D viewports and virtual-keyboard
  • Added option to disable laser-pointers when close to specific bodies/areas

Godot XR Tools 4.1.0

22 Apr 15:53
Compare
Choose a tag to compare

Changes in this release:

  • Enhanced grappling to support collision and target layers
  • Added Godot Editor XR Tools menu for layers and openxr configuration
  • Improved gliding to support roll-turning while flapping

For a full list of small fixes:
https://github.com/GodotVR/godot-xr-tools/milestone/15?closed=1

Godot XR Tools 3.5.0

22 Apr 15:49
Compare
Choose a tag to compare

Changes in this release:

  • Enhanced grappling to support collision and target layers
  • Added Godot Editor XR Tools menu for layers
  • Improved gliding to support roll-turning while flapping

Godot XR Tools 4.0.0

04 Mar 13:54
aaf97e0
Compare
Choose a tag to compare

And it's finally here, the first official release of Godot XR Tools for Godot 4.0

This release is feature matching with Godot XR Tools 3.4.0 for Godot 3.5

Godot XR Tools 3.4.0

04 Mar 11:25
Compare
Choose a tag to compare
  • Fixed footstep resource leak and added jump sounds and footstep signal
  • Added grab-point switching to pickable objects
  • Added return-to-snap-zone feature

Godot XR Tools 4.0.0 Beta 2

22 Feb 08:21
42bb2d8
Compare
Choose a tag to compare
Pre-release

This is beta 2 of the Godot 4.0 port of XR Tools and has the same enhancements as went into Godot XR Tools 3.3.0

Godot XR Tools 3.3.0

22 Feb 08:15
Compare
Choose a tag to compare
  • Added reset-scene and scene-control functions to scene-base
  • Fixed snap-zones stealing objects picked out of other near-by snap-zones
  • Improved player body so it can be used to child objects to
  • Updated scene/script default physics layers to match recommendations on website