Skip to content

dump command - support GUID #65

Description

@SkowronskiAndrew

Add support to the dump command to print UnityEngine.GUID as a single hex string. The current output is very hard to work with, because it prints each 32 bit value individual.

        sourceAssetGUID (GUID)
          data[0] (unsigned int) 3418958961
          data[1] (unsigned int) 1234290355
          data[2] (unsigned int) 2387373188
          data[3] (unsigned int) 291235581

What we want is something like the yaml output:

sourceAssetGUID: f778ae0076321f44ab2c21fcaac7036e

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions