UIWidgets / ConnectAppCN1

A Unity Connect community app made with Unity UIWidgets.
235 stars 74 forks source link

error CS0234 #549

Closed AndyWangGoGoGo closed 4 years ago

AndyWangGoGoGo commented 4 years ago

Packages\com.unity.uiwidgets\Runtime\engine\input_utils.cs(3,19): error CS0234: The type or namespace name 'EventSystems' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?) Packages\com.unity.uiwidgets\Runtime\engine\UIWidgetsPanel.cs(11,30): error CS0234: The type or namespace name 'UI' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?) ………………………… Unity2019.2.21f1

weidiaoxiang commented 4 years ago

Got same issue with latest unity 2019.3.6f1.

finnif commented 4 years ago

可以在根目录试试

git submodule init && git submodule update
finnif commented 4 years ago

Duplicate of #558