View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002377 | NoesisGUI | Unity3D | public | 2022-07-12 23:47 | 2022-11-14 14:19 |
Reporter | Feldruebe | Assigned To | jsantos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.1.5 | ||||
Target Version | 3.1.6 | Fixed in Version | 3.1.6 | ||
Summary | 0002377: Font Importer cannot be changed | ||||
Description | Same Behaviour as in 0002262. Noesis: 3.1.5 Unity Version: Unity 20221.1.3f1 | ||||
Steps To Reproduce | See: 0002262 https://www.noesisengine.com/forums/viewtopic.php?t=2634 | ||||
Tags | No tags attached. | ||||
Platform | Any | ||||
|
|
Fixed with the following patchIndex: 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); } |
|
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 |