Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


serializedData

String summarizing the content of the serialized data of the missing object. (Read Only)
Read time 1 minuteLast updated 5 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public string serializedData { get; }

Remarks

For text format assets this is a string in UnityYAML format.
For binary format it describe the data using the same format as the binary2text tool.