I have been using Unity Assistant to generate a lot of code for a project I am working on where my goal is to let AI write as much of the code as possible. There are a couple of UX pain points that I am noticing pretty early on. I am running 6000.2.2 on MacOS
- To review code within the Assistant window that extends horizontally beyond the bounds of the code display widget, I have to scroll to the bottom of the window to see the horizontal scroll bar, drag it to the right, and then scroll back up to see the code. Using something like a middle mouse button hold to scroll around would be nice. Or even just having the window scroll right with text selection as the cursor is dragged off to the right would be helpful.
- To save a code file, I have to scroll to the top and click save. Having this control always visible, anchored to the top of the assistant window within the code widgets bounds, would be nice.
- When asking assistant to edit a code file, having the option to save right back to the file it edited would be nice. Currently, you have to browse to the file from the root Assets folder in order to save changes, every time you want to save.
Just some thoughts to improve the user experience.

