Fix parallaxmapping asset missing on Android (#1085)
[Why] Asset name plane.gltf is not corrected in gradle copyTask on Android. [How] Correct the sample parallaxmapping's asset name plane.gltf in build.gradle.
This commit is contained in:
parent
b20bca6201
commit
88824b7c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ task copyTask {
|
||||||
copy {
|
copy {
|
||||||
from rootProject.ext.assetPath + 'models'
|
from rootProject.ext.assetPath + 'models'
|
||||||
into 'assets/models'
|
into 'assets/models'
|
||||||
include 'planecd.gltf'
|
include 'plane.gltf'
|
||||||
}
|
}
|
||||||
|
|
||||||
copy {
|
copy {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue