# Common Issues

{% hint style="success" %}
Unreal Engine 5 is quite a complex engine with a lot of version and platform specific nuances. \
This page aims to troubleshoot and solve common problems you may encounter.&#x20;
{% endhint %}

{% hint style="warning" %}
This page is getting updates as we gather feedback
{% endhint %}

### Content:

* [Character stopping animation after a few frames](/support/common-issues/character-stops-animation.md)
* [Character is unable to move with the default character controller](/support/common-issues/sample-character-unable-to-move.md)
* [Skeletal Merging plugin nodes corruption](/support/common-issues/skeletal-merging-nodes-corruption.md)


---

# 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.lab3.studio/support/common-issues.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.
