add comment

This commit is contained in:
vis2k 2021-03-09 15:50:22 +08:00
parent c47a6b0085
commit b0ccb28f18

View File

@ -476,6 +476,7 @@ void SetupIDs()
AssignAssetID(path); AssignAssetID(path);
} }
} }
// is this a scene object with prefab parent?
else if (Utils.IsSceneObjectWithPrefabParent(gameObject, out GameObject prefab)) else if (Utils.IsSceneObjectWithPrefabParent(gameObject, out GameObject prefab))
{ {
AssignSceneID(); AssignSceneID();