mike douges
mike douges
DX improvement. I'm trying to open a file as fast as possible here! This could also be an iteration on the open menu (focus on the most likely file).
Currently you can't rename a component in the UI, so after creating a new one it is stuck as "Untitled". Your only choice is to go into code to rename...
It brute forces it at the first line instead of just after the comment.
Alternatively they shouldn't be shown in the scene panel. This issue should investigate what the appropriate UX should be, gather notes, and then implement a fix. - Do they belong...
I haven't replicated this myself. But from the Sentry errors we are getting there seems to be people who are getting errors from chokidar, most likely for network drives. Has...
Currently you're unable to completely remove a prop through the UI. At best it will be set to undefined. In this instance if it's optional it would be great to...
When loading a component the scene camera is loaded at [0,0,0]. Instead it should be centered on all of the currently rendered scene objects. Use cases: - When opening a...
Currently color inputs in the editor have a hard coded assumption that if "color" is in the prop name, and it's a string, that it is a color and displays...