Skip to content

Releases: Dreaming381/lsss-wip

v0.4.5

20 Mar 22:49
Compare
Choose a tag to compare

This is an update for Unity 2020.3.30f1 LTS and DOTS 0.50.

The code leverages new features, especially ISystem, but the game itself remains functionally equivalent to the previous release.

v0.4.0

08 Aug 19:43
Compare
Choose a tag to compare

Nothing was really changed in this release for the actual game.

No new gameplay features or content was added. Only the internals were updated for a better experience. These include:

  • Improved audio, especially on missions with more chaotic audio
  • Improved random number job scheduling (likely not measurable)
  • Improved scene initialization logic reducing thread synchronization (slightly faster mission loading)

v0.3.1

08 Mar 02:46
Compare
Choose a tag to compare
Patch fixes for scenes and cursor

Some of the stress test missions had invalid scene references. Also n + 0 broke the mouse cursor. Lastly, a bugfix made in the framework after the push of LSSS for looped audio is now in LSSS again.

CSoundUnity has been removed since it wasn't used and has problems building for Linux.

v0.3.0

04 Mar 07:57
Compare
Choose a tag to compare

New factions, new missions, new graphics settings, and fully procedural sounds

v0.2.0

14 Sep 04:19
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

First public release. Try it out and have fun modifying it.