summaryrefslogtreecommitdiffstats
path: root/unityplugin/Android
diff options
context:
space:
mode:
authorEgor <egor.yusov@gmail.com>2017-12-29 04:37:22 +0000
committerEgor <egor.yusov@gmail.com>2017-12-29 04:37:22 +0000
commit3696804b129d6822bcecfac8eb11e2793f736a11 (patch)
tree4acbbe29d5a537e725a58bc74c9205a140a199c9 /unityplugin/Android
parentReworked File2Include to use standard io functions (diff)
downloadDiligentEngine-3696804b129d6822bcecfac8eb11e2793f736a11.tar.gz
DiligentEngine-3696804b129d6822bcecfac8eb11e2793f736a11.zip
Implemented File2String on Linux; fixed Android assets paths
Diffstat (limited to 'unityplugin/Android')
-rw-r--r--unityplugin/Android/GhostCubeScene/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/unityplugin/Android/GhostCubeScene/build.gradle b/unityplugin/Android/GhostCubeScene/build.gradle
index 7d531c1..26d54c3 100644
--- a/unityplugin/Android/GhostCubeScene/build.gradle
+++ b/unityplugin/Android/GhostCubeScene/build.gradle
@@ -32,7 +32,7 @@ android {
sourceSets {
main {
java.srcDirs = ['../Common/Java']
- assets.srcDirs = ['../../GhostCubeScene/build/assets']
+ assets.srcDirs = ['../../GhostCubeScene/assets']
}
}
}