Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

GDK for Unity FPS Starter Project Alpha Release 0.1.2

Choose a tag to compare

@jamiebrynes7 jamiebrynes7 released this 02 Nov 16:07
· 164 commits to master since this release
f3f4756

Changed

  • Updated to GDK for Unity version 0.1.2.

Fixed

  • Fixed an issue where newer versions of Unity would fail to open the project with errors like: ParticleSystem not found.

Removed

  • Removed GroundChecker and replaced with a cheaper ground checking functionality in the base CharacterControllerMotor class.
  • Removed unused code and resources related to the "desert" in map generation.