diff options
| author | Egor <egor.yusov@gmail.com> | 2017-12-29 04:37:22 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2017-12-29 04:37:22 +0000 |
| commit | 3696804b129d6822bcecfac8eb11e2793f736a11 (patch) | |
| tree | 4acbbe29d5a537e725a58bc74c9205a140a199c9 /unityplugin/Android | |
| parent | Reworked File2Include to use standard io functions (diff) | |
| download | DiligentEngine-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.gradle | 2 |
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'] } } } |
