AgentsUnited / unityproject

Unity3D scenes for the agents
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Create new main demo scene without 3rdparty assets #7

Open DanielPD opened 4 years ago

DanielPD commented 4 years ago

Currently we have a few 3rdparty assets in our main demo scene. This is not ideal, since a new user has to manually purchase/download these.

We should try to remove as many of these 3rdparty assets as we can, at least in a very basic demo scene for new users.

DanielPD commented 4 years ago

The AgentsUnitedDemo project is now self-contained without paid third party assets. The biggest change was replacing the o3n character models and clothing recipes with the base UMA characters.

I have also updated the Unity readme with some documentation about the function of the main scripts and components.

DanielPD commented 4 years ago

Actually, I have not been able to test the GRETA agent integration in the new project. Can someone from Sorbonne test this please?