Developer postOriginal post (opens in a new tab)

v0.2 Alpha 59

Plugin Changes

  • Plugin script projects now automatically include a reference to Newtonsoft.Json.
  • Implemented an obsolete symbol substitution system, to keep old scripts functioning as the API changes.
  • Added the basics of a way to display custom controls on a wand's track pad.
  • Added a "wrap" boolean json property to Text controls.
  • Added Component.OnLateUpdate() virtual method.
  • Added more customizability to ToolTip.

Bug Fixes

  • Changes to the world are now displayed on the same frame as blocks are added / removed.
  • Fixed odd behaviour with snapped menu panels.
  • Fixed possible NullReferenceException when fetching block types in chunk generators.
  • Fixed controllers not appearing if a custom model is used with invalid indices.
  • Fixed some control types still being rendered when disabled.
  • Raycasts against AABBPhysics will detect a hit if the ray starts inside the bounds of the object.