> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject.md).

# YarnProject

Class in [Yarn.Unity](/2.2/api/csharp/yarn.unity.md)

Inherits from `ScriptableObject`

## Summary

```csharp
public class YarnProject : ScriptableObject
```

## Fields

| Name                                                                                                                                 | Description                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [baseLocalization](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.baselocalization.md)                     |                                                                                                                                                                                                                  |
| [compiledYarnProgram](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.compiledyarnprogram.md)               |                                                                                                                                                                                                                  |
| [lineMetadata](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.linemetadata.md)                             |                                                                                                                                                                                                                  |
| [localizations](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.localizations.md)                           |                                                                                                                                                                                                                  |
| [searchAssembliesForActions](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.searchassembliesforactions.md) | The names of assemblies that `Yarn.Unity.ActionManager` should look for commands and functions in when this project is loaded into a [DialogueRunner](/2.2/api/csharp/yarn.unity/yarn.unity.dialoguerunner.md) . |

## Methods

| Name                                                                                                                   | Description                                   |
| ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [GetLocalization(string)](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.getlocalization.md) |                                               |
| [GetProgram()](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.getprogram.md)                 | Gets the Yarn Program stored in this project. |

## Properties

| Name                                                                                           | Description                                   |
| ---------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Program](/2.2/api/csharp/yarn.unity/yarn.unity.yarnproject/yarn.unity.yarnproject.program.md) | Gets the Yarn Program stored in this project. |
