armory3d / armory

3D Engine with Blender Integration
https://armory3d.org/engine
zlib License
3.08k stars 316 forks source link

Instanced objects do not render in Android builds #1536

Open QuantumCoderQC opened 4 years ago

QuantumCoderQC commented 4 years ago

Description Armory example https://github.com/armory3d/armory_examples/tree/master/instancing does not seem to work with Android-hl builds. The build is successful and the scene renders without the instanced object and its parent. All other non-instanced meshes are rendered.

To Reproduce From the example file https://github.com/armory3d/armory_examples/tree/master/instancing , choose Android-hl (C) as target and build. Build should be successful, and the scene, except the instanced objects, should render on the Android device.

Expected behavior Instanced objects and their parents should be rendered

System Blender: 2.81 Armory: v2020.1 OS: Android 7.0 Graphics card:

Test File (drag & drop the zipped .blend file here)

luboslenco commented 4 years ago

Related: https://github.com/Kode/Kha/issues/1174.