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

Modularize Unity Support for Version-Specific Functionality #20

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

teogor
Copy link
Owner

@teogor teogor commented Feb 24, 2024

Modularize Drifter Unity Support for Version-Specific Functionality

This pull request introduces a significant modularization effort for the Drifter Unity core module. Previously, a single module supported all Unity versions. Now, we transition to a more flexible and efficient structure:

Changes:

  • Version-Specific Modules: Created separate modules within the unity directory, named based on Unity versions (e.g., v2022.3.7f1).
  • Base Module: Established a common base module for shared functionalities across all Unity versions.
  • Dependency Management: Updated dependencies and build configurations to utilize the appropriate version-specific modules.
  • Improved Maintainability: Modularization enhances code organization, clarity, and future updates.

Benefits:

  • Supports multiple Unity versions: Enables seamless integration with various Unity environments.
  • Reduced bloat: Each module contains only relevant code for its specific version, minimizing overall size.
  • Simplified updates: Changes and improvements can be targeted to specific Unity versions as needed.
  • Enhanced flexibility: Allows for future expansion and support for additional Unity versions.

@teogor teogor added @priority-high @feature New feature or request labels Feb 24, 2024
@teogor teogor added this to the 1.0.0-alpha02 milestone Feb 24, 2024
@teogor teogor self-assigned this Feb 24, 2024
@teogor teogor merged commit b5d3fc8 into main Feb 24, 2024
4 checks passed
@zeobot zeobot bot deleted the feature/unity-modularization branch February 24, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@feature New feature or request @priority-high
Projects
Development

Successfully merging this pull request may close these issues.

1 participant