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

Commit 54b1546

Browse files
authored
Add Changelog (#57)
Added changelog and backfilled with previous release notes and merged PRs since.
1 parent a296651 commit 54b1546

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
### Fixed
6+
7+
- Fixed an issue where newer versions of Unity would fail to open the project with errors like: `ParticleSystem` not found.
8+
9+
### Removed
10+
11+
- Removed `GroundChecker` and replaced with a cheaper ground checking functionality in the base `CharacterControllerMotor` class.
12+
- Removed unused code and resources related to the "desert" in map generation.
13+
14+
## `0.1.1` - 2018-10-19
15+
16+
### Added
17+
18+
- Added external worker configurations for MacOS for all server workers in the project.
19+
20+
### Changed
21+
22+
- Updated to GDK for Unity version `0.1.1`.
23+
- Improved Simulated Players; they fall off the navmesh less often.
24+
25+
### Fixed
26+
27+
- Fixed a bug that caused spawn points to be in the air, walls, or floor.
28+
- Fixed a cross-worker spawning issue that resulted in players not being able to move and float in the air.
29+
30+
## `0.1.0` - 2018-10-10
31+
32+
The initial alpha release of the SpatialOS GDK for Unity FPS Starter Project.

0 commit comments

Comments
 (0)