Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

v1.0.0: Initial Unity Package (2019.4.1f1)

Choose a tag to compare

@sudojunior sudojunior released this 27 Nov 00:33
· 4 commits to main since this release

This release includes the basis for use within a 3D world space.

Added (under TinkerStorm.Checkpoints namespace):

  • Checkpoint - able to update a position and rotation for a Respawnable
  • Respawnable - able to reset an object when it collides with a WorldBorder
  • WorldBorder - provides the means to constrain the world and directly interacts with Respawnable

Currently only supports Unity LTS 2019.4.1f1, will look into supporting later versions of Unity over Christmas.