decentraland / explorer-technical-backlog

This is the backlog for big scale architecture decisions regarding the Explorer product and its sub-products
1 stars 2 forks source link

Centralize and encapsulate unity-renderer application's entry point #13

Closed BrianAmadori closed 1 year ago

BrianAmadori commented 3 years ago

Problem Statement

Currently, unity-renderer entry point is segregated between a few MonoBehaviour objects present on the InitialScene unity scene.

This has a few design issues:

Actionables