-
Notifications
You must be signed in to change notification settings - Fork 112
Remove qr code preprocessor directive #309
Remove qr code preprocessor directive #309
Conversation
| assetBundleVariant: | ||
| script: {fileID: 11500000, guid: 0e4dca1acba66fd478b3854f09a32ec7, type: 3} | ||
| buildEngine: 0 | ||
| profiles: [] |
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.
Should these new meta files exist? Seems like something that might be missing from the .gitignore since I don't see the corresponding files, just the meta files.
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.
I'm not sure what the call is on this. I'll ask andrei today.
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.
we want to include these files, there may be something wrong if we aren't including csprojs .I will follow up in a different review.
matthejo
left a comment
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.
![]()
…m/chrisfromwork/MixedReality-SpectatorView into removeQRCodePreprocessorDirective
…ectatorView into removeQRCodePreprocessorDirective
Please view #308 before this pull request.
This review includes the following changes:
Note: this change requires the following change in the MSBuildForUnity repo: microsoft/MSBuildForUnity#94
Breaking Change Details
Notes:
With this change, folks no longer have to set a preprocessor directive include the QR Code Plugin binary. This means that codes will always need the QR Code Plugin dll for things to compile. Therefore, we are now distributing the QR Code Plugin with the main spectator view codebase and folks will need to delete any MixedReality-QRCodePlugin symbolic links from existing projects.
Migration Instructions: