diff --git a/Changelog.md b/Changelog.md index b308ad4b5..7a6e4bf92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +# 3.2.0 +New Features: +1. Reorganize package structures. Put core package as reference. +2. Updated animation and character assets. + # 3.1.0 New Features: 1. Procedually loading packages for avoiding import errors. diff --git a/README.md b/README.md index a931998b7..d10b2d8f9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# Inworld AI Unity SDK +# Inworld AI Unity Full SDK -The **Inworld AI Unity SDK** is a powerful cross-platform virtual character integration plugin for Unity. It enables Developers to integrate Inworld.ai characteres into Unity Engine. +The **Inworld AI Unity Full SDK** is a powerful cross-platform virtual character integration plugin for Unity. It enables Developers to integrate Inworld.ai characteres into Unity Engine. -Please visit our [Unity Documentation](https://docs.inworld.ai/docs/tutorial-integrations/Unity/) page for more details. +It includes the editor integration, Inworld avatar assets, animations, textures, etc. + +It references the [**Inworld AI Unity Core Package**](https://github.com/inworld-ai/inworld-unity-core) in the packages. +Please visit our [Unity Documentation](https://docs.inworld.ai/docs/tutorial-integrations/Unity/) page for more details. Please create an account [here](https://studio.inworld.ai/signup) if you haven't already before getting started. This tutorial series will begin with an overview of compatibility, assets, and API references.