Merge pull request #483 from sjfricke/missing-assets

fixed android asset gradles
This commit is contained in:
Sascha Willems 2018-05-12 08:34:56 +02:00 committed by GitHub
commit d52f5991ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

View file

@ -69,7 +69,7 @@ task copyTask << {
copy {
from '../../../data/models'
into 'assets/models'
include 'torusknot.objdae'
include 'torusknot.obj'
}
copy {

View file

@ -75,7 +75,7 @@ task copyTask << {
copy {
from '../../../data/models'
into 'assets/models'
include 'torusknot.objdae'
include 'torusknot.obj'
}
copy {

View file

@ -78,6 +78,12 @@ task copyTask << {
include 'cube.obj'
}
copy {
from '../../../data/models'
into 'assets/models'
include 'venus.fbx'
}
copy {
from '../../../data/textures'
into 'assets/textures'