ArchCodeEmbodyRomance
Results
2
comments of
ArchCodeEmbodyRomance
建议将GetSize方法中的方法由 // float size = includeSpacing ? contentSpacing : 0; 修改为 float size = contentSpacing; if (!includeSpacing) size = 0;
After testing ,when a asset is both referenced by other asset and configured ,the issue will occur