Skip to content

Commit

Permalink
Fix versioning, add Stress test sample, remove Editor folder (#8)
Browse files Browse the repository at this point in the history
* Rename package to DMotion

* Update Samples

* Delete editor code

* Add editor data

* Fix versioning

* Update Samples
  • Loading branch information
gabrieldechichi authored Jul 26, 2022
1 parent c12b37d commit 3b13aca
Show file tree
Hide file tree
Showing 249 changed files with 3,719 additions and 1,344 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [0.5.3-preview-1] – 2022-7-21
## [0.2.0] – 2022-7-24

This marks the first version ready for public use and with somewhat stable API.

### Added

- State Machines can now be built with Scriptable Objects
- Custom Animation clip and evens editor with preview objects
- Root Motion Modes
- Disabled: No root motion
- Enabled Automatic: Root motion is automatically applied to the root object
Expand All @@ -27,7 +26,7 @@ This marks the first version ready for public use and with somewhat stable API.
- AnimationEvents implementation now use DynamicBuffers
- API cleanup pass (implementation details made internal)

## [0.0.1] – 2022-6-25
## [0.1.0] – 2022-6-25

Very first version for community feedback

Expand Down
3 changes: 0 additions & 3 deletions Editor/CustomEditors.meta

This file was deleted.

68 changes: 0 additions & 68 deletions Editor/CustomEditors/AnimationClipAssetEditor.cs

This file was deleted.

58 changes: 0 additions & 58 deletions Editor/CustomEditors/AnimationEventNamePropertyDrawer.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Editor/CustomEditors/AnimationEventNamePropertyDrawer.cs.meta

This file was deleted.

Loading

0 comments on commit 3b13aca

Please sign in to comment.