blazium-engine / blazium

Blazium Engine – Multi-platform 2D and 3D game engine
https://blazium.app/
MIT License
231 stars 21 forks source link

Android Build Failing #78

Closed Starkium closed 2 weeks ago

Starkium commented 1 month ago

Tested versions

Blazium-dev [4.3]

System information

Win 10

Issue description

When exporting an Android project with debug symbols marked true, packaging can't find the Mipmap version of the editor Icons When exporting an Android project without debug symbols, packaging fails to find the keystore.

I'm using custom java path in the editor settings section.

Steps to reproduce

Grab a copy of the android export templates from latest release, try to package for android.

Minimal reproduction project (MRP)

N/A

Starkium commented 3 weeks ago

when we tested this last, it seems there was no default supplied option for these images and it expected you to supply your own. We added some back up paths for this so that something should be supplied by default if you didn't supply anything yourself. Need to follow up on this.