# AddMappings(string, SerializationInfo[], bool)

> Adds mappings for a set of Objects to where they will be serialized out to the build.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Build.Content](/engine/6000.5/script-reference/unityeditor/build/content.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public void AddMappings(string internalFileName, SerializationInfo[] objectIDs, bool overwrite = false)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): **** (\[SerializationInfo\[]]\(/engine/6000.5/script-reference/unityeditor/build/content/serializationinfo)): **** (\[bool]\(https\://learn.microsoft.com/dotnet/api/system.boolean)):&#x20;

### Remarks

Internal use only. See [BuildReferenceMap](/engine/6000.5/script-reference/unityeditor/build/content/buildreferencemap.md).
