Thu Jul 11 2024

Dev Log - 0.0.23 Features & Bug Fixes

Features

AI navigation has been added as an experimental feature. This includes automatically generating a nav mesh in your scene with runtime recalculations and an API for finding the shortest path between two points. See docs (https://docs.hology.app/gameplay/navigation)

Fixes

  • Improved performance by utilizing GPU instancing in more scenarios, including particle systems using 3D mesh particles.
  • Upgrade the rendering library three.js to version 0.166.0
  • Various other smaller bugs related to the transform tool and outliner.

To update an existing project, run the following command in your project's folder.

npm install '@hology/core@^0.0.45' '@hology/react@^0.0.11' @types/three@0.166.0 three@0.166.0 @babel/runtime