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

fix: fix abnormal mesh bounds error #290

Merged
merged 1 commit into from
Jan 24, 2024
Merged

Conversation

wmltogether
Copy link
Contributor

#213
Avoid abnormal mesh bounds AABB errors when shape module is enabled.

@mob-sakai
Copy link
Owner

Thank you for your PR!
I will modify some of your commits.

@mob-sakai
Copy link
Owner

mob-sakai commented Jan 24, 2024

  1. The new BakeAPI is available in the following versions:
#if UNITY_2022_3_0 || UNITY_2022_3_1 || UNITY_2022_3_2 || UNITY_2022_3_3 || UNITY_2022_3_4 || UNITY_2022_3_5 || UNITY_2022_3_6 || UNITY_2022_3_7 || UNITY_2022_3_8 || UNITY_2022_3_9 || UNITY_2022_3_10
#elif UNITY_2023_1_0 || UNITY_2023_1_1 || UNITY_2023_1_2 || UNITY_2023_1_3 || UNITY_2023_1_4 || UNITY_2023_1_5 || UNITY_2023_1_6 || UNITY_2023_1_7 || UNITY_2023_1_8 || UNITY_2023_1_9
#elif UNITY_2023_1_10 || UNITY_2023_1_11 || UNITY_2023_1_12 || UNITY_2023_1_13 || UNITY_2023_1_14 || UNITY_2023_1_15 || UNITY_2023_1_16
#elif UNITY_2022_3_OR_NEWER
#define PS_BAKE_API_V2
#endif
  1. I just modified the project structure of develop branch; the PR will be merged into develop.
  2. Add close #213 to the commit message.

@mob-sakai mob-sakai changed the base branch from main to develop January 24, 2024 07:18
@mob-sakai mob-sakai merged commit 772bf50 into mob-sakai:develop Jan 24, 2024
1 of 45 checks passed
Copy link

🎉 This PR is included in version 4.6.0-preview.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 4.6.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants