Case is not consistent, but I occasionally meet following font glyph error while compiling project:
[ 00:19:21.906 ]: [Warning] Font
Inconsolata
doesn’t contain character\u6db6
, consider choosing another font.
[ 00:19:21.906 ]: [Warning] FontInconsolata
doesn’t contain character\u1b6d
, consider choosing another font.
[ 00:19:21.906 ]: [Warning] FontInconsolata
doesn’t contain character\u630c
, consider choosing another font.
[ 00:19:21.906 ]: [Warning] FontInconsolata
doesn’t contain character\u5555
, consider choosing another font.
[ 00:19:21.906 ]: [Warning] FontInconsolata
doesn’t contain character\u1555
, consider choosing another font.
[ 00:19:21.906 ]: [Warning] FontInconsolata
doesn’t contain character\uef0d
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u6e76
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u76e7
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\ue44e
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\uffff
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u2725
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\ufd8f
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u8fd8
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u80fd
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u5858
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\ud858
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\uffb5
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\udb0d
, consider choosing another font.
[ 00:19:21.907 ]: [Warning] FontInconsolata
doesn’t contain character\u5455
, consider choosing another font.
As far as I know, I don’t use Inconsolata font inside project nor editor UI.
I can’t see any broken characters both inside game and editor log, so wonder where this warning came from. is there anything I missed to check where the font used?