Releases: tobiasbu/rhythmos
Releases · tobiasbu/rhythmos
RhythmosEngine v1.3
🚨 BREAKING CHANGES
RhythmosDatabase class
-
Add deprecation notices in RhythmosDatabase to:
NoteLayoutCount
was renamed toAudioReferencesCount
GetRhythmList
andGetNoteLayoutList
was replaced toRhythms
andAudioReferences
propertiesClearNoteLayoutList
,ClearRhythmList
,RemoveNoteLayout
,AddNoteLayout
id deprecated.
-
LoadRhythmosDatabase
is deprecated. To loadRhythmosDatabase
you need to callRhythmosDatabase.Load
static method;
Other changes of RhythmosEngine
-
NoteLayout
class:NoteLayout
class is deprecated. UseAudioReference
instead;Name
property was removed; UseAudioReference.Clip.name
instead;
-
Rhythm
class:NoteCount
property was renamed toCount
Features
- Recreated documentation and hosted in GItHub pages. It can be access here
- Create Sample Unity project
- Refactor entire code of RhythmosEditor:
- Refactor Rhythm, AudioClips and Settings pages
- Make UI components to fit Unity UI styles
- Added support for Unity Editor dark skin
- Recreated rhythm track editor
- Added search bar for find
AudioReferences
easily - Added support to drag & drop
AudioClip
directly into AudioClips pages - Added preview play button for AudioReferences
- Improve UndoRedo system
Changes and Fixes
- Add missing code documentation for
Note
- Fix serialization issues
RhythmosEngine v1.1
Changes
- Updated to Unity 4.6.0f version.
- Few changes for compatibility in Unity 5 and higher versions.
- Change the .NET framework to 3.5 version.
BPM
now is float type