Thu Jun 06 2024

Dev Log - 0.0.22 Features & Bug Fixes

Features

  • Configure physics directly on all shapes and 3D models in the editor
  • New serialization format for scene data to make it easier to avoid and fix merge conflicts. This is backwards compatible and will handle old projects. However the old clients and editor are not able to handle the new format. Ensure your game is updated to use @holoyg/core 0.0.42 or later and your editor is updated to version 0.0.22 or later.

Fixes

  • Transforms using gizmo will now update the scene data while dragging. You previously had to cancel the transform or switch between transfrom type for the changes to persist.
  • Fix the position of the transform gizmo when transforming multiple objects nested inside a group object.
  • Fixed bloom post-processing layer not being cleared when removing all objects with bloom.


**If the update is not automatically installed, you can download the latest version from https://hology.app/download

Update your game with the following command

npm install '@hology/core@^0.0.42' '@hology/react@^0.0.8'