Can not find Event System (UI Toolkit)

Hello,
I have been working on unity for 4-5 months so I am really new.
I am trying to add UI Toolkit to my project but I can not use the event system.
I used a fresh project (Unity 2020.3.21f1 LTS) and added UI Builder and UI toolkit via Package Manager Screenshot by Lightshot

Documantation and some youtube videos says when you create UI Toolkit > UI Document, you will get UIDocument component and Event System (UI Toolkit) but I cant seem to get the latter one.Screenshot by Lightshot and I can not find it in component’s either. Screenshot by Lightshot
I re-installed both packages and unity twice at this point. I could not find anything on this issue so I must be making a big mistake somewhere. I would be glad if someone can help me with this.
Thank you very much !

Hello, you don’t need that component anymore, we’ve removed it!

If your UI is all done in UI Toolkit (nothing with a Canvas/uGUI) you’re good without anything else, unless you’re using the new Input System package. If either (or both) of these things are true, add the Event System from uGUI in your scene.

Hope this helps!

Hey, this helps so much!
Thank you for quick response.

1 Like