# Bake

Bake the generated dynamic meshes to a static mesh asset.

### Buttons

* **Bake to Static Mesh**: Bake the generated dynamic meshes to a static mesh asset and assign it to the waterfall's static mesh component.

### Properties

* Waterfall Settings
  * **Show Dynamic Meshes in Game**: If this is true, the dynamic meshes will be visible in game, if false the static mesh will be visible in game.
* Bake Settings
  * **Combine Same Materials**: Whether to combine the same materials into one material slot or keep them separate per original mesh.
* Runtime Mesh
  * **Current Runtime Mesh**: The current static mesh assigned to this waterfall's static mesh component.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.shadersource.io/assets-and-plugins/waterfall-tool-2/how-to-use/waterfall-tool-2-editor-mode/advanced-tab/bake.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
