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

Releases: RocketDragon/UnityCheckpoints

v1.1.1: LTS update & Respawnable active patch

02 Mar 12:07

Choose a tag to compare

  • Update to LTS minor on 2019.4.17f1
  • Only allow interactions on Respawnable if enabled.

v1.1.0: Debug Transmat

10 Jan 23:15

Choose a tag to compare

Additions

  • 5826949 DebugTeleporter class
    • Takes a destination transform and uses the Respawnable component to update the position.

Fixes

  • 94a2474 Updated code consistency.

v1.0.0: Initial Unity Package (2019.4.1f1)

27 Nov 00:33

Choose a tag to compare

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.