b4gn0
July 10, 2020, 2:17pm
1
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:
While Unity.Input has “Unity.ugui” as a (missing) reference:
Is there any way I can solve this?
Thank you
As noted in the annoucement here:
Hi everyone, We're excited to share the first version of the new UI Toolkit package, expanding on the existing VisualElement tech stack (formerly UIElements) to include visual authoring workflows and runtime support. If you’re interested in...
Reading time: 69 mins 🕑
Likes: 312 ❤
The new Input System is not yet fully supported in preview.3. Please wait for preview.4 release.
b4gn0
July 10, 2020, 4:53pm
3
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