UI Toolkit 1.0.0-preview.3 cyclic reference

Hi,

Using Unity version 2020.2.0a17, UI Toolkit 1.0.0-preview.3, Input System 1.0.0, I have this error:

UIElementsModule has Unity.InputSystem as an assembly reference:
6076050--659010--upload_2020-7-10_16-16-36.png

While Unity.Input has “Unity.ugui” as a (missing) reference:
6076050--659013--upload_2020-7-10_16-17-4.png

Is there any way I can solve this?

Thank you

As noted in the annoucement here:

The new Input System is not yet fully supported in preview.3. Please wait for preview.4 release.

Thanks for your response.

We actually implemented our own wrapper around input system in these month, but here the issue is not about “supporting” a feature, it’s about unity not compiling.

We will follow your advice and wait for preview.4.

Thank you