Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Unity 6 Compatibility #3820

Merged
merged 48 commits into from
Sep 20, 2024
Merged

feat: Unity 6 Compatibility #3820

merged 48 commits into from
Sep 20, 2024

Conversation

MrGadget1024
Copy link
Collaborator

@MrGadget1024 MrGadget1024 commented May 4, 2024

Updates for Unity 6 with backwards compatibility.

Unity 6 Preview auto-applies the following changes:
- velocity -> linearVelocity
- drag -> linearDamping
- angularDrag -> angularDamping
@MrGadget1024 MrGadget1024 added the work in progress Need more time to decide. Nothing to do here for now. label May 4, 2024
@MrGadget1024 MrGadget1024 changed the title fix(Rigidbody): Unity 6 Updates Unity 6 Updates Aug 10, 2024
@MrGadget1024 MrGadget1024 changed the title Unity 6 Updates feat: Unity 6 Compatibility Sep 19, 2024
@MrGadget1024 MrGadget1024 marked this pull request as ready for review September 19, 2024 19:37
@MrGadget1024 MrGadget1024 added enhancement New feature or request Awaiting Review and removed work in progress Need more time to decide. Nothing to do here for now. labels Sep 19, 2024
@MrGadget1024
Copy link
Collaborator Author

@miwarnec Use the PR Title when you Squash and Merge for Semantic release

@miwarnec miwarnec merged commit 8e905d7 into master Sep 20, 2024
9 checks passed
@miwarnec miwarnec deleted the Unity6-Updates branch September 20, 2024 11:00
MrGadget1024 added a commit that referenced this pull request Sep 21, 2024
* fix(Rigidbody): Unity 6 Updates
Unity 6 Preview auto-applies the following changes:
- velocity -> linearVelocity
- drag -> linearDamping
- angularDrag -> angularDamping

* Added Rigidbody Extensions for backwards compatibility

* Revert "Added Rigidbody Extensions for backwards compatibility"

This reverts commit 4f699be.

* Backwards Compatibility

* Backwards Compatibility

* velocity -> linearVelocity

* Backwards compatibility

* fix(NetworkRigidbody2D) isKinematic -> bodyType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Review enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants