Version: 2023.2
언어: 한국어

EditorSettings.serializeInlineMappingsOnOneLine

매뉴얼로 전환
public static bool serializeInlineMappingsOnOneLine ;

설명

Forces Unity to write references and similar YAML structures on one line, which reduces version control noise.

When Unity reaches a line length of 80 characters it attempts to split the YAML data over multiple lines. To avoid unwanted version control changes, this setting forces Unity to ignore the 80 character check. Note: The Project Setting menu refers to this setting as **Reduce version control noise**.

Without setting
m_MySerializedAssetReference: {fileID: 10304, guid: a2eb3ee376dd24a4f9221a30765d895b,
type: 3}

With setting
m_MySerializedAssetReference: {fileID: 10304, guid: a2eb3ee376dd24a4f9221a30765d895b, type: 3}

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961