microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

Fixed issue where debug folder added to build, and thus failing cert on GDK PC builds #104

Open AllenOliver opened 1 year ago

AllenOliver commented 1 year ago

The build script searched for the string: "Package_BackUpThisFolder_ButDontShipItWithYourGame" to ignore, but this folder was never found due to the project name replacing 'Package'. The script now just searches for: "BackUpThisFolder_ButDontShipItWithYourGame". This produced a successful validation.

LotteMakesStuff commented 1 year ago

just had to root cause and fix this in my own project - would be great if you could merge this in to a new release!