# Anything World for Unreal v1.1.0.0EA

## Changelog

### \[1.1.0.0EA] - 2023-08-24

#### Added

* Ability to package the plugin with a project's executable.
* Added vehicle loading, which constructs Blueprints for their components. Cars now have rotational wheel animation.
* Added standard behaviours (replacing temporary ones) using behaviour trees that are applied by default to models spawned via the AW Browser. This update includes random movement behaviours aware of collisions for walking creatures, flying creatures and driving vehicles, as well as target-following behaviours and spline-following behaviours (allowing to either generate a spline dynamically or to follow a pre-made one) for all those categories.
* Made character classes, animation blueprints and their state machines (with blending) more standard and easy to customize.
* Added UI views that we had in the Unity package but not yet in Unreal: "My World" view (where users can find their liked models and manage their model collections) and "Make Options" panel (with all the functionality that allows to customize how models are spawned into the map from the AW browser, including grid positioning setup, attachment, collision and physics options, etc.).
* Multiple optimizations, such as in the loading of model buttons when the user performs a search in the AW browser.
* Ensured compatibility with Unreal Engine 5.0, 5.1 and 5.2.
* Added Mac support for the plugin (the previous version was only released for Windows).

#### Fixed

* Fixed several bugs, including some related to UI windows, animation loading and model browser button URLs expiring after some time.

Download v1.1.0.0EA in our [website](https://app.anything.world/profile).


---

# 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://anything-world.gitbook.io/anything-world/unreal/unreal-release-notes/anything-world-for-unreal-v1.1.0.0ea.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.
