Search Unity

Bug UI Toolkit 1.0.0-preview.3 cyclic reference

Discussion in 'UI Toolkit' started by b4gn0, Jul 10, 2020.

  1. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    Hi,

    Using Unity version 2020.2.0a17, UI Toolkit 1.0.0-preview.3, Input System 1.0.0, I have this error:
    upload_2020-7-10_16-14-6.png

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

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

    Is there any way I can solve this?

    Thank you
     
  2. uDamian

    uDamian

    Unity Technologies

    Joined:
    Dec 11, 2017
    Posts:
    1,231
  3. b4gn0

    b4gn0

    Joined:
    Jul 26, 2019
    Posts:
    119
    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