Font glyphs missing when bundling with bob, show up when bundling with editor

If I bundle from the editor the bullet character shows up.

But not when bundling from bob.jar with a script.

Any idea what the cause could be? I’ve made sure bob.jar is up to date, have deleted build and internal folders.

It appears the bob build is different in size than the editor build. Engine versions are the same…


build() {
	platform=$1
	shift 1
	rm -rf build
	bob --archive clean resolve build --build-report-html "build-report-${platform}.html" --texture-compression true --variant "release"  --platform "${platform}" -e a@a.com -u fake_token --with-symbols
}

Could it be difference between the included jdk11.0.1 with the editor and openjdk 11.0.4 that’s used with bob with a script?

I tested and it made no difference. Even with the same jdk as the editor targeted the file size of the bob bundle is the same.

No, not really. Can you share a small repro case so that we can investigate on Monday?

1 Like

Sent via PM