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 | |
| 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
| m--------- | DiligentCore | 0 | ||||
| m--------- | DiligentSamples | 0 | ||||
| -rw-r--r-- | unityplugin/Android/GhostCubeScene/build.gradle | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/DiligentCore b/DiligentCore -Subproject fc98559fb67baa9f9d42ffe93bb6713c0a272d0 +Subproject 8fd53834ffec89746b3819e9dcf165c4f157b5c diff --git a/DiligentSamples b/DiligentSamples -Subproject 0fa8320afae249c3784f17dd453ca8d57038577 +Subproject 9b7e539332d0c7e81d54eaa471d2098153b00af 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'] } } } |
