VRCBilliards / vrcbce

VRCBilliards: Community Edition
MIT License
307 stars 37 forks source link

Cleanup and reorganization for the near-future. Fully ready VPM Community Repository support. #183

Closed BluWizard10 closed 12 months ago

BluWizard10 commented 1 year ago

So basically, I think this repository hasn't received much attention and I think it's time we do something about it. For starters, everything has been reorganized to comply with UPM Guidelines.

There are also some extremely important changes to note as well. Please take a look at what I did. This is my mega proposal to reorganize the Repository and ensure it maintains a clean guideline for years to come, even though VRCBCE2 is being worked on.

I also have a proposal to get a VPM Community Repository of VRCBCE out there sooner than later since v1.5.1 is now too old and is starting to slowly break apart with the latest SDKs rolling out too quickly.

List of Changes

Because the files have been reorganized, you will be required to update your GitHub Pipeline Workflow to accommodate this change when building releases! I already included a release.yml Workflow into my Repository since I was testing it, but feel free to use it as a reference for your own Workflows.

I understand that these changes I'm proposing is a lot for you to take in and may change the way you work with the Prefab. But I personally think this is for the better. So I really appreciate any comments and feedback from all VRCBCE Contributors about this proposal. Thank you very much!

Metamaniac commented 12 months ago

Hey! Thank you so much for contributing your time for this; I know firsthand how tricky it can be to put a lot of thought and attention into each element that would consitute a "mega-PR" which are often inherently ill-advised! I super appreciate you puttin' this out there.

That being said... they're unfortunately inherently ill-advised for a reason, and I definitely can't merge this without- well- either enormous reverts or breaking it up into several PRs after refinement.

Before I get into the like- weeds of any specific feedback- I should probably explain a quick bit of my thoughts on the psychology of the Project (asset browsing) window. There's oftentimes this concept in UI/UX design of a tradeoff between click count (ease of control) and visual noise; where laying a bunch of settings out in the open makes it take fewer clicks to do the things you want at the expense of obviously heightened visual noise and vice versa. Balancing these is often ideal, but there are many times a designer can/will exploit the specific context of the average expected user ability or state of the environment to lean harder into one side or the other, to increase the benefits of one while the other is more minimally detrimental than normal. I say all this because the Unity Project window is designed to often have a grid containing many individual entries at any given time, and users tend to be used to this. In addition, there are a number of views (like on the left-hand side- or when you're in one-column layout mode) where navigation of folders is done through hierarchy trees which directly benefit from fewer folders and nesting. Ultimately- this means we've been able to get away with having a more "visually noisy" set of folders/assets to gain the benefits of requiring fewer user clicks to find things without much of the detriment that often comes with increasing the visual noise of a particular section on average. I've done my own balancing on this in the past, and what we have currently is a pretty tried-'n-tested solution with almost zero public criticism from creators.

I'm pretty tired at the moment and have only taken a cursory glance at your fork's layout, so I'm going to be basing my feedback on this off of your summary; apologies if I misunderstand something or don't provide complete depth with each note 🥴

Regarding the last bit, I don't think we utilize a CI/CD pipeline? At least- I don't; not sure whether Panda internally has some setup on her end for her own rewrite fork. So it shouldn't be much of a bother since... I don't really know it'd be a bother in the first place!

And again- I'd be more than happy to merge the individual changes I noted were fine for merging, but the rest is too substantial/misses the forest for the trees for me to be comfortable pivoting the basis of the prefab that tens of thousands of creators have in their projects.

BluWizard10 commented 12 months ago

Closing this because I realized I may have went a bit too far with this PR. A little embarrassed about it. Sorry about that!