mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Working font!
thank you sarbian!
This commit is contained in:
parent
f9d9c228ae
commit
2122b6a0a7
Binary file not shown.
@ -0,0 +1,22 @@
|
||||
ManifestFileVersion: 0
|
||||
CRC: 1685411399
|
||||
Hashes:
|
||||
AssetFileHash:
|
||||
serializedVersion: 2
|
||||
Hash: 90cdcf0dcb130a744f8c2f0141a92dcb
|
||||
TypeTreeHash:
|
||||
serializedVersion: 2
|
||||
Hash: 6e1e43b15993df3da9f9c4822403a365
|
||||
HashAppended: 0
|
||||
ClassTypes:
|
||||
- Class: 21
|
||||
Script: {instanceID: 0}
|
||||
- Class: 28
|
||||
Script: {instanceID: 0}
|
||||
- Class: 48
|
||||
Script: {instanceID: 0}
|
||||
- Class: 114
|
||||
Script: {fileID: 11500000, guid: 74dfce233ddb29b4294c3e23c1d3650d, type: 3}
|
||||
Assets:
|
||||
- Assets/Fonts/Waukegan_LDO_Extended_Bold_SDF.asset
|
||||
Dependencies: []
|
Binary file not shown.
Binary file not shown.
@ -19,9 +19,6 @@ namespace ConformalDecals.Text {
|
||||
Debug.Log($"[ConformalDecals] could not load font asset {urlFile.fullPath}");
|
||||
}
|
||||
else {
|
||||
var loadedFoo = bundle.LoadAllAssets<DecalFont>();
|
||||
Debug.Log(loadedFoo[0].foo1);
|
||||
Debug.Log(loadedFoo[0].foo2);
|
||||
var loadedFonts = bundle.LoadAllAssets<TMP_FontAsset>();
|
||||
foreach (var font in loadedFonts) {
|
||||
Debug.Log($"[ConformalDecals] adding font {font.name}" );
|
||||
|
Loading…
Reference in New Issue
Block a user