Releases: SpaceMadness/lunar-unity-plugin
Releases · SpaceMadness/lunar-unity-plugin
SDK v0.0.9b
SDK v0.0.8b
v.0.0.8b - Dec 20, 2016
Fixes
- Package re-organization.
- Added class prefix to avoid conflicts with a global namespace.
- Unity 5+ support only.
SDK v0.0.7b
v.0.0.7 - Mar 6, 2016
Fixes
- Fixed key bindings in the Game View for Unity 5.x.
- Added support for Unity 4.7
SDK v0.0.5b
v.0.0.5 - Jan 24, 2016
Fixes
- Fixed support for Unity 5.2+
SDK v0.0.4b
v.0.0.4 - Jul 27, 2015
Improvements
- Added support for 'playmode' config.
SDK v0.0.3b
v.0.0.3 - Jul 23, 2015
Improvements
- Better and more accurate autocompletion.
- Faster commands execution (generates less garbage).
- Added
unaliasAll
command. - Added prefix support to
unbindAll
command. - Overall code performance.
- Now shoots lasers!
Changes
- Renamed
cvar_restart
toresetAll
. - Renamed
unbindall
tounbindAll
.
Fixes
- Config variables are not properly saved when using
reset
,resetAll
andtoggle
commands. - Bug in binding
-
commands. - Bug in configs reading/writing.
- Bugs reported by users.