willneedit / Arteranos

VR social app in a decentralized server-client model
Mozilla Public License 2.0
2 stars 1 forks source link

Refactoring / Better modularization #148

Closed willneedit closed 3 months ago

willneedit commented 3 months ago
  1. Scripts / Assets / Prefabs go into Modules/
  2. Shared assets go into respective folder below Modules/Common
  3. Scripts like base classes and scriptable objects go into "Base"
  4. UI scripts and prefabs go into "UI"
  5. Custom component scripts go into "Components"
  6. Icons go into "Icons"
  7. Remaining assets (Materials, Textures, Shaders, Prefabs) go into "Other", with similar, connected names (like rainbow.mat/rainbow.shader)