-
Notifications
You must be signed in to change notification settings - Fork 13
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
1.3.1 - Added version checking & migration setup call #26
Conversation
JordoVR
commented
Feb 22, 2024
- Commented out build target window as it's unreliable
Commented out build target window
CLA Assistant Lite bot: I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request |
public void OnSceneOpened() | ||
{ | ||
buildInfo.NewBuildTarget = EditorUserBuildSettings.activeBuildTarget; | ||
/*buildInfo.NewBuildTarget = EditorUserBuildSettings.activeBuildTarget; |
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.
Are you keeping this commented-out code to fix and add back in later? If so, I'd prefer to make a Linear task capturing the work to do and moving the WIP code there.
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.
It's already existing code for a feature I added in 1.2.0 but that had issues properly working (see #13), so for this release I'd like to comment it out (which I had planned to do before but hadn't made a release for it).
I'll make a task.
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.
Requested a small change to commented-out code, otherwise looks alright.