public override void Trace(Action <AssetPtr> action)
 {
     // So, we have AssetPtrs, however, we don't want to delete any of the pointers for Gameobject/Script
     // We DO want to delete/call trace on all pointers that are in data.
     data.Trace(action);
 }