void Start() { if (LevelSerializer.IsDeserializing) { return; } if (data == null) { data = AdditionalData.CreateInstance <AdditionalData>(); } }