View Issue Details

IDProjectCategoryView StatusLast Update
0002377NoesisGUIUnity3Dpublic2022-11-14 14:19
ReporterFeldruebe Assigned Tojsantos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.1.5 
Target Version3.1.6Fixed in Version3.1.6 
Summary0002377: Font Importer cannot be changed
DescriptionSame Behaviour as in 0002262.
Noesis: 3.1.5
Unity Version: Unity 20221.1.3f1
Steps To ReproduceSee: 0002262

https://www.noesisengine.com/forums/viewtopic.php?t=2634
TagsNo tags attached.
PlatformAny

Relationships

duplicate of 0002262 resolvedjsantos Unity default font cannot be used 

Activities

Feldruebe

Feldruebe

2022-07-12 23:47

reporter  

Unity_Ofcs7iDH3C.png (91,599 bytes)   
Unity_Ofcs7iDH3C.png (91,599 bytes)   
jsantos

jsantos

2022-11-14 14:19

manager   ~0008152

Last edited: 2022-11-14 14:19

Fixed with the following patch

Index: NoesisPostprocessor.cs
===================================================================
--- NoesisPostprocessor.cs	(revision 11702)
+++ NoesisPostprocessor.cs	(working copy)
@@ -101,8 +101,8 @@
             else if (IsFont(assetPath))
             {
                 // Noesis uses a custom font importer that replaces Unity's default one
-                if (AssetDatabase.GetImporterOverride(assetPath) == null)
+                if (assetImporter.importSettingsMissing)
                 {
                     AssetDatabase.SetImporterOverride<NoesisFontImporter>(assetPath);
                 }


Issue History

Date Modified Username Field Change
2022-07-12 23:47 Feldruebe New Issue
2022-07-12 23:47 Feldruebe File Added: Unity_Ofcs7iDH3C.png
2022-07-13 11:07 sfernandez Assigned To => jsantos
2022-07-13 11:07 sfernandez Status new => assigned
2022-07-13 11:07 sfernandez Target Version => 3.1.6
2022-07-13 18:25 jsantos Relationship added duplicate of 0002262
2022-07-13 18:26 jsantos Steps to Reproduce Updated
2022-11-07 17:13 sfernandez Target Version 3.1.6 => 3.1.7
2022-11-07 17:16 sfernandez Target Version 3.1.7 => 3.1.6
2022-11-14 14:19 jsantos Status assigned => resolved
2022-11-14 14:19 jsantos Resolution open => fixed
2022-11-14 14:19 jsantos Fixed in Version => 3.1.6
2022-11-14 14:19 jsantos Note Added: 0008152
2022-11-14 14:19 jsantos Note Edited: 0008152