Oh sorry, I mean changing the text size so we can display more content in the explorer list at once.
No, it is more spaced out.
Added the issues that I noticed so far (the last few days). I’m sure that some are already known though.
Thanks to the team behind this!
Unfortunately not. And I guess you get a free error message too! - I have no idea when or why that came up.
This is a game changer to the point I might switch to this.
Awesome for QOL, not much to say here.
I love options!
Thanks for this feedback, we’ll definitely take this into consideration
Does it not look cluttered with everything close to each other?
I personally believe we should be able to customize the spacing for ourselves using the new options menu. (ashvin take notes)
Looks great so far, only issue that I found currently is that the PluginDebugService, is sorted by Name and is not pinned at the top like it was before, so you would always have to scroll down to edit/update your local plugin.
With the Beta:
Without the Beta:
Wow so good it looks and works, way more better.
A fix for this is in flight, should hopefully come tomorrow.
Lots of positives here but PLEASE can we remove the space in incremental names? (Or at least have some option to a separator)
Yes, the choice would be good I think. I want it super close together to make it easier to navigate, if people want them spaced out like this then they can.
What’s the reason behind this?
Easy indexing. It’s better to do workspace.InstanceName
rather than workspace["Instance Name"]
for many people.
Just a minor annoyance of referencing the instance in code (either script or command line):
--With space:
workspace["Part 1"].Anchored = true
--Without space:
workspace.Part1.Anchored = true
Can’t wait to see the fully finished product, massive W to the engineers
Figured as much. Happy to bring this up internally and see if we can change this!
Currently having issues with items vanishing in the new explorer while the items still existing in workspace (in a folder), not sure if anyone else is having this issue? It can even be selected in the workspace and it will never show in the explorer, and will never come up in search. Unsure of replication instructions but if I find it again I will share?
Otherwise an excellent additional and loads insanely quick even on huge places
Hmmm, this is an interesting bug we haven’t heard of. Please do share a video if you find a way to repro!