-
Notifications
You must be signed in to change notification settings - Fork 207
Separate core from services #530
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good mostly, I thought we already added Common
class though?
Yeah I noticed that too. I merged in the last branch into this one so I could keep working while that was being reviewed. I’ll look through to make sure nothing unexpected is happening here. |
@mamoonraja it looks like Common.cs is in the v3.0.0. Branch already. I’m thinking some end of line differences turned up when I merged the common branch into this branch. |
🎉 This PR is included in version 3.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
To be merged after #529
This pull request separates the core from the services. Since Unity does not have a dependency manager, the Core is added to the SDK as a submodule. This is a better solution than having the user download two different git repos.