# AssetEntry

> Creates an empty entry.

## Definition

* **Type:** Constructor
* **Namespace:** [Unity.Localization](/engine/6000.7/script-reference/unity/localization.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

## AssetEntry()

Creates an empty entry.

```csharp
public AssetEntry()
```

## AssetEntry(long)

Creates an entry for a key id.

```csharp
public AssetEntry(long keyId)
```

### Parameters

**** (\[long]\(https\://learn.microsoft.com/dotnet/api/system.int64)): The stable key id.
