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:
@ -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}" );
|
||||
|
Reference in New Issue
Block a user