allenai / Holodeck

CVPR 2024: Language Guided Generation of 3D Embodied AI Environments.
https://yueyang1996.github.io/holodeck
Apache License 2.0
324 stars 30 forks source link

Unity compile error #40

Closed skcskc7 closed 3 weeks ago

skcskc7 commented 3 months ago

Hi,

I am following Load the scene in Unity. Steps 1 to 3 went well. However, a problem occurred starting from Load ai2thor/unity as project .... While opening the project, an error message like the image below occurred.
image

And when I opened the scene ai2thor/unity/Assets/Scenes/Procedural/Procedural.unity and then clicked the play button in Unity, a compilation error occurred. Please tell me how to solve the problem.

image

YueYANG1996 commented 3 months ago

It seems you are using Windows. Could you refer to this solution?

DDDDorwin commented 3 months ago

I got the same error before and created the issue above. But after trying to use Windows, WSL, Ubuntu 22.04, and Ubuntu 20.04. For me, the only system solution that can connect to Unity successfully is Ubuntu 20.04.

Only Ubuntu 20.04 is compatible with Unity 2020.3.25f1, even using Ubuntu22.04 would have the same error.

There may be some other solution, but just from my experience.