We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b633b commit 6327112Copy full SHA for 6327112
build.gradle
@@ -92,8 +92,8 @@ project.ext {
92
pluginBuildSrc = file("${buildPath}/PluginSrc/Assets/GooglePlayGames").absolutePath
93
manifestBuildSrc = file("${buildPath}/PluginSrc/Assets/Plugins").absolutePath
94
pluginProj = file("${buildPath}/PluginProject").absolutePath
95
- samplesPath = file('Assets/Public/GooglePlayGames/com.google.play.games/Samples').absolutePath
96
- protectedSamplesPath = file('Assets/Protected/GooglePlayGames/com.google.play.games/Samples').absolutePath
+ samplesPath = file('Samples').absolutePath
+ protectedSamplesPath = file('Samples').absolutePath
97
samplesBuildSrc = file("${buildPath}/sampleSrc").absolutePath
98
exportPath = file("${buildPath}/plugin.unitypackage").absolutePath
99
currentPluginBasename = 'GooglePlayGamesPlugin'
0 commit comments