public object Read(object value, ProtoReader source) { UnityEngine.Object data = ProtoReader.ReadUnityObject(source); return(data); }