github-actions
released this
19 Jan 01:50
·
5 commits
to main
since this release
Release notes for 1.0.0.0-preview.50
Breaking changes:
- The Bullet physics logic was moved to a new NuGet package
Stride.CommunityToolkit.Bullet
. Make sure you add this package to your project and reference it in your codeusing Stride.CommunityToolkit.Bullet;
- DebugShapes logic also moved to a new package
Stride.CommunityToolkit.DebugShapes
- Contributing section added
- Linux note added
Read the updated docs https://stride3d.github.io/stride-community-toolkit/index.html.
What's Changed
💥 Breaking Changes
- refactor: Major updates and breaking changes by @VaclavElias in #191
🔧 Engineering
- refactor!: Moved project into new package structure by @Doprez in #193
- chore: Refactoring, consistency updates, docs updates. by @VaclavElias in #194
🔁 Build & Deploy
- ci-cd: DebugShapes project added by @VaclavElias in #195
Full Changelog: v1.0.0.0-preview.49...1.0.0.0-preview.50