Skip to content

Fix build APPX packages on version 2021.X.X and higher #520

Open
aleksandr-dorofeev wants to merge 4 commits intodevelopfrom
v-adorofeev/fix-build-on-new-versions
Open

Fix build APPX packages on version 2021.X.X and higher #520
aleksandr-dorofeev wants to merge 4 commits intodevelopfrom
v-adorofeev/fix-build-on-new-versions

Conversation

@aleksandr-dorofeev
Copy link
Contributor

Things to consider before you submit the PR:

  • Has CHANGELOG.md been updated?
  • Are the files formatted correctly?
  • Did you test your change with either the sample apps that are included in the repository or with a blank app that uses your change?

Description

Added compiler condition for Windows.h, #undef GetCurrentDirectory and logging method.

Related PRs or issues

AB#91924
#513

throw new Exception("Unexpected content of Debugger.cpp");
}

#if UNITY_VERSION < UNITY_2021
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to provide fix for new versions or do not call this method at all

@aleksandr-dorofeev aleksandr-dorofeev requested a review from a team as a code owner September 8, 2022 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants